Don't try to touch existing installation during rebuild (#1239335)
Use UNINST=0 to avoid trying to mess with existing installation during rebuild (#1239335)
This commit is contained in:
parent
82e29db73b
commit
1c7ec0f6b4
@ -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@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@lists.fedoraproject.org> - 5:0.99.12-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user