Author: mitr
Update of /cvs/pkgs/rpms/perl-Net-RawIP/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19442
Modified Files:
perl-Net-RawIP.spec
Log Message:
* Thu Mar 4 2010 Miloslav Trmač <[email protected]> - 0.25-4
- Filter out bogus Provides: RawIP.so
- Drop no longer required references to BuildRoot
Index: perl-Net-RawIP.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-RawIP/devel/perl-Net-RawIP.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- perl-Net-RawIP.spec 26 Jul 2009 13:44:48 -0000 1.5
+++ perl-Net-RawIP.spec 4 Mar 2010 18:40:31 -0000 1.6
@@ -1,22 +1,24 @@
Name: perl-Net-RawIP
Version: 0.25
-Release: 3
+Release: 4%{?dist}
Summary: Perl extension for manipulating raw ip packets using libpcap
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Net-RawIP/
Source0:
http://www.cpan.org/modules/by-module/Net/Net-RawIP-%{version}.tar.gz
Patch0: Net-RawIP-0.23-format.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: perl(ExtUtils::MakeMaker), libpcap-devel,
BuildRequires: perl(Proc::ProcessTable), perl(Test::Perl::Critic)
BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo
$version))
+%filter_provides_in %{perl_vendorarch}/auto/Net/RawIP/RawIP.so
+%filter_setup
+
%description
This package provides a class object which can be used for creating,
manipulating and sending raw ip packets with optional features for
-manipulating ethernet headers.
+manipulating Ethernet headers.
%prep
%setup -q -n Net-RawIP-%{version}
@@ -27,8 +29,6 @@ manipulating ethernet headers.
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 {} \;
@@ -54,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
+* Thu Mar 4 2010 Miloslav Trmač <[email protected]> - 0.25-4
+- Filter out bogus Provides: RawIP.so
+- Drop no longer required references to BuildRoot
+
* Sun Jul 26 2009 Fedora Release Engineering <[email protected]>
- 0.25-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/perl-devel