]> git.pld-linux.org Git - packages/perl-Sub-Info.git/blame - perl-Sub-Info.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-Sub-Info.git] / perl-Sub-Info.spec
CommitLineData
37ef644f
MK
1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4
5%define pdir Sub
6%define pnam Info
37ef644f 7Summary: Sub::Info - Tool for inspecting subroutines
7247cab7 8Summary(pl.UTF-8): Sub::Info - Narzędzie do sprawdzania podprogramów
37ef644f
MK
9Name: perl-Sub-Info
10Version: 0.002
9163cb40 11Release: 1
37ef644f
MK
12# same as perl
13License: GPL v1+ or Artistic
14Group: Development/Languages/Perl
15Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
16# Source0-md5: 335345b534fc0539c894050f7814cbda
17URL: http://search.cpan.org/dist/Sub-Info/
18BuildRequires: perl-devel
19BuildRequires: rpm-perlprov
20BuildArch: noarch
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24Tool to inspect subroutines.
25
26%description -l pl.UTF-8
27Narzędzie do sprawdzania podprogramów.
28
29%prep
30%setup -q -n %{pdir}-%{pnam}-%{version}
31
32%build
33%{__perl} Makefile.PL \
34 INSTALLDIRS=vendor
35%{__make}
36
37%{?with_tests:%{__make} test}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
50%{perl_vendorlib}/Sub/Info.pm
51%{_mandir}/man3/Sub::Info.3pm*
This page took 0.074104 seconds and 4 git commands to generate.