]> git.pld-linux.org Git - packages/perl-PGPLOT.git/commitdiff
- should be ready for perl-5.8.0; release++
authorradek <radek@pld-linux.org>
Sat, 1 Mar 2003 20:22:19 +0000 (20:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-PGPLOT.spec -> 1.23

perl-PGPLOT.spec

index b233ad3390e3b04f7cbc85dbfd09f21ae0a62000..6093e7b0a4e706355d2e648b10643fb344fefcf5 100644 (file)
@@ -3,11 +3,11 @@ Summary:      PGPLOT perl module
 Summary(pl):   Modu³ perla PGPLOT
 Name:          perl-PGPLOT
 Version:       2.18
-Release:       3
+Release:       4
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/PGPLOT/PGPLOT-%{version}.tar.gz
-BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildRequires: perl >= 5.6
 BuildRequires: XFree86-devel
 BuildRequires: pgplot-devel
@@ -25,7 +25,8 @@ PGPLOT - interfejs perla do biblioteki graficznej PGPLOT.
 %setup -q -n PGPLOT-%{version}
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor 
 %{__make}
 
 %install
@@ -39,8 +40,8 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc CHANGES README HELP
-%{perl_sitearch}/PGPLOT.pm
-%dir %{perl_sitearch}/auto/PGPLOT
-%{perl_sitearch}/auto/PGPLOT/PGPLOT.bs
-%attr(755,root,root) %{perl_sitearch}/auto/PGPLOT/PGPLOT.so
+%{perl_vendorarch}/PGPLOT.pm
+%dir %{perl_vendorarch}/auto/PGPLOT
+%{perl_vendorarch}/auto/PGPLOT/PGPLOT.bs
+%attr(755,root,root) %{perl_vendorarch}/auto/PGPLOT/PGPLOT.so
 %{_mandir}/man3/*
This page took 0.077803 seconds and 4 git commands to generate.