Browse Source

linux-igd-1.0-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@6105 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 12 years ago
parent
commit
b237590a71
1 changed files with 10 additions and 2 deletions
  1. 10 2
      l/linux-igd/linux-igd-vl.spec

+ 10 - 2
l/linux-igd/linux-igd-vl.spec

@@ -1,7 +1,7 @@
 %define name linux-igd
 %define source_name linuxigd
 %define version 1.0
-%define release 1%{?_dist_release}
+%define release 2%{?_dist_release}
 
 Summary: The Linux UPNP Internet GATEWAY DEVICE
 Summary(ja): ユニバーサルプラグアンドプレイゲートウェイデバイス
@@ -10,9 +10,12 @@ Version: %{version}
 Release: %{release}
 Source0: %{source_name}-%{version}.tar.gz
 Patch0: %{source_name}-%{version}.patch
+Patch1: linux-igd-include.patch
 License: GPL
 Group: System Environment/Daemons
 URL: http://linux-igd.sourceforge.net/
+Vendor: Project Vine
+Distribution: Vine Linux
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: libupnp-devel >= 1.3.1
@@ -24,7 +27,8 @@ It implements the UPnP Internet Gateway Device specification (IGD) and allows UP
 
 %prep
 %setup -q -n %{source_name}-%{version}
-%patch -p1
+%patch0 -p1
+%patch1 -p1
 
 %build
 %{__make}
@@ -59,6 +63,10 @@ fi
 %attr(0644, root, root) %config %{_sysconfdir}/sysconfig/upnpd
 
 %changelog
+* Tue May 01 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0-2
+- rebuilt with current environment.
+- added Patch1.
+
 * Sun Mar  1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-1vl5
 - applied new versioning policy, spec in UTF-8
 - fixed Group tag