%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Net-CIDR Version: 0.21 Release: 1mamba Summary: Net::CIDR - Manipulate IPv4/IPv6 netblocks in CIDR notation Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://www.cpan.org Source: https://cpan.metacpan.org/modules/by-module/Net/Net-CIDR-%{version}.tar.gz License: BSD Requires: perl >= %perl_major_ver BuildRequires: perl-devel >= %perl_major_ver %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 Mar 31 2021 Automatic Build System 0.21-1mamba - automatic version update by autodist * Tue Jul 30 2019 Automatic Build System 0.20-1mamba - automatic update by autodist * Tue Feb 24 2015 Automatic Build System 0.18-1mamba - automatic update by autodist * 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