SPECS: perl-Net-Subnets.spec (NEW) - new

paszczus paszczus at pld-linux.org
Thu Jul 12 13:13:34 CEST 2007


Author: paszczus                     Date: Thu Jul 12 11:13:34 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   perl-Net-Subnets.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/perl-Net-Subnets.spec
diff -u /dev/null SPECS/perl-Net-Subnets.spec:1.1
--- /dev/null	Thu Jul 12 13:13:34 2007
+++ SPECS/perl-Net-Subnets.spec	Thu Jul 12 13:13:29 2007
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+# Conditional build:
+%bcond_without	autodeps	# don't BR packages needed only for resolving deps
+%bcond_without	tests	# do not perform "make test"
+#
+%include	/usr/lib/rpm/macros.perl
+%define		pdir	Net
+%define		pnam	Subnets
+Summary:	Computing subnets in large scale networks
+Name:		perl-Net-Subnets
+Version:	0.21
+Release:	0.1
+License:	GPL
+Group:		Development/Languages/Perl
+Source0:	http://www.cpan.org/modules/by-module/Net/%{pdir}-%{pnam}-%{version}.tar.gz
+URL:		http://search.cpan.org/dist/Net-Subnets/
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+%if %{with autodeps} || %{with tests}
+BuildRequires:	perl-Test-Simple
+%endif
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_noautoreq	'perl(anything_fake_or_conditional)'
+
+%description
+Very fast matches large lists of IP addresses against many CIDR
+subnets, calculates IP address ranges and provides a simple object
+oriented interface.
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+
+%{__perl} Makefile.PL \
+	INSTALLDIRS=vendor
+
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} pure_install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README
+%{perl_vendorlib}/Net/Subnets.pm
+%{_mandir}/man3/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+$Log$
+Revision 1.1  2007/07/12 11:13:29  paszczus
+- new
+
================================================================


More information about the pld-cvs-commit mailing list