Update to 1.000005
- New upstream release 1.000005 - Localize $package::VERSION during version discovery - Fix references to Module::Build::ModuleInfo (CPAN RT#66133) - Added 'new_from_handle()' method (CPAN RT#68875) - Improved documentation (SYNOPSIS, broke out class/object method, and other minor edits) - Install to vendor directories rather than perl directories
This commit is contained in:
parent
e7e524d694
commit
7c19f4e748
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/Module-Metadata-1.000004.tar.gz
|
||||
/Module-Metadata-[0-9.]*\.tar\.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-Module-Metadata
|
||||
Version: 1.000004
|
||||
Release: 5%{?dist}
|
||||
Version: 1.000005
|
||||
Release: 1%{?dist}
|
||||
Summary: Gather package and POD information from perl module files
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -32,7 +32,7 @@ Requires: perl(version) >= 0.87
|
||||
%setup -q -n Module-Metadata-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=perl
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -47,10 +47,19 @@ make test TEST_FILES="t/*.t xt/*.t"
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc Changes
|
||||
%{perl_privlib}/Module/
|
||||
%{perl_vendorlib}/Module/
|
||||
%{_mandir}/man3/Module::Metadata.3pm*
|
||||
|
||||
%changelog
|
||||
* Wed Aug 3 2011 Paul Howarth <paul@city-fan.org> - 1.000005-1
|
||||
- Update to 1.000005
|
||||
- Localize $package::VERSION during version discovery
|
||||
- Fix references to Module::Build::ModuleInfo (CPAN RT#66133)
|
||||
- Added 'new_from_handle()' method (CPAN RT#68875)
|
||||
- Improved documentation (SYNOPSIS, broke out class/object method, and
|
||||
other minor edits)
|
||||
- Install to vendor directories rather than perl directories
|
||||
|
||||
* Mon Jun 20 2011 Paul Howarth <paul@city-fan.org> - 1.000004-5
|
||||
- Bump and rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user