]> git.pld-linux.org Git - packages/xtables-addons.git/blobdiff - xtables-addons.spec
- release 2
[packages/xtables-addons.git] / xtables-addons.spec
index 3d1d19955b241ea7f1d0bbb77d7b6d2eaf0b9f4a..d82188b6045573b3d534a21fd4925e45eca5cae8 100644 (file)
 %define                _enable_debug_packages  0
 %endif
 
-%define                rel     8
+%define                rel     2
 Summary:       Additional extensions for xtables packet filtering system
 Summary(pl.UTF-8):     Dodatkowe rozszerzenia do systemu filtrowania pakietów xtables
 Name:          xtables-addons
-Version:       1.31
+Version:       1.33
 Release:       %{rel}
 License:       GPL v2
 Group:         Networking/Admin
 Source0:       http://downloads.sourceforge.net/xtables-addons/%{name}-%{version}.tar.xz
-# Source0-md5: 97ac895a67df67c28def98763023d51b
+# Source0-md5: db80618d505bf7a5b9d576d83e3f0f80
 Patch0:                kernelrelease.patch
 URL:           http://xtables-addons.sourceforge.net/
 BuildRequires: autoconf >= 2.50
@@ -80,7 +80,7 @@ Moduły jądra dla rozszerzeń z pakietu xtables-addons.
 %setup -q
 %patch0 -p1
 
-%{__sed} -i -e 's#build_ipset=m#build_ipset=n#' mconfig
+%{__sed} -i -e 's#build_ipset4=m#build_ipset4=#' mconfig
 
 %build
 %{__libtoolize}
@@ -89,7 +89,7 @@ Moduły jądra dla rozszerzeń z pakietu xtables-addons.
 %{__autoheader}
 %{__automake}
 %configure \
-       --with-kbuild=no
+       --without-kbuild
 
 %if %{with kernel}
 srcdir=${PWD:-$(pwd)}
@@ -147,7 +147,7 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with userspace}
 %files
 %defattr(644,root,root,755)
-%doc README
+%doc README doc/{README.psd,changelog.txt}
 %attr(755,root,root) %{_sbindir}/iptaccount
 %attr(755,root,root) %{_libdir}/libxt_ACCOUNT_cl.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libxt_ACCOUNT_cl.so.0
This page took 0.043264 seconds and 4 git commands to generate.