Update to 0.11

- New upstream release 0.11
  - defined(@array) is deprecated under Perl 5.15.7 (CPAN RT#74251)
- Don't need to remove empty directories from buildroot
- Drop %defattr, redundant since rpm 4.4
epel9
Paul Howarth 13 years ago
parent 631dcddf96
commit e2e59ed967

2
.gitignore vendored

@ -1 +1 @@
/Module-Find-0.10.tar.gz /Module-Find-[0-9.]*.tar.gz

@ -1,6 +1,6 @@
Name: perl-Module-Find Name: perl-Module-Find
Version: 0.10 Version: 0.11
Release: 4%{?dist} Release: 1%{?dist}
Summary: Find and use installed modules in a (sub)category Summary: Find and use installed modules in a (sub)category
Group: Development/Libraries Group: Development/Libraries
License: GPL+ or Artistic License: GPL+ or Artistic
@ -37,7 +37,6 @@ make %{?_smp_mflags}
rm -rf %{buildroot} rm -rf %{buildroot}
make pure_install DESTDIR=%{buildroot} make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} \; 2>/dev/null
%{_fixperms} %{buildroot} %{_fixperms} %{buildroot}
%check %check
@ -47,12 +46,17 @@ make test
rm -rf %{buildroot} rm -rf %{buildroot}
%files %files
%defattr(-,root,root,-)
%doc Changes README examples/ %doc Changes README examples/
%{perl_vendorlib}/Module/ %{perl_vendorlib}/Module/
%{_mandir}/man3/Module::Find.3pm* %{_mandir}/man3/Module::Find.3pm*
%changelog %changelog
* Tue May 22 2012 Paul Howarth <paul@city-fan.org> - 0.11-1
- Update to 0.11:
- defined(@array) is deprecated under Perl 5.15.7 (CPAN RT#74251)
- Don't need to remove empty directories from buildroot
- Drop %%defattr, redundant since rpm 4.4
* Wed Jan 25 2012 Paul Howarth <paul@city-fan.org> - 0.10-4 * Wed Jan 25 2012 Paul Howarth <paul@city-fan.org> - 0.10-4
- BR: perl(ExtUtils::MakeMaker), perl(File::Find), perl(File::Spec) and - BR: perl(ExtUtils::MakeMaker), perl(File::Find), perl(File::Spec) and
perl(Pod::Perldoc) perl(Pod::Perldoc)

@ -1 +1 @@
bdc4687d0782157e9335f4dc31369d01 Module-Find-0.10.tar.gz 420a0796a1fbdfd5704df754872db7e1 Module-Find-0.11.tar.gz

Loading…
Cancel
Save