- update to new upstream release

This commit is contained in:
Marcela Mašláňová 2009-10-07 09:01:25 +00:00
parent a756c09154
commit a8dc0ec217
2 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,10 @@
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;

View File

@ -7,10 +7,12 @@ Group: Development/Libraries
License: GPL+ or Artistic
Url: http://search.cpan.org/dist/XML-NamespaceSupport/
Source0: http://www.cpan.org/authors/id/R/RB/RBERJON/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)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@ -19,7 +21,8 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
%prep
%setup -q -n XML-NamespaceSupport-%{version}
chmod -c 644 Changes README
%patch0 -p1
chmod -c 644 Changes README
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor