]> git.pld-linux.org Git - packages/perl-Text-Quoted.git/commitdiff
- BR: perl-Text-Autoformat for tests
authorradek <radek@pld-linux.org>
Thu, 16 Oct 2003 22:10:59 +0000 (22:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Text-Quoted.spec -> 1.3

perl-Text-Quoted.spec

index 32f64570d65ecf09a06ef4df0a87368444ecf85b..4c484e6e9ccbdf76fd5bbb382d979303e2c0c665 100644 (file)
@@ -17,6 +17,9 @@ Source0:      http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version
 # Source0-md5: cec22ff657590d1e3dbf89ad17f3f94a
 BuildRequires: perl-devel >= 5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
+%if %{!?_without_tests:1}0
+BuildRequires: perl-Text-Autoformat
+%endif
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -34,7 +37,7 @@ zagnie
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-find -type f | xargs perl -pi -e 's,/usr/local,/usr,g'
+find -type f | xargs %{__perl} -pi -e 's,/usr/local,/usr,g'
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make}
This page took 0.063628 seconds and 4 git commands to generate.