[perl-UNIVERSAL-require] Minor tidy-up

Paul Howarth pghmcfc at fedoraproject.org
Thu Apr 14 08:49:57 UTC 2011


commit 1ad1faa0a73102ecf3522d4b6ea1aecb79383561
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Apr 14 09:40:07 2011 +0100

    Minor tidy-up

 perl-UNIVERSAL-require.spec |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/perl-UNIVERSAL-require.spec b/perl-UNIVERSAL-require.spec
index abe6a32..dc43f3b 100644
--- a/perl-UNIVERSAL-require.spec
+++ b/perl-UNIVERSAL-require.spec
@@ -7,10 +7,9 @@ License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/UNIVERSAL-require/
 Source0:        http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/UNIVERSAL-require-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildArch:      noarch
 BuildRequires:  perl(Test::More)
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 %{summary}.
@@ -46,8 +45,8 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc Changes
-%{perl_vendorlib}/UNIVERSAL
-%{_mandir}/man3/*.3*
+%{perl_vendorlib}/UNIVERSAL/
+%{_mandir}/man3/UNIVERSAL::require.3pm*
 
 
 %changelog
@@ -55,7 +54,7 @@ rm -rf $RPM_BUILD_ROOT
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
 * Thu Dec 23 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.13-4
-- 661697 rebuild for fixing problems with vendorach/lib
+- Rebuild to fix problems with vendorarch/lib (#661697)
 
 * Fri May 07 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.13-3
 - Mass rebuild with perl-5.12.0



More information about the perl-devel mailing list