SPECS: conntrack-tools.spec - now builds (thanks arekm)
areq
areq at pld-linux.org
Sun Jun 17 18:18:28 CEST 2007
Author: areq Date: Sun Jun 17 16:18:28 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- now builds (thanks arekm)
---- Files affected:
SPECS:
conntrack-tools.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/conntrack-tools.spec
diff -u SPECS/conntrack-tools.spec:1.2 SPECS/conntrack-tools.spec:1.3
--- SPECS/conntrack-tools.spec:1.2 Sun Jun 17 17:48:46 2007
+++ SPECS/conntrack-tools.spec Sun Jun 17 18:18:22 2007
@@ -33,12 +33,14 @@
%prep
%setup -q
+find -name .svn -print0 | xargs -0 rm -rf
%build
%{__libtoolize}
%{__aclocal}
%{__autoconf}
%{__automake}
+CFLAGS="%{rpmcflags} -D__KERNEL_STRICT_NAMES=1"
%configure
%{__make}
@@ -67,8 +69,9 @@
%files
%defattr(644,root,root,755)
-%doc ChangeLog README NEWS TODO
+%doc AUTHORS ChangeLog TODO examples
%attr(755,root,root) %{_sbindir}/*
+%{_libdir}/%{name}/ct_proto*.so
%{_mandir}/man8/*
#%attr(754,root,root) /etc/rc.d/init.d/%{name}
#%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/
@@ -80,6 +83,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2007/06/17 16:18:22 areq
+- now builds (thanks arekm)
+
Revision 1.2 2007/06/17 15:48:46 areq
- License GPL v2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/conntrack-tools.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list