Update to 1.000010
- New upstream release 1.000010 - Performance improvement: the creation of a Module::Metadata object for a typical module file has been sped up by about 40% - Fix t/metadata.t failure under Cygwin - Portability fix-ups for new_from_module() and test failures on VMS - This release by VPIT -> update source URL - Drop buildreqs for Perl core modules that aren't dual-lived - Drop %defattr, redundant since rpm 4.4 - Don't need to remove empty directories from the buildroot
This commit is contained in:
parent
079b962ada
commit
b3626e33c2
@ -1,29 +1,23 @@
|
||||
Name: perl-Module-Metadata
|
||||
Version: 1.000009
|
||||
Release: 5%{?dist}
|
||||
Version: 1.000010
|
||||
Release: 1%{?dist}
|
||||
Summary: Gather package and POD information from perl module files
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Module-Metadata/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Module-Metadata-%{version}.tar.gz
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/Module-Metadata-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
# Build
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(warnings)
|
||||
# Module
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(File::Find)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(IO::File)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(version) >= 0.87
|
||||
# Regular test suite
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(Cwd)
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(File::Basename)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(File::Path)
|
||||
BuildRequires: perl(lib)
|
||||
@ -50,7 +44,6 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
||||
find %{buildroot} -depth -type d -exec rmdir {} \; 2>/dev/null
|
||||
%{_fixperms} %{buildroot}
|
||||
|
||||
%check
|
||||
@ -60,12 +53,22 @@ make test TEST_FILES="xt/*.t"
|
||||
%endif
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc Changes
|
||||
%{perl_vendorlib}/Module/
|
||||
%{_mandir}/man3/Module::Metadata.3pm*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 30 2012 Paul Howarth <paul@city-fan.org> - 1.000010-1
|
||||
- Update to 1.000010
|
||||
- Performance improvement: the creation of a Module::Metadata object
|
||||
for a typical module file has been sped up by about 40%%
|
||||
- Fix t/metadata.t failure under Cygwin
|
||||
- Portability fix-ups for new_from_module() and test failures on VMS
|
||||
- This release by VPIT -> update source URL
|
||||
- Drop buildreqs for Perl core modules that aren't dual-lived
|
||||
- Drop %%defattr, redundant since rpm 4.4
|
||||
- Don't need to remove empty directories from the buildroot
|
||||
|
||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.000009-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user