]> git.pld-linux.org Git - packages/perl-Parse-RecDescent.git/commitdiff
- updated to new bconds
authorMaciej Pijanka <agaran@pld-linux.org>
Thu, 22 Apr 2004 20:20:01 +0000 (20:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Parse-RecDescent.spec -> 1.39

perl-Parse-RecDescent.spec

index 8f232e58abaeb0be4e14f99322508930250873e5..6244e89e3fbe2f0e49cb9d6efeca7aeffd6cd97b 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-# _without_tests - do not perform "make test"
+%bcond_without tests # do not perform "make test"
 #
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    Parse
@@ -10,6 +10,7 @@ Summary(pl):  Parse::RecDescent - generowanie zmniejszaj
 Name:          perl-Parse-RecDescent
 Version:       1.94
 Release:       2
+# Perl Artistic Licence http://www.perl.com/perl/misc/Artistic.html
 License:       Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
@@ -73,7 +74,7 @@ gramatyki, podobn
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make}
-%{!?_without_tests:%{__make} test}
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.031073 seconds and 4 git commands to generate.