# # Conditional build: %bcond_with tests # perform "make test" (require root privilleges) # %include /usr/lib/rpm/macros.perl %define pdir Net %define pnam Pcap Summary: Net::Pcap - Perl binding to the LBL pcap(3) packet capture library Summary(pl.UTF-8): Net::Pcap - dowiązanie Perla do biblioteki przechwytywania pakietów LBL pcap(3) Name: perl-Net-Pcap Version: 0.16 Release: 4 # 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: b150d8e0a40137fad2a7df792d80cab4 URL: http://search.cpan.org/dist/Net-Pcap/ BuildRequires: libpcap-devel BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description The Net::Pcap module is a Perl binding to the LBL pcap(3) packet capture library. %description -l pl.UTF-8 Moduł Net::Pcap jest dowiązaniem Perla do biblioteki przechwytywania pakietów LBL pcap(3). %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 find $RPM_BUILD_ROOT -name .packlist | xargs -r rm -f %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc Changes README %attr(755,root,root) %{_bindir}/pcapinfo %{perl_vendorarch}/Net/Pcap.pm %dir %{perl_vendorarch}/auto/Net/Pcap %{perl_vendorarch}/auto/Net/Pcap/Pcap.bs %attr(755,root,root) %{perl_vendorarch}/auto/Net/Pcap/Pcap.so %{_mandir}/man1/pcapinfo.1p* %{_mandir}/man3/Net::Pcap.3pm*