]> git.pld-linux.org Git - packages/conntrack-tools.git/commitdiff
- now builds (thanks arekm)
authorareq <areq@pld-linux.org>
Sun, 17 Jun 2007 16:18:22 +0000 (16:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    conntrack-tools.spec -> 1.3

conntrack-tools.spec

index 4944f2d00063e41a5f547d7a74805137aab09bae..3a003b9439df7c2469b786710c16ff310f3347da 100644 (file)
@@ -32,12 +32,14 @@ statistics collector as well.
 
 %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}
 
@@ -66,8 +68,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %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}/
This page took 0.139732 seconds and 4 git commands to generate.