# # 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.12 Release: 0.1 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: b7a9c6be225dce74d560e109d9b702b5 BuildRequires: rpm-perlprov >= 4.1-13 BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: libpcap-devel 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 README %attr(755,root,root) %{_bindir}/pcapinfo %{perl_vendorarch}/%{pdir}/%{pnam}.pm %{perl_vendorarch}/auto/%{pdir}/%{pnam} %{_mandir}/man3/* %{_mandir}/man1/*