]> git.pld-linux.org Git - packages/perl-Regexp-Common.git/commitdiff
- always...
authorradek <radek@pld-linux.org>
Mon, 24 Feb 2003 20:37:29 +0000 (20:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Regexp-Common.spec -> 1.8

perl-Regexp-Common.spec

index b55e562a591ca21fca8be8d1e20a593e0ee3acd6..7629c5ad1e6e124466e9a67fdf3d10f51efbba5d 100644 (file)
@@ -1,6 +1,7 @@
 #
 # Conditional build:
 # _without_tests - do not perform "make test"
+#
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    Regexp
 %define        pnam    Common
@@ -47,11 +48,12 @@ cz
  
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
-perl -pi -e 's/^(use 5.004)(73;)(.*)$/$1_$2$3/' lib/Regexp/Common.pm
+%{__perl} -pi -e 's/^(use 5.004)(73;)(.*)$/$1_$2$3/' lib/Regexp/Common.pm
 
 %build
 %{__perl} Makefile.PL
 %{__make}
+
 %{!?_without_tests:%{__make} test}
 
 %install
This page took 0.080455 seconds and 4 git commands to generate.