|
|
|
@ -1,15 +1,15 @@
|
|
|
|
|
Name: perl-UNIVERSAL-moniker
|
|
|
|
|
Version: 0.08
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Summary: Real world naming for classes
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: GPL or Artistic
|
|
|
|
|
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 >= 1:5.6.1, perl(Lingua::EN::Inflect)
|
|
|
|
|
BuildRequires: perl(Test::More), perl(Lingua::EN::Inflect)
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Aug 26 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.08-5
|
|
|
|
|
- license tag fix
|
|
|
|
|
|
|
|
|
|
* Mon Sep 11 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.08-4
|
|
|
|
|
- filter out false provide
|
|
|
|
|
|
|
|
|
|