]> git.pld-linux.org Git - packages/perl-Text-CSV_XS.git/commitdiff
- added '%include /usr/lib/rpm/macros.perl'
authorpius <pius@pld-linux.org>
Wed, 3 Nov 1999 11:09:29 +0000 (11:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- modified BuildRequires rules

Changed files:
    perl-Text-CSV_XS.spec -> 1.2

perl-Text-CSV_XS.spec

index 9e02152b15600b46ebdf4688533449fe16d16602..84e55d40d807b8e2bc00b8b0c856a708cd82b43f 100644 (file)
@@ -1,3 +1,4 @@
+%include       /usr/lib/rpm/macros.perl
 Summary:       Text-CSV_XS perl module
 Summary(pl):   Modu³ perla Text-CSV_XS
 Name:          perl-Text-CSV_XS
@@ -7,7 +8,8 @@ Copyright:      GPL
 Group:         Development/Languages/Perl
 Group(pl):     Programowanie/Jêzyki/Perl
 Source:                ftp://ftp.perl.org/pub/CPAN/modules/by-module/Text/Text-CSV_XS-%{version}.tar.gz
-BuildRequires: perl >= 5.005_03-10
+BuildRequires: rpm-perlprov >= 3.0.3-15
+BuildRequires: perl >= 5.005_03-14
 %requires_eq   perl
 Requires:      %{perl_sitearch}
 BuildRoot:     /tmp/%{name}-%{version}-root
@@ -23,7 +25,7 @@ Text-CSV_XS umo
 
 %build
 perl Makefile.PL
-make
+make OPTIMIZE="$RPM_OPT_FLAGS"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.142087 seconds and 4 git commands to generate.