[perl-UNIVERSAL-moniker] Minor tidy-up

Paul Howarth pghmcfc at fedoraproject.org
Thu Apr 14 09:52:24 UTC 2011


commit 639fec2f7b819b4e2066c9f7243c859304e61865
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Apr 14 10:44:02 2011 +0100

    Minor tidy-up

 perl-UNIVERSAL-moniker.spec |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/perl-UNIVERSAL-moniker.spec b/perl-UNIVERSAL-moniker.spec
index c283b23..a40a690 100644
--- a/perl-UNIVERSAL-moniker.spec
+++ b/perl-UNIVERSAL-moniker.spec
@@ -7,10 +7,9 @@ License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/UNIVERSAL-moniker/
 Source0:        http://search.cpan.org/CPAN/authors/id/K/KA/KASEI/UNIVERSAL-moniker-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildArch:      noarch
 BuildRequires:  perl(Test::More), perl(Lingua::EN::Inflect)
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 UNIVERSAL::moniker enables classes to make a good 
@@ -47,8 +46,8 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc Changes README
-%{perl_vendorlib}/UNIVERSAL
-%{_mandir}/man3/*.3*
+%{perl_vendorlib}/UNIVERSAL/
+%{_mandir}/man3/UNIVERSAL::moniker.3pm*
 
 
 %changelog
@@ -56,7 +55,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.08-12
-- 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.08-11
 - Mass rebuild with perl-5.12.0
@@ -84,7 +83,7 @@ rm -rf $RPM_BUILD_ROOT
 
 * Fri Aug  5 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.08-3
 - add BR: perl(Lingua::EN::Inflect) to improve test coverage
-- add README to %doc
+- add README to %%doc
 
 * Fri Jul  8 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.08-2
 - cleanups


More information about the scm-commits mailing list