pghmcfc pushed to perl-version (perl-version-0.99.12-4.fc23). "Don't try to touch existing installation during rebuild (#1239335) (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Jul 6 09:25:39 UTC 2015


From 1c7ec0f6b41169edceebe686c35934e9136747e0 Mon Sep 17 00:00:00 2001
From: Paul Howarth <paul at city-fan.org>
Date: Mon, 6 Jul 2015 10:06:41 +0100
Subject: Don't try to touch existing installation during rebuild (#1239335)

Use UNINST=0 to avoid trying to mess with existing installation during
rebuild (#1239335)

diff --git a/perl-version.spec b/perl-version.spec
index ed435be..d0be92b 100644
--- a/perl-version.spec
+++ b/perl-version.spec
@@ -2,7 +2,7 @@ Name:           perl-version
 Epoch:          5
 Version:        0.99.12
 %global module_version 0.9912
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Perl extension for Version Objects
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -60,7 +60,7 @@ strongly urged to set 0.77 as a minimum in your code.
 %setup -q -n version-%{module_version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" UNINST=0
 make %{?_smp_mflags}
 
 %install
@@ -86,6 +86,10 @@ make test
 %{_mandir}/man3/version::Internals.3pm*
 
 %changelog
+* Mon Jul  6 2015 Paul Howarth <paul at city-fan.org> - 5:0.99.12-4
+- Use UNINST=0 to avoid trying to mess with existing installation during
+  rebuild (#1239335)
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5:0.99.12-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-version.git/commit/?h=perl-version-0.99.12-4.fc23&id=1c7ec0f6b41169edceebe686c35934e9136747e0


More information about the perl-devel mailing list