SPECS: perl-Net-Arping.spec - version 0.03
radek
radek at pld-linux.org
Tue Nov 4 18:20:46 CET 2008
Author: radek Date: Tue Nov 4 17:20:46 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- version 0.03
---- Files affected:
SPECS:
perl-Net-Arping.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/perl-Net-Arping.spec
diff -u SPECS/perl-Net-Arping.spec:1.2 SPECS/perl-Net-Arping.spec:1.3
--- SPECS/perl-Net-Arping.spec:1.2 Sat Mar 29 20:10:38 2008
+++ SPECS/perl-Net-Arping.spec Tue Nov 4 18:20:40 2008
@@ -1,18 +1,21 @@
# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without tests # do perform "make test"
+#
%include /usr/lib/rpm/macros.perl
%define pdir Net
%define pnam Arping
Summary: Net::Arping - Ping remote host by ARP packets
Summary(pl.UTF-8): Net::Arping - Pingowanie zdalnego hosta poprzez pakiety ARP
Name: perl-Net-Arping
-Version: 0.02
+Version: 0.03
Release: 1
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
-Source0: http://www.cpan.org/modules/by-module/Net/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: c4d60bb746995f5c4ec827f6fc865ed8
-Patch0: %{name}-libnet11.patch
+Source0: http://www.cpan.org/modules/by-authors/id/R/RA/RADEK/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: bf26415f1406dec2689d5e8aa3ca2744
URL: http://search.cpan.org/dist/Net-Arping/Arping.pm
BuildRequires: libnet-devel
BuildRequires: libpcap-devel
@@ -30,7 +33,6 @@
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
-%patch0 -p1
%build
%{__perl} Makefile.PL \
@@ -38,7 +40,7 @@
%{__make} \
OPTIMIZE="%{rpmcflags}"
-# "make test" removed -- requires root privileges
+%{__make} test
%install
rm -rf $RPM_BUILD_ROOT
@@ -63,6 +65,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2008/11/04 17:20:40 radek
+- version 0.03
+
Revision 1.2 2008/03/29 19:10:38 radek
- release 1, patched for libnet 1.1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-Net-Arping.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list