]> git.pld-linux.org Git - packages/perl-PGPLOT.git/blob - perl-PGPLOT.spec
- release 2
[packages/perl-PGPLOT.git] / perl-PGPLOT.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        PGPLOT perl module
3 Summary(pl):    Modu³ perla PGPLOT
4 Name:           perl-PGPLOT
5 Version:        2.18
6 Release:        2
7 License:        GPL
8 Group:          Development/Languages/Perl
9 Group(de):      Entwicklung/Sprachen/Perl
10 Group(pl):      Programowanie/Jêzyki/Perl
11 Source0:        ftp://ftp.perl.org/pub/CPAN/modules/by-module/PGPLOT/PGPLOT-%{version}.tar.gz
12 BuildRequires:  rpm-perlprov >= 3.0.3-16
13 BuildRequires:  perl >= 5.6
14 BuildRequires:  XFree86-devel
15 BuildRequires:  pgplot-devel
16 BuildRequires:  perl-ExtUtils-F77 >= 1.11
17 BuildRequires:  gcc-g77
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 PGPLOT - perl interface to the PGPLOT graphics library.
22
23 %description -l pl
24 PGPLOT - interfejs perla do biblioteki graficznej PGPLOT.
25
26 %prep
27 %setup -q -n PGPLOT-%{version}
28
29 %build
30 perl Makefile.PL
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install DESTDIR=$RPM_BUILD_ROOT
37
38 gzip -9nf CHANGES README HELP
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc *.gz
46 %{perl_sitearch}/PGPLOT.pm
47 %dir %{perl_sitearch}/auto/PGPLOT
48 %{perl_sitearch}/auto/PGPLOT/PGPLOT.bs
49 %attr(755,root,root) %{perl_sitearch}/auto/PGPLOT/PGPLOT.so
50 %{_mandir}/man3/*
This page took 0.072409 seconds and 4 git commands to generate.