Minor tidy-up

epel9
Paul Howarth 14 years ago
parent 8cb6d29606
commit 639fec2f7b

@ -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@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@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@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@redhat.com> 0.08-2
- cleanups

Loading…
Cancel
Save