]> git.pld-linux.org Git - packages/perl-Business-ISBN.git/blob - perl-Business-ISBN.spec
c9a4c36c4975a19eabe82d136c61ae8532c876bb
[packages/perl-Business-ISBN.git] / perl-Business-ISBN.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define         pdir    Business
3 %define         pnam    ISBN
4 Summary:        Business::ISBN - work with International Standard Book Numbers
5 Summary(pl.UTF-8):      Business::ISBN - obsługa numerów ISBN
6 Name:           perl-Business-ISBN
7 Version:        20001010
8 Release:        10
9 License:        Artistic
10 Group:          Development/Languages/Perl
11 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
12 # Source0-md5:  9f3be82ae9ab251a1d3780d243f10d6f
13 BuildRequires:  rpm-perlprov >= 4.1-13
14 BuildRequires:  perl-devel >= 1:5.8.0
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Business::ISBN - work with International Standard Book Numbers.
20
21 %description -l pl.UTF-8
22 Business::ISBN to moduł Perla umożliwiający pracę z ISBN
23 (International Standard Book Numbers).
24
25 %prep
26 %setup -q -n %{pdir}-%{pnam}-%{version}
27
28 %build
29 %{__perl} Makefile.PL \
30         INSTALLDIRS=vendor
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc Changes README
45 %{perl_vendorlib}/Business/ISBN.pm
46 %{_mandir}/man3/*
This page took 0.071341 seconds and 2 git commands to generate.