%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Net-Ident Version: 1.25 Release: 1mamba Summary: Net::Ident - lookup the username on the remote end of a TCP/IP connection 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-Ident-%{version}.tar.gz License: BSD Requires: perl >= %perl_major_ver BuildRequires: perl-devel >= %perl_major_ver %description Net::Ident - lookup the username on the remote end of a TCP/IP connection %prep %setup -q -n Net-Ident-%{version} %build perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor --force-compat %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 Feb 24 2021 Automatic Build System 1.25-1mamba - automatic version update by autodist * Tue Nov 13 2012 Silvan Calarco 1.20-3mamba - perl 5.16 mass rebuild * Wed Nov 05 2008 Silvan Calarco 1.20-2mamba - automatic rebuild by autodist * Wed May 09 2007 Silvan Calarco 1.20-1mamba - package created by autospec