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