]> git.pld-linux.org Git - packages/arptables.git/commitdiff
- updated to 0.0.4 master auto/th/arptables-0.0.4-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 8 May 2015 21:08:28 +0000 (23:08 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 8 May 2015 21:08:28 +0000 (23:08 +0200)
arptables.spec

index f42023291e9a739115e2b216c4404d954ca3c23e..166c3f31cd6bb341137f987d30e2b95921b45880 100644 (file)
@@ -1,12 +1,12 @@
-Summary:       Arp Tables
+Summary:       Arp Tables - ARP packets filtering
 Summary(pl.UTF-8):     Arp Tables - filtrowanie pakietów ARP
 Name:          arptables
 Summary(pl.UTF-8):     Arp Tables - filtrowanie pakietów ARP
 Name:          arptables
-Version:       0.0.3
-Release:       2
+Version:       0.0.4
+Release:       1
 License:       GPL v2+
 Group:         Networking/Daemons
 License:       GPL v2+
 Group:         Networking/Daemons
-Source0:       http://dl.sourceforge.net/ebtables/%{name}-v%{version}-3.tar.gz
-# Source0-md5: 3f4a8b62920a46d746ab892be7de088f
+Source0:       http://downloads.sourceforge.net/ebtables/%{name}-v%{version}.tar.gz
+# Source0-md5: c2e99c3aa9d78c9dfa30710ca3168182
 URL:           http://ebtables.sourceforge.net/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 URL:           http://ebtables.sourceforge.net/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -19,7 +19,7 @@ arptables służy do ustawiania i zarządzania tablicami reguł ARP w
 jądrze Linuksa. Reguły te dozorują ramki ARP widziane przez system.
 
 %prep
 jądrze Linuksa. Reguły te dozorują ramki ARP widziane przez system.
 
 %prep
-%setup -q -n %{name}-v%{version}-3
+%setup -q -n %{name}-v%{version}
 
 %build
 %{__make} \
 
 %build
 %{__make} \
@@ -36,5 +36,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_sbindir}/*
-%{_mandir}/man8/*
+%attr(755,root,root) %{_sbindir}/arptables
+%{_mandir}/man8/arptables.8*
This page took 0.095276 seconds and 4 git commands to generate.