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
|
Name: perl-Module-Metadata
|
||||||
Version: 1.000004
|
Version: 1.000005
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Gather package and POD information from perl module files
|
Summary: Gather package and POD information from perl module files
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -32,7 +32,7 @@ Requires: perl(version) >= 0.87
|
|||||||
%setup -q -n Module-Metadata-%{version}
|
%setup -q -n Module-Metadata-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=perl
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -47,10 +47,19 @@ make test TEST_FILES="t/*.t xt/*.t"
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc Changes
|
%doc Changes
|
||||||
%{perl_privlib}/Module/
|
%{perl_vendorlib}/Module/
|
||||||
%{_mandir}/man3/Module::Metadata.3pm*
|
%{_mandir}/man3/Module::Metadata.3pm*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jun 20 2011 Paul Howarth <paul@city-fan.org> - 1.000004-5
|
||||||
- Bump and rebuild
|
- Bump and rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user