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

Changed files:
    perl-Math-PRSG.spec -> 1.2

perl-Math-PRSG.spec

index 65cd4edb7acc7896137a545790391c81b81dcc4a..9a2d216dd1ff1902df893cfe986636776842a50b 100644 (file)
@@ -1,3 +1,4 @@
+%include       /usr/lib/rpm/macros.perl
 Summary:       Math-PRSG perl module
 Summary(pl):   Modu³ perla Math-PRSG
 Name:          perl-Math-PRSG
@@ -8,7 +9,8 @@ Group:          Development/Languages/Perl
 Group(pl):     Programowanie/Jêzyki/Perl
 Source:                ftp://ftp.perl.org/pub/CPAN/modules/by-module/Math/Math-PRSG-%{version}.tar.gz
 Patch:         perl-Math-PRSG-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 @@ Math-PRSG - interfejs do funkcji generowania pseudolosowych sekwencji.
 
 %build
 perl Makefile.PL
-make
+make OPTIMIZE="$RPM_OPT_FLAGS"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -46,7 +48,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc examples/prsg-driver.pl
+%doc examples/prsg_driver.pl
 
 %{perl_sitearch}/Math/PRSG.pm
 
This page took 0.035831 seconds and 4 git commands to generate.