]> git.pld-linux.org Git - packages/perl-Net-Pcap.git/commitdiff
- should be ready for perl-5.8.0; release++
authorradek <radek@pld-linux.org>
Sat, 1 Mar 2003 20:21:50 +0000 (20:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Net-Pcap.spec -> 1.12

perl-Net-Pcap.spec

index 60bf7df90838c95a9e6fc125efb8120d85d1d294..ec222c92fa70bfa235b41e7702bb9461688a26b9 100644 (file)
@@ -6,11 +6,11 @@ Summary:      Perl binding to the LBL pcap(3) packet capture library
 Summary(pl):   Dowi±zanie perla do biblioteki przechwytywania pakietów LBL pcap(3)
 Name:          perl-%{pdir}-%{pnam}
 Version:       0.04
-Release:       4
+Release:       5
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildRequires: perl >= 5.6
 BuildRequires: libpcap-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -27,7 +27,8 @@ pakiet
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor 
 %{__make}
 
 %install
@@ -42,6 +43,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README
-%{perl_sitearch}/%{pdir}/%{pnam}.pm
-%{perl_sitearch}/auto/%{pdir}/%{pnam}
+%{perl_vendorarch}/%{pdir}/%{pnam}.pm
+%{perl_vendorarch}/auto/%{pdir}/%{pnam}
 %{_mandir}/man3/*
This page took 0.070913 seconds and 4 git commands to generate.