Include fixes from jpo, and upgrade to latest upstream version.

This commit is contained in:
Robin Norwood 2007-02-04 17:47:51 +00:00
parent 90ab3a715f
commit b603430264
3 changed files with 14 additions and 10 deletions

View File

@ -1 +1 @@
Devel-Symdump-2.0604.tar.gz Devel-Symdump-2.07.tar.gz

View File

@ -1,6 +1,7 @@
Name: perl-Devel-Symdump Name: perl-Devel-Symdump
Version: 2.0604 Version: 2.07
Release: 1%{?dist} Release: 1%{?dist}
Epoch: 1
Summary: A Perl module for inspecting Perl's symbol table Summary: A Perl module for inspecting Perl's symbol table
Group: Development/Libraries Group: Development/Libraries
@ -10,8 +11,7 @@ Source0: http://www.cpan.org/authors/id/A/AN/ANDK/Devel-Symdump-%{version
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
BuildRequires: perl >= 1:5.6.1 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description %description
The perl module Devel::Symdump provides a convenient way to inspect The perl module Devel::Symdump provides a convenient way to inspect
@ -29,10 +29,10 @@ make %{?_smp_mflags}
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/* chmod -R u+w $RPM_BUILD_ROOT/*
%check || : %check
make test make test
%clean %clean
@ -43,10 +43,14 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc ChangeLog README %doc ChangeLog README
%{perl_vendorlib}/Devel/ %{perl_vendorlib}/Devel/
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3pm*
%changelog %changelog
* Sat Feb 3 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1:2.07-1
- Update to 2.07.
- Minor corrections/cleanings.
* Sat Dec 02 2006 Robin Norwood <rnorwood@redhat.com - 2.0604-1 * Sat Dec 02 2006 Robin Norwood <rnorwood@redhat.com - 2.0604-1
- Upgrade to latest CPAN version: 2.0604 - Upgrade to latest CPAN version: 2.0604

View File

@ -1 +1 @@
f7e40d95342e4da8f78dbb913760c436 Devel-Symdump-2.0604.tar.gz 4c7dfb240687cf0105ca7e81d07781bf Devel-Symdump-2.07.tar.gz