Fix permissions verbosely

epel9
Paul Howarth 5 years ago
parent 84a31dd9d4
commit 9fb8d261dd

@ -7,12 +7,11 @@ URL: https://metacpan.org/release/MooseX-Types
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/MooseX-Types-%{version}.tar.gz
BuildArch: noarch
# Module Build
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl-interpreter
BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(Module::Build::Tiny) >= 0.034
BuildRequires: sed
# Module Runtime
BuildRequires: perl(base)
BuildRequires: perl(Carp)
@ -73,6 +72,7 @@ perl Build.PL --installdirs=vendor
%install
./Build install --destdir=%{buildroot} --create_packlist=0
%{_fixperms} -c %{buildroot}
%check
./Build test
@ -118,7 +118,7 @@ perl Build.PL --installdirs=vendor
* Wed Feb 8 2017 Paul Howarth <paul@city-fan.org> - 0.50-1
- Update to 0.50
- Reverted the is_Fo and to_Foo refactoring again temporarily to resolve
- Reverted the is_Foo and to_Foo refactoring again temporarily to resolve
issues with Sub::Defer
* Sun Dec 25 2016 Emmanuel Seyman <emmanuel@seyman.fr> - 0.49-1

Loading…
Cancel
Save