]> git.pld-linux.org Git - packages/perl-Net-Pcap.git/blobdiff - perl-Net-Pcap.spec
- export PERL_SIGNALS_SAFE and PERL_SIGNALS_UNSAFE symbols
[packages/perl-Net-Pcap.git] / perl-Net-Pcap.spec
index 1b404d96d9fa94ca7c386a411df75a836e4ecca0..934b1e3cf11d6151e4028cb83b520689833892ec 100644 (file)
@@ -3,38 +3,44 @@
 %bcond_with    tests   # perform "make test" (require root privilleges)
 #
 %include       /usr/lib/rpm/macros.perl
-%define         pdir Net
-%define         pnam Pcap
-
+%define                pdir    Net
+%define                pnam    Pcap
 Summary:       Net::Pcap - Perl binding to the LBL pcap(3) packet capture library
-Summary(pl):   Net::Pcap - dowi±zanie Perla do biblioteki przechwytywania pakietów LBL pcap(3)
-Name:          perl-%{pdir}-%{pnam}
-Version:       0.04
-Release:       5
+Summary(pl.UTF-8):     Net::Pcap - dowiązanie Perla do biblioteki przechwytywania pakietów LBL pcap(3)
+Name:          perl-Net-Pcap
+Version:       0.18
+Release:       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: 3456934b09598122fea6a553cdf42a91
+Source0:       http://www.cpan.org/modules/by-module/Net/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 18d7298dca72b53271d68646c34b6a39
+Patch0:                libpcap-1.9.patch
+Patch1:                %{name}-signals-const.patch
+URL:           http://search.cpan.org/dist/Net-Pcap/
+BuildRequires: libpcap-devel >= 1.9.0
+BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
-BuildRequires: perl-devel >= 5.6
-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
-Modu³ Net::Pcap jest dowi±zaniem Perla do biblioteki przechwytywania
-pakietów LBL pcap(3).
+%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}
+%patch0 -p1
+%patch1 -p1
 
 %build
 %{__perl} Makefile.PL \
+       CCFLAGS="%{rpmcflags} -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" \
        INSTALLDIRS=vendor
+
 %{__make}
 
 %{?with_tests:%{__make} test}
@@ -51,7 +57,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README
-%{perl_vendorarch}/%{pdir}/%{pnam}.pm
-%{perl_vendorarch}/auto/%{pdir}/%{pnam}
-%{_mandir}/man3/*
+%doc Changes README
+%attr(755,root,root) %{_bindir}/pcapinfo
+%{perl_vendorarch}/Net/Pcap.pm
+%dir %{perl_vendorarch}/auto/Net/Pcap
+%attr(755,root,root) %{perl_vendorarch}/auto/Net/Pcap/Pcap.so
+%{_mandir}/man1/pcapinfo.1p*
+%{_mandir}/man3/Net::Pcap.3pm*
This page took 0.100899 seconds and 4 git commands to generate.