]> git.pld-linux.org Git - packages/perl-Module-Metadata.git/blame - perl-Module-Metadata.spec
- updated to 1.000037
[packages/perl-Module-Metadata.git] / perl-Module-Metadata.spec
CommitLineData
71be710c 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
5%define pdir Module
6%define pnam Metadata
4e5efdf6
JB
7Summary: Module::Metadata - gather package and POD information from Perl module files
8Summary(pl.UTF-8): Module::Metadata - zbieranie informacji o pakietach i POD z plików modułów Perla
71be710c 9Name: perl-Module-Metadata
e44e7ed7
JB
10# NOTE: 1.000036 in perl-modules 5.30
11Version: 1.000037
71be710c 12Release: 1
13# same as perl
14License: GPL v1+ or Artistic
15Group: Development/Languages/Perl
f25c4f7c 16Source0: http://www.cpan.org/modules/by-module/Module/%{pdir}-%{pnam}-%{version}.tar.gz
e44e7ed7
JB
17# Source0-md5: 6928e97831255ec3c99271a598523ea9
18URL: https://metacpan.org/release/Module-Metadata
71be710c 19BuildRequires: perl-devel >= 1:5.8.0
20BuildRequires: rpm-perlprov >= 4.1-13
e44e7ed7 21BuildRequires: rpmbuild(macros) >= 1.745
71be710c 22%if %{with tests}
e44e7ed7 23BuildRequires: perl-Test-Simple >= 0.88
71be710c 24BuildRequires: perl-version >= 0.87
25%endif
26BuildArch: noarch
27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29%description
4e5efdf6
JB
30Gather package and POD information from Perl module files.
31
32%description -l pl.UTF-8
33Module::Metadata - zbieranie informacji o pakietach i POD z plików
34modułów Perla.
71be710c 35
36%prep
37%setup -q -n %{pdir}-%{pnam}-%{version}
38
39%build
40%{__perl} Makefile.PL \
41 INSTALLDIRS=vendor
42%{__make}
43
44%{?with_tests:%{__make} test}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48
49%{__make} pure_install \
50 DESTDIR=$RPM_BUILD_ROOT
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files
56%defattr(644,root,root,755)
d9056321 57%doc Changes README
4e5efdf6 58%{perl_vendorlib}/Module/Metadata.pm
71be710c 59%{_mandir}/man3/Module::Metadata.3pm*
This page took 0.08457 seconds and 4 git commands to generate.