]> git.pld-linux.org Git - packages/perl-Business-ISBN.git/blob - perl-Business-ISBN.spec
- removed explicit requirements for perl = %%{version} and %%{perl_sitearch}
[packages/perl-Business-ISBN.git] / perl-Business-ISBN.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        Business-ISBN perl module
3 Summary(pl):    Modu³ perla Business-ISBN
4 Name:           perl-Business-ISBN
5 Version:        20001010
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/Business/Business-ISBN-%{version}.tar.gz
12 BuildRequires:  rpm-perlprov >= 3.0.3-16
13 BuildRequires:  perl >= 5.6
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Business-ISBN - work with International Standard Book Numbers.
18
19 %description -l pl
20 Business-ISBN - modu³ umo¿liwiaj±cy pracê z ISBN (International
21 Standard Book Numbers).
22
23 %prep
24 %setup -q -n Business-ISBN-%{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 README
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc *.gz
43 %{perl_sitelib}/Business/ISBN.pm
44 %{perl_sitearch}/auto/Business/ISBN
45 %{_mandir}/man3/*
This page took 0.070518 seconds and 3 git commands to generate.