perl-Net-Pcap/perl-Net-Pcap.spec

67 lines
2.0 KiB
RPMSpec
Raw Permalink Normal View History

%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Net-Pcap
Version: 0.18
Release: 1mamba
Summary: Net::Pcap - Interface to pcap(3) LBL packet capture library
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org
Source: http://www.cpan.org/authors/id/S/SA/SAPER/Net-Pcap-%{version}.tar.gz
Patch0: perl-Net-Pcap-0.17-gcc-4.7.patch
License: GPL
Requires: perl >= %perl_major_ver
BuildRequires: perl-devel >= %perl_major_ver
BuildRequires: libpcap-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
The Net::Pcap module is a Perl binding to the LBL pcap(3) packet capture library.
%prep
%setup -q -n Net-Pcap-%{version}
#%patch0 -p1
%build
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
%make
%make test
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall_perl
packlist=`find %{buildroot} -name .packlist`
[ -z "$packlist" ] && exit 1 || cat $packlist | \
sed "s,%buildroot,,g;s,.*/man/.*,&.gz,g" | \
sort -u > .packlist && rm $packlist
strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'`
for dir in `find %{buildroot} -type d | grep $strid`; do
echo "%dir ${dir#%buildroot}" >> .packlist
done
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
rm -f .packlist
%files -f .packlist
%defattr(-,root,root)
%changelog
* Thu Sep 15 2016 Automatic Build System <autodist@mambasoft.it> 0.18-1mamba
- automatic update by autodist
* Thu Mar 21 2013 Automatic Build System <autodist@mambasoft.it> 0.17-1mamba
- automatic version update by autodist
* Fri Feb 06 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16-1mamba
- automatic update by autodist
* Wed Nov 05 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14-2mamba
- automatic rebuild by autodist
* Thu Oct 11 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.14-1mamba
- package created by autospec