%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Module-Signature Version: 0.88 Release: 2mamba Summary: A module to check and create SIGNATURE files for CPAN distributions Group: Development/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://www.cpan.org/ Source: https://cpan.metacpan.org/modules/by-module/Module/Module-Signature-%{version}.tar.gz License: GPL BuildRequires: perl-devel >= %perl_major_ver, gnupg >= 1.2.6 Requires: perl >= %perl_major_ver BuildArch: noarch ## AUTOBUILDREQ-BEGIN BuildRequires: libperl BuildRequires: perl-devel ## AUTOBUILDREQ-END BuildRequires: perl >= 2:5.36.0 BuildRequires: perl-IPC-Run %description A module to check and create SIGNATURE files for CPAN distributions. %prep %setup -q -n Module-Signature-%{version} %build perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor << _EOF _EOF %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}" %files -f .packlist %defattr(-,root,root) %changelog * Mon Apr 17 2023 Sdk Build System 0.88-2mamba - rebuilt with perl 5.36.0 * Sun Dec 19 2021 Automatic Build System 0.88-1mamba - automatic version update by autodist * Sun Dec 06 2020 Silvan Calarco 0.87-1mamba - update to 0.87 * Mon Nov 12 2012 Silvan Calarco 0.68-2mamba - perl 5.16 mass rebuild * Sun Jul 01 2012 Silvan Calarco 0.68-1mamba - update to 0.68 - updated specfile and maintainer * Tue Jan 12 2010 Automatic Build System 0.61-1mamba - automatic update by autodist * Wed Nov 05 2008 Silvan Calarco 0.55-2mamba - automatic rebuild by autodist * Wed Jun 18 2008 Tiziana Ferro 0.55-1mamba - update to 0.55 - switch to noarch - add buildrequirements * Fri Nov 19 2004 Alessandro Ramazzina 0.41-1qilnx - package created by autospec