]> git.pld-linux.org Git - packages/perl-Crypt-IDEA.git/commitdiff
- added '%include /usr/lib/rpm/macros.perl'
authorpius <pius@pld-linux.org>
Tue, 9 Nov 1999 02:19:15 +0000 (02:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- modified BuildRequires rules

Changed files:
    perl-Crypt-IDEA.spec -> 1.2

perl-Crypt-IDEA.spec

index 5d219b202434ebab1e1654c2bb513f404214e106..7e829583d7b7adbf7d71827aeb250bd8c18cb770 100644 (file)
@@ -1,3 +1,4 @@
+%include       /usr/lib/rpm/macros.perl
 Summary:       Crypt-IDEA perl module
 Summary(pl):   Modu³ perla Crypt-IDEA
 Name:          perl-Crypt-IDEA
@@ -9,7 +10,8 @@ Group(pl):     Programowanie/J
 Source:                ftp://ftp.perl.org/pub/CPAN/modules/by-module/Crypt/Crypt-IDEA-%{version}.tar.gz
 Patch0:                perl-Crypt-IDEA-inc.patch
 Patch1:                perl-Crypt-IDEA-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
@@ -27,7 +29,7 @@ Crypt-IDEA - modu
 
 %build
 perl Makefile.PL
-make
+make OPTIMIZE="$RPM_OPT_FLAGS"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.03551 seconds and 4 git commands to generate.