- Upstream update.
- Remove Class-Inspector-1.23.diff.
This commit is contained in:
parent
903d57f7ed
commit
f1fbd6566c
@ -1 +1 @@
|
||||
Class-Inspector-1.23.tar.gz
|
||||
Class-Inspector-1.24.tar.gz
|
||||
|
||||
@ -1,10 +0,0 @@
|
||||
diff -Naur Class-Inspector-1.23.orig/META.yml Class-Inspector-1.23/META.yml
|
||||
--- Class-Inspector-1.23.orig/META.yml 2008-06-02 04:36:31.000000000 +0200
|
||||
+++ Class-Inspector-1.23/META.yml 2009-02-27 08:54:03.000000000 +0100
|
||||
@@ -18,5 +18,5 @@
|
||||
- t
|
||||
requires:
|
||||
File::Spec: 0.80
|
||||
- perl: 5.005
|
||||
+ perl: 5.00503
|
||||
version: 1.23
|
||||
@ -1,13 +1,11 @@
|
||||
Name: perl-Class-Inspector
|
||||
Version: 1.23
|
||||
Release: 3%{?dist}
|
||||
Version: 1.24
|
||||
Release: 1%{?dist}
|
||||
Summary: Get information about a class and its structure
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Class-Inspector/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Class-Inspector-%{version}.tar.gz
|
||||
# META.yml has wrong minimum perl version
|
||||
Patch0: Class-Inspector-1.23.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
@ -17,8 +15,8 @@ BuildRequires: perl(Test::More)
|
||||
|
||||
# For better test coverage
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
BuildRequires: perl(Test::MinimumVersion) >= 0.007
|
||||
BuildRequires: perl(Test::CPAN::Meta) >= 0.07
|
||||
BuildRequires: perl(Test::CPAN::Meta) >= 0.12
|
||||
BuildRequires: perl(Perl::MinimumVersion) >= 1.20
|
||||
|
||||
%description
|
||||
Class::Inspector allows you to get information about a loaded class.
|
||||
@ -29,7 +27,6 @@ provide an easier, more friendly interface to this information.
|
||||
|
||||
%prep
|
||||
%setup -q -n Class-Inspector-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
@ -55,6 +52,10 @@ make test AUTOMATED_TESTING=1
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon May 11 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.24-1
|
||||
- Upstream update.
|
||||
- Remove Class-Inspector-1.23.diff.
|
||||
|
||||
* Fri Feb 27 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.23-3
|
||||
- Unconditionally BR: perl(Test::CPAN::Meta).
|
||||
- Adjust minimum perl version in META.yml (Add Class-Inspector-1.23.diff).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user