]> git.pld-linux.org Git - packages/perl-PGPLOT.git/commitdiff
- standarized
authorradek <radek@pld-linux.org>
Wed, 1 Dec 2004 10:30:14 +0000 (10:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-PGPLOT.spec -> 1.33

perl-PGPLOT.spec

index 004aedba23f74ab4f8f3e7063a043333649fb5f6..0a7ab8709fa9cbbe41d34cbda718910382e3e91f 100644 (file)
@@ -3,6 +3,7 @@
 %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
@@ -11,7 +12,7 @@ Release:      5
 # 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
@@ -28,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.069666 seconds and 4 git commands to generate.