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

Changed files:
    perl-Quota.spec -> 1.2

perl-Quota.spec

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