]> git.pld-linux.org Git - packages/perl-Net-TFTP.git/blob - perl-Net-TFTP.spec
33bda30cae8b01dd33b20e2b4c5ad8dd9f220cea
[packages/perl-Net-TFTP.git] / perl-Net-TFTP.spec
1 #
2 # Conditional build:
3 # _without_tests - do not perform "make test"
4 #
5 %include        /usr/lib/rpm/macros.perl
6 %define pdir    Net
7 %define pnam    TFTP
8 Summary:        Net::TFTP Perl module
9 Summary(cs):    Modul Net::TFTP pro Perl
10 Summary(da):    Perlmodul Net::TFTP
11 Summary(de):    Net::TFTP Perl Modul
12 Summary(es):    Módulo de Perl Net::TFTP
13 Summary(fr):    Module Perl Net::TFTP
14 Summary(it):    Modulo di Perl Net::TFTP
15 Summary(ja):    Net::TFTP Perl ¥â¥¸¥å¡¼¥ë
16 Summary(ko):    Net::TFTP ÆÞ ¸ðÁÙ
17 Summary(no):    Perlmodul Net::TFTP
18 Summary(pl):    Modu³ Perla Net::TFTP
19 Summary(pt):    Módulo de Perl Net::TFTP
20 Summary(pt_BR): Módulo Perl Net::TFTP
21 Summary(ru):    íÏÄÕÌØ ÄÌÑ Perl Net::TFTP
22 Summary(sv):    Net::TFTP Perlmodul
23 Summary(uk):    íÏÄÕÌØ ÄÌÑ Perl Net::TFTP
24 Summary(zh_CN): Net::TFTP Perl Ä£¿é
25 Name:           perl-Net-TFTP
26 Version:        0.16
27 Release:        2
28 License:        GPL
29 Group:          Development/Languages/Perl
30 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
31 BuildRequires:  perl-devel >= 5.6
32 BuildRequires:  rpm-perlprov >= 4.1-13
33 BuildArch:      noarch
34 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
35
36 %description
37 Net::TFTP - TFTP Client.
38
39 %description -l pl
40 Net::TFTP - klient TFTP.
41
42 %prep
43 %setup -q -n %{pdir}-%{pnam}-%{version}
44
45 %build
46 %{__perl} Makefile.PL \
47         INSTALLDIRS=vendor 
48 %{__make}
49 %{!?_without_tests:%{__make} test}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__make} install DESTDIR=$RPM_BUILD_ROOT
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc README
62 %{perl_vendorlib}/Net/TFTP.pm
63 %{_mandir}/man3/*
This page took 0.066664 seconds and 3 git commands to generate.