]> git.pld-linux.org Git - packages/perlindex.git/blame - perlindex.spec
- generic URL
[packages/perlindex.git] / perlindex.spec
CommitLineData
f1757b79
JB
1#
2# Conditional build:
c83b5a38 3%bcond_without tests # do not perform "make test"
f1757b79 4#
c85fdb25 5%include /usr/lib/rpm/macros.perl
fb37ab09 6%define pdir Text
7%define pnam perlindex
f1757b79 8Summary: perlindex - a program to index and search the Perl documentation
a49f2db0 9Summary(pl.UTF-8): perlindex - program do indeksowania i przeszukiwania dokumentacji Perla
c85fdb25 10Name: perlindex
6691f545 11Version: 1.605
6f19ab2d 12Release: 1
c85fdb25
SZ
13License: GPL
14Group: Development/Languages/Perl
2290c189 15Source0: http://www.cpan.org/modules/by-module/Text/%{pnam}-%{version}.tar.gz
6691f545 16# Source0-md5: cb8e17296c0369ceb4e71a684c49c14d
2290c189 17URL: http://search.cpan.org/dist/perlindex/
f1757b79 18BuildRequires: perl-Term-ReadKey
c83b5a38
JB
19BuildRequires: perl-devel >= 1:5.8.0
20BuildRequires: rpm-perlprov >= 4.1-13
c85fdb25
SZ
21BuildArch: noarch
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
f1757b79 25perlindex - a program to index and search the Perl documentation.
c85fdb25 26
4dbee23c 27%description -l pl.UTF-8
f1757b79
JB
28perlindex - program do indeksowania i przeszukiwania dokumentacji
29Perla.
c85fdb25
SZ
30
31%prep
32%setup -q -n %{pnam}-%{version}
33
34%build
f1757b79
JB
35%{__perl} Makefile.PL \
36 INSTALLDIRS=vendor
c85fdb25
SZ
37%{__make}
38
c83b5a38 39%{?with_tests:%{__make} test}
f1757b79 40
c85fdb25
SZ
41%install
42rm -rf $RPM_BUILD_ROOT
43
f1757b79
JB
44%{__make} install \
45 DESTDIR=$RPM_BUILD_ROOT
c85fdb25
SZ
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
880a7e55 52%doc ChangeLog README
c85fdb25 53%attr(755,root,root) %{_bindir}/*
f1757b79 54%{perl_vendorlib}/Text/English.pm
c85fdb25 55%{_mandir}/man*/*
This page took 0.082902 seconds and 4 git commands to generate.