update to 0.225

This commit is contained in:
Iain Arnell 2011-05-07 09:00:39 +02:00
parent 1ecbaebcd0
commit 65ec29cddb
3 changed files with 8 additions and 10 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
parent-0.223.tar.gz
/parent-0.224.tar.gz
/parent-0.225.tar.gz

View File

@ -1,13 +1,12 @@
Name: perl-parent
Epoch: 1
Version: 0.224
Release: 2%{?dist}
Version: 0.225
Release: 1%{?dist}
Summary: Establish an ISA relationship with base classes at compile time
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/parent/
Source0: http://search.cpan.org/CPAN/authors/id/C/CO/CORION/parent-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -41,8 +40,6 @@ find . -type f -exec chmod -c -x {} +
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
@ -53,16 +50,16 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
%check
make test
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc Changes t/
%{perl_privlib}/*
%{_mandir}/man3/*
%changelog
* Sat May 07 2011 Iain Arnell <iarnell@gmail.com> 1:0.225-1
- update to latest upstream version
- clean up spec for modern rpmbuild
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.224-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1 @@
d099b13cf30f4ab9dec79532b53abac3 parent-0.224.tar.gz
cd8a62a28b3fa1c6d43973a9cb6b7796 parent-0.225.tar.gz