Browse Source

delegate-9.9.7-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@6112 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 12 years ago
parent
commit
46b4a4ed95
1 changed files with 10 additions and 1 deletions
  1. 10 1
      d/delegate/delegate-vl.spec

+ 10 - 1
d/delegate/delegate-vl.spec

@@ -1,6 +1,6 @@
 Summary: Multi-purpose application level gateway
 Name: delegate
-Version: 9.9.2
+Version: 9.9.7
 Release: 1%{?_dist_release}
 Group: Applications/System
 Source: ftp://ftp.etl.go.jp/pub/DeleGate/delegate%{version}.tar.gz
@@ -11,6 +11,8 @@ Buildroot: %{_tmppath}/%{name}-%{version}-root
 Vendor: Project Vine
 Distribution: Vine Linux
 
+#%define __spec_install_post /usr/lib/rpm/brp-compress ||:
+
 %description
 Delegated is the DeleGate server process which relays TCP/IP protocols
  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 -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
 rm -rf $RPM_BUILD_ROOT
 
@@ -58,6 +63,10 @@ fi
 
 
 %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
 - applied new versioning policy, spec in UTF-8
 - s/Copyright/License/