rpms/perl-Net-Netmask/devel .cvsignore, 1.5, 1.6 Makefile, 1.3, 1.4 perl-Net-Netmask.spec, 1.9, 1.10 sources, 1.5, 1.6 dead.package, 1.1, NONE

Warren Togami (wtogami) fedora-extras-commits at redhat.com
Fri May 19 18:56:14 UTC 2006


Author: wtogami

Update of /cvs/extras/rpms/perl-Net-Netmask/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25504

Added Files:
	.cvsignore Makefile perl-Net-Netmask.spec sources 
Removed Files:
	dead.package 
Log Message:
rebuild perl-Net-Netmask for FE6



Index: .cvsignore
===================================================================
RCS file: .cvsignore
diff -N .cvsignore
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ .cvsignore	19 May 2006 18:56:14 -0000	1.6
@@ -0,0 +1 @@
+Net-Netmask-1.9012.tar.gz


Index: Makefile
===================================================================
RCS file: Makefile
diff -N Makefile
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Makefile	19 May 2006 18:56:14 -0000	1.4
@@ -0,0 +1,21 @@
+# Makefile for source rpm: perl-Net-Netmask
+# $Id$
+NAME := perl-Net-Netmask
+SPECFILE = $(firstword $(wildcard *.spec))
+
+define find-makefile-common
+for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+endef
+
+MAKEFILE_COMMON	:= $(shell $(find-makefile-common))
+
+ifeq ($(MAKEFILE_COMMON),)
+# attept a checkout
+define checkout-makefile-common
+test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
+endef
+
+MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
+endif
+
+include $(MAKEFILE_COMMON)


Index: perl-Net-Netmask.spec
===================================================================
RCS file: perl-Net-Netmask.spec
diff -N perl-Net-Netmask.spec
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ perl-Net-Netmask.spec	19 May 2006 18:56:14 -0000	1.10
@@ -0,0 +1,76 @@
+Name:           perl-Net-Netmask
+Version:        1.9012
+Release:        2%{?dist}
+Summary:        Perl module for manipulation and lookup of IP network blocks
+
+Group:          Development/Libraries
+License:        Artistic
+URL:            http://search.cpan.org/dist/Net-Netmask/
+Source0:        http://www.cpan.org/authors/id/M/MU/MUIR/modules/Net-Netmask-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildArch:      noarch
+BuildRequires:  perl >= 1:5.6.1
+Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+Net::Netmask parses and understands IPv4 CIDR blocks. It's built with
+an object-oriented interface. Nearly all functions are methods that
+operate on a Net::Netmask object.
+
+
+%prep
+%setup -q -n Net-Netmask-%{version}
+
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+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 d -depth -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 CHANGELOG README
+%{perl_vendorlib}/Net/
+%{_mandir}/man3/*.3*
+
+
+%changelog
+* Fri May 20 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.9012-2
+- 1.9012, use canonical CPAN URL in Source0.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.9011-2
+- rebuilt
+
+* Sun Aug 15 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.9011-1
+- Update to 1.9011.
+- Bring up to date with current fedora.us Perl spec template.
+
+* Sun Feb  8 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.9007-0.fdr.2
+- Reduce directory ownership bloat.
+- Run tests in the %%check section.
+
+* Sat Feb 07 2004 Warren Togami <warren at togami.com> - 0:1.9007-0.fdr.1
+- upgrade to 1.9007
+
+* Thu Nov 13 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.9004-0.fdr.2
+- Specfile rewrite.
+
+* Fri Sep 19 2003 Warren Togami <warren at togami.com> - 1.9004-0.fdr.1
+- Specfile autogenerated.


Index: sources
===================================================================
RCS file: sources
diff -N sources
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ sources	19 May 2006 18:56:14 -0000	1.6
@@ -0,0 +1 @@
+3d81d214e0203863dbc170029f2d3502  Net-Netmask-1.9012.tar.gz


--- dead.package DELETED ---




More information about the fedora-extras-commits mailing list