]> git.pld-linux.org Git - packages/perl-Net-Ident.git/blob - perl-Net-Ident.spec
8706eb33376566a082a26f6c748aca7b6be55f17
[packages/perl-Net-Ident.git] / perl-Net-Ident.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define         __find_provides %{_builddir}/Net-Ident-%{version}/find-perl-provides
3 Summary:        Net-Ident perl module
4 Summary(pl):    Modu³ perla Net-Ident
5 Name:           perl-Net-Ident
6 Version:        1.20
7 Release:        3
8 License:        GPL
9 Group:          Development/Languages/Perl
10 Group(de):      Entwicklung/Sprachen/Perl
11 Group(pl):      Programowanie/Jêzyki/Perl
12 Source0:        ftp://ftp.perl.org/pub/CPAN/modules/by-module/Net/Net-Ident-%{version}.tar.gz
13 Patch0:         %{name}-dep.patch
14 BuildRequires:  rpm-perlprov >= 3.0.3-18
15 BuildRequires:  perl >= 5.6
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Net-Ident - Perl Ident.
20
21 %description -l pl
22 Net-Ident - Ident w perlu.
23
24 %prep
25 %setup -q -n Net-Ident-%{version}
26 %patch -p1
27
28 chmod +x find-perl-provides
29
30 %build
31 yes "" | perl Makefile.PL
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install DESTDIR=$RPM_BUILD_ROOT
38
39 gzip -9nf Changes README
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc *.gz
47 %{perl_sitelib}/Net/Ident.pm
48 %{_mandir}/man3/*
This page took 0.100433 seconds and 3 git commands to generate.