From 3dcfb804cc6bd504ddccec3255cfa0c55af84bf7 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 09:22:53 +0100 Subject: [PATCH] automatic version update by autodist [release 0.17-1mamba;Wed Oct 31 2012] --- README.md | 2 ++ perl-Net-CIDR.spec | 66 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 perl-Net-CIDR.spec diff --git a/README.md b/README.md index 7c3df51..19dc3c7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # perl-Net-CIDR +Net::CIDR - Manipulate IPv4/IPv6 netblocks in CIDR notation. + diff --git a/perl-Net-CIDR.spec b/perl-Net-CIDR.spec new file mode 100644 index 0000000..75aa34f --- /dev/null +++ b/perl-Net-CIDR.spec @@ -0,0 +1,66 @@ +%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) + +Name: perl-Net-CIDR +Version: 0.17 +Release: 1mamba +Summary: Net::CIDR - Manipulate IPv4/IPv6 netblocks in CIDR notation +Group: System/Libraries/Perl +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.cpan.org +Source: http://search.cpan.org/CPAN/authors/id/M/MR/MRSAM/Net-CIDR-%{version}.tar.gz +License: BSD +Requires: perl >= %perl_major_ver +BuildRequires: perl-devel >= %perl_major_ver +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Net::CIDR - Manipulate IPv4/IPv6 netblocks in CIDR notation. + +%prep +%setup -q -n Net-CIDR-%{version} + +%build +perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor +%make +%make test + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall_perl +packlist=`find %{buildroot} -name .packlist` +[ -z "$packlist" ] && exit 1 || cat $packlist | \ + sed "s,%buildroot,,g;s,.*/man/.*,&.gz,g" | \ + sort -u > .packlist && rm $packlist + +strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'` +for dir in `find %{buildroot} -type d | grep $strid`; do + echo "%dir ${dir#%buildroot}" >> .packlist +done + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +rm -f .packlist + +%files -f .packlist +%defattr(-,root,root) + +%changelog +* Wed Oct 31 2012 Automatic Build System 0.17-1mamba +- automatic version update by autodist + +* Fri Oct 05 2012 Automatic Build System 0.16-1mamba +- automatic version update by autodist + +* Wed Feb 22 2012 Automatic Build System 0.15-1mamba +- automatic version update by autodist + +* Fri Feb 06 2009 Silvan Calarco 0.13-1mamba +- automatic update by autodist + +* Wed Nov 05 2008 Silvan Calarco 0.11-2mamba +- automatic rebuild by autodist + +* Wed May 09 2007 Silvan Calarco 0.11-1mamba +- package created by autospec