]> git.pld-linux.org Git - packages/perl-PGPLOT.git/blobdiff - perl-PGPLOT.spec
- BR: perl-devel; do not BR: perl
[packages/perl-PGPLOT.git] / perl-PGPLOT.spec
index f3a876d508b1637e7ea24bc34319b10b6395b2a2..08d9ab31c660ec5b21c4f5ebfc0feb92c370f3c5 100644 (file)
@@ -1,20 +1,22 @@
+#
+# Conditional build:
+# _without_tests - do not perform "make test"
+#
 %include       /usr/lib/rpm/macros.perl
 Summary:       PGPLOT perl module
 Summary(pl):   Modu³ perla PGPLOT
 Name:          perl-PGPLOT
-Version:       2.15
-Release:       3
-Copyright:     GPL
+Version:       2.18
+Release:       5
+License:       GPL
 Group:         Development/Languages/Perl
-Group(pl):     Programowanie/Jêzyki/Perl
-Source:                ftp://ftp.perl.org/pub/CPAN/modules/by-module/PGPLOT/PGPLOT-%{version}.tar.gz
-BuildRequires: rpm-perlprov >= 3.0.3-16
-BuildRequires: perl >= 5.005_03-14
+Source0:       http://www.cpan.org/modules/by-module/PGPLOT/PGPLOT-%{version}.tar.gz
 BuildRequires: XFree86-devel
-BuildRequires: pgplot-devel
+BuildRequires: gcc-g77
+BuildRequires: perl-devel >= 5.6
 BuildRequires: perl-ExtUtils-F77 >= 1.11
-%requires_eq   perl
-Requires:      %{perl_sitearch}
+BuildRequires: pgplot-devel >= 5.2.2-1
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -27,36 +29,25 @@ PGPLOT - interfejs perla do biblioteki graficznej PGPLOT.
 %setup -q -n PGPLOT-%{version}
 
 %build
-perl Makefile.PL
-make OPTIMIZE="$RPM_OPT_FLAGS"
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor 
+%{__make}
+
+%{!?_without_tests:echo /NULL | %{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
-
-strip --strip-unneeded $RPM_BUILD_ROOT/%{perl_sitearch}/auto/PGPLOT/*.so
-
-(
-  cd $RPM_BUILD_ROOT%{perl_sitearch}/auto/PGPLOT
-  sed -e "s#$RPM_BUILD_ROOT##" .packlist >.packlist.new
-  mv .packlist.new .packlist
-)
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man3/* \
-        CHANGES README HELP
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {CHANGES,README,HELP}.gz
-
-%{perl_sitearch}/PGPLOT.pm
-
-%dir %{perl_sitearch}/auto/PGPLOT
-%{perl_sitearch}/auto/PGPLOT/.packlist
-%{perl_sitearch}/auto/PGPLOT/PGPLOT.bs
-%attr(755,root,root) %{perl_sitearch}/auto/PGPLOT/PGPLOT.so
-
+%doc CHANGES README HELP
+%{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.049208 seconds and 4 git commands to generate.