rpms/perl-Module-Find/devel .cvsignore, 1.2, 1.3 perl-Module-Find.spec, 1.2, 1.3 sources, 1.2, 1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Thu Jul 3 06:08:05 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/perl-Module-Find/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12842

Modified Files:
	.cvsignore perl-Module-Find.spec sources 
Log Message:
* Wed Jul 02 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.06-1
- update to 0.06
- add examples/



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Find/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	20 Dec 2006 09:23:28 -0000	1.2
+++ .cvsignore	3 Jul 2008 06:07:16 -0000	1.3
@@ -1 +1 @@
-Module-Find-0.05.tar.gz
+Module-Find-0.06.tar.gz


Index: perl-Module-Find.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Find/devel/perl-Module-Find.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Module-Find.spec	8 Feb 2008 18:07:42 -0000	1.2
+++ perl-Module-Find.spec	3 Jul 2008 06:07:16 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           perl-Module-Find
-Version:        0.05
-Release:        2%{?dist}
+Version:        0.06
+Release:        1%{?dist}
 Summary:        Find and use installed modules in a (sub)category
 
 Group:          Development/Libraries
@@ -10,6 +10,7 @@
 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 @@
 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,12 +48,16 @@
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README
+%doc Changes README examples/
 %{perl_vendorlib}/Module/
 %{_mandir}/man3/*.3pm*
 
 
 %changelog
+* Wed Jul 02 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.06-1
+- update to 0.06
+- add examples/
+
 * Fri Feb  8 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.05-2
 - rebuild for new perl
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Find/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	20 Dec 2006 09:23:28 -0000	1.2
+++ sources	3 Jul 2008 06:07:16 -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