rpms/perl-UNIVERSAL-moniker/FC-4 perl-UNIVERSAL-moniker.spec, NONE, 1.1 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Sat Aug 6 03:04:13 UTC 2005


Author: spot

Update of /cvs/extras/rpms/perl-UNIVERSAL-moniker/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13466/FC-4

Modified Files:
	sources 
Added Files:
	perl-UNIVERSAL-moniker.spec 
Log Message:

Fix slightly mangled commit (due to VPN timeout)



--- NEW FILE perl-UNIVERSAL-moniker.spec ---
Name:           perl-UNIVERSAL-moniker
Version:        0.08
Release:        3%{?dist}
Summary:        Real world naming for classes
Group:          Development/Libraries
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)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
UNIVERSAL::moniker enables classes to make a good 
guess at what they would be called in the real world.

%prep
%setup -q -n UNIVERSAL-moniker-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make

%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/UNIVERSAL
%{_mandir}/man3/*.3*


%changelog
* 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

* Fri Jul  8 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.08-2
- cleanups

* Wed Jul  6 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.08-1
- Initial package for Fedora Extras


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-UNIVERSAL-moniker/FC-4/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Aug 2005 02:54:35 -0000	1.1
+++ sources	6 Aug 2005 03:03:53 -0000	1.2
@@ -0,0 +1 @@
+e59b97ccf88f9fa68c3e5c18d7059d57  UNIVERSAL-moniker-0.08.tar.gz




More information about the scm-commits mailing list