Changes of Revision 4
[-] | Changed | perl-autodie.changes |
1
2 ------------------------------------------------------------------- 3 +Wed Dec 1 13:30:43 UTC 2010 - coolo@novell.com 4 + 5 +- switch to perl_requires macro 6 + 7 +------------------------------------------------------------------- 8 Sun May 9 17:56:35 UTC 2010 - lars@linux-schulserver.de 9 10 - initial version 2.10 11 |
||
[-] | Changed | perl-autodie.spec ^ |
25 1
2 Release: 1 3 Source: %{cpan_name}-%{version}.tar.bz2 4 BuildRequires: perl-macros 5 -Requires: perl = %{perl_version} 6 BuildRoot: %{_tmppath}/%{name}-%{version}-build 7 - 8 -%if 0%{?centos_version} || 0%{?fedora_version} || 0%{?rhel_version} 9 -BuildRequires: perl-macros 10 -%endif 11 +%{perl_requires} 12 13 %description 14 The autodie pragma provides a convenient way to replace functions that normally 15
16 %perl_make_install 17 %perl_process_packlist 18 %perl_gen_filelist 19 -%if 0%{?centos_version} || 0%{?fedora_version} || 0%{?rhel_version} 20 -%{__rm} -rf %{buildroot}%{perl_vendorarch}/auto/*{,/*{,/*}}/.packlist 21 -%endif 22 23 %clean 24 rm -rf %{buildroot} 25 |