# # Conditional build: %bcond_without tests # do not perform "make test" # %include /usr/lib/rpm/macros.perl %define pdir Net %define pnam TFTP Summary: Net::TFTP Perl module - TFTP Client class Summary(pl.UTF-8): ModuĊ‚ Perla Net::TFTP - klasa klienta TFTP Name: perl-Net-TFTP Version: 0.17 Release: 1 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/Net/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: c845e0833ab1963f2f34675a3a10b5b9 URL: http://search.cpan.org/dist/Net-TFTP/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Net::TFTP - TFTP Client class. %description -l pl.UTF-8 Net::TFTP - klasa klienta TFTP. %prep %setup -q -n %{pdir}-%{pnam}-%{version} %build %{__perl} Makefile.PL \ INSTALLDIRS=vendor %{__make} %{?with_tests:%{__make} test} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc README %{perl_vendorlib}/Net/TFTP.pm %{_mandir}/man3/*