3.94 bump

This commit is contained in:
Petr Písař 2012-05-11 13:29:22 +02:00
parent 206279e322
commit 2887e01145
3 changed files with 8 additions and 11 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ Object-InsideOut-3.56.tar.gz
/Object-InsideOut-3.91.tar.gz
/Object-InsideOut-3.92.tar.gz
/Object-InsideOut-3.93.tar.gz
/Object-InsideOut-3.94.tar.gz

View File

@ -1,20 +1,17 @@
Name: perl-Object-InsideOut
Version: 3.93
Version: 3.94
Release: 1%{?dist}
Summary: Comprehensive inside-out object support module
Group: Development/Libraries
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Object-InsideOut
Source0: http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/Object-InsideOut-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
# Run-time
BuildRequires: perl(attributes)
BuildRequires: perl(B)
# Upstream wants perl(Data::Dumper) >= 2.131, but this is not yet packaged
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Data::Dumper) >= 2.131
BuildRequires: perl(Exception::Class) >= 1.32
BuildRequires: perl(Scalar::Util) >= 1.25
BuildRequires: perl(warnings)
@ -32,8 +29,7 @@ BuildRequires: perl(threads)
BuildRequires: perl(Thread::Queue)
BuildRequires: perl(threads::shared)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
# Upstream wants perl(Data::Dumper) >= 2.131, but this is not yet packaged
Requires: perl(Data::Dumper)
Requires: perl(Data::Dumper) >= 2.131
Requires: perl(Scalar::Util) >= 1.25
%{?perl_default_filter}
@ -58,7 +54,6 @@ by the object's ID, or hashes keyed to the object's ID.
%prep
%setup -q -n Object-InsideOut-%{version}
# fix permissions
find lib -type f -print0 | xargs -0 chmod 0644
@ -66,14 +61,12 @@ find lib -type f -print0 | xargs -0 chmod 0644
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%install
make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
%{_fixperms} %{buildroot}/*
%check
make test
@ -84,6 +77,9 @@ make test
%changelog
* Fri May 11 2012 Petr Pisar <ppisar@redhat.com> - 3.94-1
- 3.94 bump
* Tue Apr 10 2012 Petr Pisar <ppisar@redhat.com> - 3.93-1
- 3.93 bump

View File

@ -1 +1 @@
c70d462d1d5b7d453a69c028e2b95b46 Object-InsideOut-3.93.tar.gz
2e4609371d9f9950f6835ba2bcf7a964 Object-InsideOut-3.94.tar.gz