Add "'globals" to Params-Validate-1.08.diff (FTBFS RHBZ #1094169).
- Remove %defattr.
This commit is contained in:
parent
50d2515771
commit
c9700993d4
@ -1,6 +1,5 @@
|
||||
diff -Naur Params-Validate-1.08.orig/t/release-pod-spell.t Params-Validate-1.08/t/release-pod-spell.t
|
||||
--- Params-Validate-1.08.orig/t/release-pod-spell.t 2013-06-07 21:34:33.000000000 +0200
|
||||
+++ Params-Validate-1.08/t/release-pod-spell.t 2013-06-11 14:35:21.718579174 +0200
|
||||
+++ Params-Validate-1.08/t/release-pod-spell.t 2014-05-06 00:50:02.811961467 +0200
|
||||
@@ -29,8 +29,9 @@
|
||||
# https://bugs.launchpad.net/ubuntu/+source/aspell/+bug/71322
|
||||
local $ENV{LC_ALL} = 'C';
|
||||
@ -12,10 +11,11 @@ diff -Naur Params-Validate-1.08.orig/t/release-pod-spell.t Params-Validate-1.08/
|
||||
API
|
||||
CPAN
|
||||
GLOBREF
|
||||
@@ -42,5 +43,6 @@
|
||||
@@ -42,5 +43,7 @@
|
||||
ValidatePos
|
||||
baz
|
||||
onwards
|
||||
+'globals
|
||||
+'globals'
|
||||
pre
|
||||
runtime
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
Summary: Params-Validate Perl module
|
||||
Name: perl-Params-Validate
|
||||
Version: 1.08
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
License: Artistic 2.0
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Params-Validate/
|
||||
@ -95,7 +95,6 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
||||
%{?with_release_tests:RELEASE_TESTING=1} %{!?with_network:SKIP_POD_NO404S=1} ./Build test
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc Changes LICENSE README TODO
|
||||
%{perl_vendorarch}/Params
|
||||
%{perl_vendorarch}/auto/Params
|
||||
@ -103,6 +102,10 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue May 06 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.08-7
|
||||
- Add "'globals" to Params-Validate-1.08.diff (FTBFS RHBZ #1094169).
|
||||
- Remove %%defattr.
|
||||
|
||||
* Wed Aug 14 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.08-6
|
||||
- Perl 5.18 re-rebuild of bootstrapped packages
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user