1.11 bump
This commit is contained in:
parent
a4911efb7f
commit
82777883d7
@ -1 +1 @@
|
||||
XML-NamespaceSupport-1.10.tar.gz
|
||||
XML-NamespaceSupport-1.11.tar.gz
|
||||
|
||||
@ -1,10 +0,0 @@
|
||||
diff -up XML-NamespaceSupport-1.10/Makefile.PL.old XML-NamespaceSupport-1.10/Makefile.PL
|
||||
--- XML-NamespaceSupport-1.10/Makefile.PL.old 2009-05-28 15:49:59.000000000 +0200
|
||||
+++ XML-NamespaceSupport-1.10/Makefile.PL 2009-10-07 10:56:19.646648385 +0200
|
||||
@@ -9,5 +9,5 @@ build_requires 'Test::More' => '0.47';
|
||||
|
||||
auto_set_repository;
|
||||
auto_manifest;
|
||||
-auto_install;
|
||||
+#auto_install;
|
||||
WriteAll;
|
||||
@ -1,18 +1,17 @@
|
||||
Name: perl-XML-NamespaceSupport
|
||||
Version: 1.10
|
||||
Release: 4%{?dist}
|
||||
Version: 1.11
|
||||
Release: 1%{?dist}
|
||||
Summary: A simple generic namespace support class
|
||||
|
||||
Group: Development/Libraries
|
||||
License: GPL+ or Artistic
|
||||
Url: http://search.cpan.org/dist/XML-NamespaceSupport/
|
||||
Source0: http://www.cpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-%{version}.tar.gz
|
||||
Patch0: perl-XML-NamespaceSupport-autoinstall_off.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
||||
BuildRequires: perl(Test::More) >= 0.47
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
@ -21,8 +20,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
|
||||
|
||||
%prep
|
||||
%setup -q -n XML-NamespaceSupport-%{version}
|
||||
%patch0 -p1
|
||||
chmod -c 644 Changes README
|
||||
%{__chmod} 644 lib/XML/NamespaceSupport.pm
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
@ -50,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue May 11 2010 Petr Pisar <ppisar@redhat.com> - 1.11-1
|
||||
- 1.11 version bump
|
||||
|
||||
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.10-4
|
||||
- Mass rebuild with perl-5.12.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user