packages: xtables/xtables.spec - some cleanups - netfilter snap stuff proba...

qboosh qboosh at pld-linux.org
Sun Feb 6 20:37:22 CET 2011


Author: qboosh                       Date: Sun Feb  6 19:37:22 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- some cleanups
- netfilter snap stuff probably no longer relevant, but not verified as it doesn't compile now

---- Files affected:
packages/xtables:
   xtables.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/xtables/xtables.spec
diff -u packages/xtables/xtables.spec:1.2 packages/xtables/xtables.spec:1.3
--- packages/xtables/xtables.spec:1.2	Sun Mar  9 23:05:12 2008
+++ packages/xtables/xtables.spec	Sun Feb  6 20:37:16 2011
@@ -25,7 +25,6 @@
 Source3:	ip6tables.init
 %if %{with dist_kernel} && %{netfilter_snap} != 0
 BuildRequires:	kernel%{_alt_kernel}-headers(netfilter) >= %{netfilter_snap}
-BuildRequires:	kernel%{_alt_kernel}-source
 %endif
 BuildConflicts:	kernel-headers < 2.3.0
 Provides:	firewall-userspace-tool
@@ -90,12 +89,11 @@
 
 %build
 %configure \
-	--with-kbuild=%{_kernelsrcdir} \
-	--with-ksource=%{_kernelsrcdir} \
-	--enable-devel \
+	--with-kernel=%{_kernelsrcdir} \
 	--enable-libipq \
 	--enable-shared
-%{__make}
+%{__make} \
+	V=1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -133,15 +131,24 @@
 %attr(755,root,root) %{_sbindir}/ip6tables-save
 %dir %{_libdir}/xtables
 %attr(755,root,root) %{_libdir}/xtables/*.so
-%{_mandir}/man8/*
+%{_mandir}/man8/ip6tables.8*
+%{_mandir}/man8/ip6tables-restore.8*
+%{_mandir}/man8/ip6tables-save.8*
+%{_mandir}/man8/iptables.8*
+%{_mandir}/man8/iptables-restore.8*
+%{_mandir}/man8/iptables-save.8*
+%{_mandir}/man8/iptables-xml.8*
 
 %files devel
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
-%{_includedir}/*.h
-%dir %{_includedir}/libip*
-%{_includedir}/libip*/*.h
-%{_mandir}/man3/*
+%{_libdir}/libipq.a
+%{_includedir}/ip6tables.h
+%{_includedir}/iptables.h
+%{_includedir}/libipq.h
+%{_includedir}/xtables.h
+%{_includedir}/libiptc
+%{_mandir}/man3/ipq_*.3*
+%{_mandir}/man3/libipq.3*
 
 %files init
 %defattr(644,root,root,755)
@@ -154,9 +161,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2011/02/06 19:37:16  qboosh
+- some cleanups
+- netfilter snap stuff probably no longer relevant, but not verified as it doesn't compile now
+
 Revision 1.2  2008/03/09 22:05:12  arekm
 - update paths
 
 Revision 1.1  2008-03-09 21:52:50  arekm
 - initial (iptables + some patches)
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xtables/xtables.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list