]> git.pld-linux.org Git - packages/perl-Net-TFTP.git/blame - perl-Net-TFTP.spec
- tabs in preamble
[packages/perl-Net-TFTP.git] / perl-Net-TFTP.spec
CommitLineData
03bfda74 1#
2# Conditional build:
210b18b5 3%bcond_without tests # do not perform "make test"
03bfda74 4#
494d5816 5%include /usr/lib/rpm/macros.perl
81b82503 6%define pdir Net
7%define pnam TFTP
03bfda74 8Summary: Net::TFTP Perl module
be8671ee
ER
9Summary(cs.UTF-8): Modul Net::TFTP pro Perl
10Summary(da.UTF-8): Perlmodul Net::TFTP
11Summary(de.UTF-8): Net::TFTP Perl Modul
12Summary(es.UTF-8): Módulo de Perl Net::TFTP
13Summary(fr.UTF-8): Module Perl Net::TFTP
14Summary(it.UTF-8): Modulo di Perl Net::TFTP
15Summary(ja.UTF-8): Net::TFTP Perl モジュール
16Summary(ko.UTF-8): Net::TFTP 펄 모줄
17Summary(nb.UTF-8): Perlmodul Net::TFTP
18Summary(pl.UTF-8): Moduł Perla Net::TFTP
19Summary(pt.UTF-8): Módulo de Perl Net::TFTP
20Summary(pt_BR.UTF-8): Módulo Perl Net::TFTP
21Summary(ru.UTF-8): Модуль для Perl Net::TFTP
22Summary(sv.UTF-8): Net::TFTP Perlmodul
23Summary(uk.UTF-8): Модуль для Perl Net::TFTP
24Summary(zh_CN.UTF-8): Net::TFTP Perl 模块
f5c38f21 25Name: perl-Net-TFTP
cd5221e4 26Version: 0.16
69e0147a 27Release: 3
258f84e3 28# same as perl
29License: GPL v1+ or Artistic
f5c38f21 30Group: Development/Languages/Perl
c2fcc1ae 31Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
bd33e69e 32# Source0-md5: 59d0faa69e894a99fc402bbda4ca7734
bf5be03a 33BuildRequires: perl-devel >= 1:5.8.0
6b199cae 34BuildRequires: rpm-perlprov >= 4.1-13
d83d4a75 35BuildArch: noarch
0d024851 36BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
f5c38f21 37
38%description
f05f774f 39Net::TFTP - TFTP Client.
f5c38f21 40
8e414fdc 41%description -l pl.UTF-8
f05f774f 42Net::TFTP - klient TFTP.
f5c38f21 43
44%prep
494d5816 45%setup -q -n %{pdir}-%{pnam}-%{version}
f5c38f21 46
47%build
6b199cae 48%{__perl} Makefile.PL \
477a40ab 49 INSTALLDIRS=vendor
fbd219ea 50%{__make}
210b18b5 51
52%{?with_tests:%{__make} test}
f5c38f21 53
54%install
55rm -rf $RPM_BUILD_ROOT
f5c38f21 56
258f84e3 57%{__make} install \
58 DESTDIR=$RPM_BUILD_ROOT
f5c38f21 59
f5c38f21 60%clean
61rm -rf $RPM_BUILD_ROOT
62
63%files
64%defattr(644,root,root,755)
4501e108 65%doc README
6b199cae 66%{perl_vendorlib}/Net/TFTP.pm
f5c38f21 67%{_mandir}/man3/*
This page took 0.35064 seconds and 4 git commands to generate.