%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Bundle-Bugzilla Version: 0.12 Release: 2mamba Summary: Bundle::Bugzilla - Perl bundle of modules for Bugzilla Group: Development/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Aleph0 URL: http://www.cpan.org Source: http://www.cpan.org/modules/by-module/Bundle/Bundle-Bugzilla-%{version}.tar.gz License: GPL Requires: perl >= %perl_major_ver BuildRequires: perl-devel >= %perl_major_ver BuildRequires: libmysql-devel BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Perl bundle of modules for Bugzilla. %prep %setup -q -n Bundle-Bugzilla-%{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 * Mon Nov 03 2008 Silvan Calarco 0.12-2mamba - automatic rebuild by autodist * Mon Nov 26 2007 Aleph0 0.12-1mamba - update to 0.12 * Fri Oct 22 2004 Alessandro Ramazzina 0.11-1qilnx - package created by autospec (rebuilt after SRPM loss) * Wed Sep 08 2003 Silvan Calarco 0.10-1qilnx - First build