rpms/perl-Module-Find/EL-5 perl-Module-Find.spec, 1.1, 1.2 sources, 1.2, 1.3

Matthew Booth mdbooth at fedoraproject.org
Mon Sep 21 23:21:20 UTC 2009


Author: mdbooth

Update of /cvs/pkgs/rpms/perl-Module-Find/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29208

Modified Files:
	perl-Module-Find.spec sources 
Log Message:
Initial build for EL-5



Index: perl-Module-Find.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Module-Find/EL-5/perl-Module-Find.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- perl-Module-Find.spec	20 Dec 2006 09:23:28 -0000	1.1
+++ perl-Module-Find.spec	21 Sep 2009 23:21:20 -0000	1.2
@@ -1,15 +1,16 @@
 Name:           perl-Module-Find
-Version:        0.05
+Version:        0.06
 Release:        1%{?dist}
 Summary:        Find and use installed modules in a (sub)category
 
 Group:          Development/Libraries
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Module-Find/
 Source0:        http://www.cpan.org/authors/id/C/CR/CRENZ/Module-Find-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -34,7 +35,7 @@ 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 -depth -type d -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 
 %check
@@ -47,11 +48,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README
+%doc Changes README examples/
 %{perl_vendorlib}/Module/
 %{_mandir}/man3/*.3pm*
 
 
 %changelog
-* Tue Dec 19 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.05-1
-- First build.
+* Tue Sep 22 2009 Matthew Booth <mbooth at redhat.com> - 0.06-1
+- Initial build for EL-5


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Module-Find/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	20 Dec 2006 09:23:28 -0000	1.2
+++ sources	21 Sep 2009 23:21:20 -0000	1.3
@@ -1 +1 @@
-1b756c84e476fc8179fcf2699a4d1a86  Module-Find-0.05.tar.gz
+64254ded9d9aea2845a2c7cf25a2949b  Module-Find-0.06.tar.gz




More information about the fedora-extras-commits mailing list