rpms/perl-Class-Factory-Util/devel perl-Class-Factory-Util.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sun Aug 6 17:08:37 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-Class-Factory-Util/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32584/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Class-Factory-Util.spec 
Log Message:
auto-import perl-Class-Factory-Util-1.6-1.fc5 on branch devel from perl-Class-Factory-Util-1.6-1.fc5.src.rpm


--- NEW FILE perl-Class-Factory-Util.spec ---
Name:           perl-Class-Factory-Util
Version:        1.6        
Release:        1%{?dist}
Summary:        Provide utility methods for factory classes 

Group:          Development/Libraries
License:        Artistic or GPL        
URL:            http://search.cpan.org/dist/Class-Factory-Util            
Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Class-Factory-Util-%{version}.tar.gz        
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module exports utility functions that are useful for factory classes.


%prep
%setup -q -n Class-Factory-Util-%{version}


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


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


%check
make test


%clean
rm -rf %{buildroot}


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


%changelog
* Fri Aug 04 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.6-1
Initial spec file for F-E


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-Factory-Util/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 Aug 2006 17:08:24 -0000	1.1
+++ .cvsignore	6 Aug 2006 17:08:37 -0000	1.2
@@ -0,0 +1 @@
+Class-Factory-Util-1.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-Factory-Util/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Aug 2006 17:08:24 -0000	1.1
+++ sources	6 Aug 2006 17:08:37 -0000	1.2
@@ -0,0 +1 @@
+88b4471f9c22abcc1192f87be013cc18  Class-Factory-Util-1.6.tar.gz




More information about the fedora-extras-commits mailing list