]> git.pld-linux.org Git - packages/perl-ExtUtils-F77.git/blob - perl-ExtUtils-F77.spec
- autoupdated to 1.14
[packages/perl-ExtUtils-F77.git] / perl-ExtUtils-F77.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        ExtUtils-F77 perl module
3 Summary(pl):    Modu³ perla ExtUtils-F77
4 Name:           perl-ExtUtils-F77
5 Version:        1.14
6 Release:        1
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/ExtUtils/ExtUtils-F77-%{version}.tar.gz
12 BuildRequires:  rpm-perlprov >= 3.0.3-16
13 BuildRequires:  perl >= 5.6
14 Requires:       gcc-g77
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 ExtUtils-F77 - Simple interface to F77 libs.
19
20 %description -l pl
21 ExtUtils-F77 - prosty interfejs do bibliotek F77.
22
23 %prep
24 %setup -q -n ExtUtils-F77-%{version}
25
26 %build
27 perl Makefile.PL
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} install DESTDIR=$RPM_BUILD_ROOT
34
35 gzip -9nf CHANGES
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc *.gz
43 %{perl_sitelib}/ExtUtils/F77.pm
44 %{_mandir}/man3/*
This page took 0.07317 seconds and 4 git commands to generate.