SPECS: iptables.spec - rel 1.2 - build libraries out of iptables p...

baggins baggins at pld-linux.org
Sat Sep 22 01:05:21 CEST 2007


Author: baggins                      Date: Fri Sep 21 23:05:21 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 1.2
- build libraries out of iptables programs objects (debian-like, for OpenVCP)

---- Files affected:
SPECS:
   iptables.spec (1.223 -> 1.224) 

---- Diffs:

================================================================
Index: SPECS/iptables.spec
diff -u SPECS/iptables.spec:1.223 SPECS/iptables.spec:1.224
--- SPECS/iptables.spec:1.223	Sun Sep  9 22:45:46 2007
+++ SPECS/iptables.spec	Sat Sep 22 01:05:16 2007
@@ -19,7 +19,7 @@
 Summary(zh_CN.UTF-8):	Linux内核包过滤管理工具
 Name:		iptables
 Version:	1.3.8
-%define		_rel 1.1
+%define		_rel 1.2
 Release:	%{_rel}@%{_kernel_ver_str}
 License:	GPL
 Group:		Networking/Daemons
@@ -153,6 +153,10 @@
 sed -i 's:$(HTML_HOWTOS)::g; s:$(PSUS_HOWTOS)::g' iptables-howtos/Makefile
 %endif
 
+# Make a library, needed for OpenVCP
+ar rcs libiptables.a iptables.o
+ar rcs libip6tables.a ip6tables.o
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d,%{_includedir},%{_libdir},%{_mandir}/man3}
@@ -172,6 +176,7 @@
 
 # Devel stuff
 cp -a include/{lib*,ip*} $RPM_BUILD_ROOT%{_includedir}
+install lib*.a $RPM_BUILD_ROOT%{_libdir}
 install lib*/lib*.a $RPM_BUILD_ROOT%{_libdir}
 install libipq/*.3 $RPM_BUILD_ROOT%{_mandir}/man3
 
@@ -218,6 +223,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.224  2007/09/21 23:05:16  baggins
+- rel 1.2
+- build libraries out of iptables programs objects (debian-like, for OpenVCP)
+
 Revision 1.223  2007/09/09 20:45:46  zbyniu
 - patch adding support for test xid/nid (vserver) in owner module
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iptables.spec?r1=1.223&r2=1.224&f=u



More information about the pld-cvs-commit mailing list