]> git.pld-linux.org Git - packages/perl-PGPLOT.git/blobdiff - perl-PGPLOT.spec
- standarized
[packages/perl-PGPLOT.git] / perl-PGPLOT.spec
index 847d9d03b42b0a6b229dfee19dcf47b73a9c9059..0a7ab8709fa9cbbe41d34cbda718910382e3e91f 100644 (file)
@@ -3,18 +3,20 @@
 %bcond_without tests   # do not perform "make test"
 #
 %include       /usr/lib/rpm/macros.perl
+%define        pdir    PGPLOT
 Summary:       PGPLOT perl module
 Summary(pl):   Modu³ perla PGPLOT
 Name:          perl-PGPLOT
 Version:       2.18
 Release:       5
-License:       GPL
+# same as perl
+License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
-Source0:       http://www.cpan.org/modules/by-module/PGPLOT/PGPLOT-%{version}.tar.gz
+Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{version}.tar.gz
 # Source0-md5: 0c27c49f6443eb4fdcc9eaee4c756c87
 BuildRequires: XFree86-devel
 BuildRequires: gcc-g77
-BuildRequires: perl-devel >= 5.6
+BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: perl-ExtUtils-F77 >= 1.11
 BuildRequires: pgplot-devel >= 5.2.2-1
 BuildRequires: rpm-perlprov >= 4.1-13
@@ -27,7 +29,7 @@ PGPLOT - perl interface to the PGPLOT graphics library.
 PGPLOT - interfejs perla do biblioteki graficznej PGPLOT.
 
 %prep
-%setup -q -n PGPLOT-%{version}
+%setup -q -n %{pdir}-%{version}
 
 %build
 %{__perl} Makefile.PL \
This page took 0.028226 seconds and 4 git commands to generate.