]> git.pld-linux.org Git - packages/perl-Net-Whois.git/blob - perl-Net-Whois.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-Net-Whois.git] / perl-Net-Whois.spec
1 #
2 # Conditional build:
3 %bcond_with     tests   # perform "make test" (uses network!)
4
5 %define         pdir    Net
6 %define         pnam    Whois
7 Summary:        Net::Whois perl module
8 Summary(pl.UTF-8):      Moduł perla Net::Whois
9 Name:           perl-Net-Whois
10 Version:        1.9
11 Release:        9
12 # same as perl
13 License:        GPL v1+ or Artistic
14 Group:          Development/Languages/Perl
15 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
16 # Source0-md5:  c461a0f8991d9df848f66c4189971af7
17 URL:            http://search.cpan.org/dist/Net-Whois/
18 BuildRequires:  perl-devel >= 1:5.8.0
19 BuildRequires:  rpm-perlprov >= 4.1-13
20 BuildArch:      noarch
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Net::Whois - Get and parse "whois" data from InterNIC.
25
26 %description -l pl.UTF-8
27 Net::Whois - wsparcie dla usługi "whois".
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
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc README
51 %{perl_vendorlib}/Net/Whois.pm
52 %{_mandir}/man3/*
This page took 0.057706 seconds and 4 git commands to generate.