rpms/perl-Net-Pcap/FC-6 perl-Net-Pcap.spec, NONE, 1.1 sources, 1.1, 1.2

Sindre Pedersen Bjørdal (sindrepb) fedora-extras-commits at redhat.com
Wed May 23 01:03:05 UTC 2007


Author: sindrepb

Update of /cvs/extras/rpms/perl-Net-Pcap/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11699

Modified Files:
	sources 
Added Files:
	perl-Net-Pcap.spec 
Log Message:
add files to branch


--- NEW FILE perl-Net-Pcap.spec ---
Name:           perl-Net-Pcap
Version:        0.14
Release:        2%{?dist}
Summary:        Interface to pcap(3) LBL packet capture library

Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/Net-Pcap/
Source0:        http://search.cpan.org/CPAN/authors/id/S/SA/SAPER/Net-Pcap-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More)
BuildRequires:  libpcap-devel
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
perl-Net-Pcap provides Perl bindings to the LBL pcap(3) library.

%prep
%setup -q -n Net-Pcap-%{version}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc Changes README
%doc t/
%{_bindir}/*
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Net
%{_mandir}/man?/*


%changelog
* Tue May 08 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.14-2
- Add missing BR
- Chance License to GPL or Artistic
- Update %%files
- Include t/ in %%doc
* Thu May 03 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.14-1
- Initial build


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Net-Pcap/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 May 2007 21:35:12 -0000	1.1
+++ sources	23 May 2007 01:02:31 -0000	1.2
@@ -0,0 +1 @@
+80a4b62911cded1a011b897f735d445e  Net-Pcap-0.14.tar.gz




More information about the fedora-extras-commits mailing list