1.02 bump

This commit is contained in:
Petr Písař 2010-09-15 15:46:18 +02:00
parent 4be784972d
commit 39e5741117
3 changed files with 8 additions and 6 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
File-ShareDir-1.00.tar.gz
/File-ShareDir-1.02.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-File-ShareDir
Version: 1.00
Release: 6%{?dist}
Version: 1.02
Release: 1%{?dist}
Summary: Locate per-dist and per-module shared files
License: GPL+ or Artistic
Group: Development/Libraries
@ -9,11 +9,9 @@ Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/File-ShareDir-%{versio
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(Class::Inspector) >= 1.12
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Params::Util) >= 0.07
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(Test::More) >= 0.47
Requires: perl(Class::Inspector) >= 1.12
Requires: perl(Params::Util) >= 0.07
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@ -56,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Wed Sep 15 2010 Petr Pisar <ppisar@redhat.com> - 1.02-1
- 1.02 bump
* Sat May 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.00-6
- Mass rebuild with perl-5.12.0

View File

@ -1 +1 @@
28f47081e7d678410bc5e0881b286a8b File-ShareDir-1.00.tar.gz
edb4b9d418a03bf9b0cf6d0fa9585c3f File-ShareDir-1.02.tar.gz