|
@@ -1,6 +1,6 @@
|
|
Summary: Multi-purpose application level gateway
|
|
Summary: Multi-purpose application level gateway
|
|
Name: delegate
|
|
Name: delegate
|
|
-Version: 9.9.2
|
|
+Version: 9.9.7
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Group: Applications/System
|
|
Group: Applications/System
|
|
Source: ftp://ftp.etl.go.jp/pub/DeleGate/delegate%{version}.tar.gz
|
|
Source: ftp://ftp.etl.go.jp/pub/DeleGate/delegate%{version}.tar.gz
|
|
@@ -11,6 +11,8 @@ Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
|
|
|
|
|
|
+#%define __spec_install_post /usr/lib/rpm/brp-compress ||:
|
|
|
|
+
|
|
%description
|
|
%description
|
|
Delegated is the DeleGate server process which relays TCP/IP protocols
|
|
Delegated is the DeleGate server process which relays TCP/IP protocols
|
|
like HTTP, Gopher, Whois, FTP, Telnet, NNTP, SMTP, POP, and so on.
|
|
like HTTP, Gopher, Whois, FTP, Telnet, NNTP, SMTP, POP, and so on.
|
|
@@ -33,6 +35,9 @@ install -m 0700 src/delegated $RPM_BUILD_ROOT/usr/sbin
|
|
install -m 0700 bin/expire $RPM_BUILD_ROOT/usr/sbin
|
|
install -m 0700 bin/expire $RPM_BUILD_ROOT/usr/sbin
|
|
install -m 0700 -d $RPM_BUILD_ROOT/var/spool/delegate
|
|
install -m 0700 -d $RPM_BUILD_ROOT/var/spool/delegate
|
|
|
|
|
|
|
|
+strip $RPM_BUILD_ROOT/usr/sbin/delegated
|
|
|
|
+./src/delegated -Fesign -w $RPM_BUILD_ROOT/usr/sbin/delegated
|
|
|
|
+
|
|
%clean
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
@@ -58,6 +63,10 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed May 02 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.9.7-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- made to resign stripped binary.
|
|
|
|
+
|
|
* Fri Apr 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 9.9.2-1
|
|
* Fri Apr 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 9.9.2-1
|
|
- applied new versioning policy, spec in UTF-8
|
|
- applied new versioning policy, spec in UTF-8
|
|
- s/Copyright/License/
|
|
- s/Copyright/License/
|