]> git.pld-linux.org Git - packages/perl-IPTables-Parse.git/commitdiff
- pl, md5
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 19 Dec 2006 23:59:10 +0000 (23:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-IPTables-Parse.spec -> 1.4

perl-IPTables-Parse.spec

index 7a2636b046608efe60c81f1b90b773f5b44f8fa3..1f51d8bc83d72156d532cd7aa87202df60ce9ce6 100644 (file)
@@ -6,6 +6,7 @@
 %define                pdir    IPTables
 %define                pnam    Parse
 Summary:       Perl interface to parse iptables rulesets
+Summary(pl):   Perlowy interfejs do analizy zbiorów regu³ iptables
 Name:          perl-IPTables-Parse
 Version:       0.4
 Release:       1
@@ -13,6 +14,7 @@ Release:      1
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cipherdyne.org/psad/download/psad-2.0.1.tar.gz
+# Source0-md5: a1604b68e31178e7e0cbbfd7c1cd4edf
 Patch0:                %{name}-iptables.patch
 URL:           http://www.cipherdyne.org/psad/
 BuildRequires: perl-devel >= 1:5.8.0
@@ -23,6 +25,9 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 Perl interface to parse iptables rulesets.
 
+%description -l pl
+Perlowy interfejs do analizy zbiorów regu³ iptables.
+
 %prep
 %setup -q -n psad-2.0.1
 %patch0 -p1
@@ -37,8 +42,8 @@ cd IPTables-Parse
 
 %install
 rm -rf $RPM_BUILD_ROOT
-cd IPTables-Parse
-%{__make} pure_install \
+
+%{__make} -C IPTables-Parse pure_install \
        DESTDIR=$RPM_BUILD_ROOT
 
 %clean
This page took 0.049184 seconds and 4 git commands to generate.