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

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Fri Aug 25 20:51:24 UTC 2006


Author: steve

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

Modified Files:
	.cvsignore perl-Module-Install.spec sources 
Log Message:
Update to 0.64.
Fix find option order.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Install/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	8 Jun 2006 22:56:41 -0000	1.3
+++ .cvsignore	25 Aug 2006 20:51:24 -0000	1.4
@@ -1 +1 @@
-Module-Install-0.63.tar.gz
+Module-Install-0.64.tar.gz


Index: perl-Module-Install.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Install/devel/perl-Module-Install.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Module-Install.spec	8 Jun 2006 22:56:41 -0000	1.2
+++ perl-Module-Install.spec	25 Aug 2006 20:51:24 -0000	1.3
@@ -1,11 +1,11 @@
 Name:           perl-Module-Install
-Version:        0.63
+Version:        0.64
 Release:        1%{?dist}
 Summary:        Standalone, extensible Perl module installer
 License:        GPL or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Module-Install/
-Source0:        http://www.cpan.org/authors/id/A/AD/ADAMK/Module-Install-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/A/AU/AUDREYT/Module-Install-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(Module::Build)
@@ -40,7 +40,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 -type d -depth -exec rmdir {} 2>/dev/null \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
 find $RPM_BUILD_ROOT%{perl_vendorlib} -type f -perm +100 -exec chmod a-x {} \;
@@ -58,6 +58,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Fri Aug 25 2006 Steven Pritchard <steve at kspei.com> 0.64-1
+- Update to 0.64.
+- Fix find option order.
+
 * Thu Jun 08 2006 Steven Pritchard <steve at kspei.com> 0.63-1
 - Update to 0.63.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Install/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	8 Jun 2006 22:56:41 -0000	1.3
+++ sources	25 Aug 2006 20:51:24 -0000	1.4
@@ -1 +1 @@
-d2404a019eaf149eaa34db65ab8fb72d  Module-Install-0.63.tar.gz
+250c46b66459d16caa727b6c02e091c5  Module-Install-0.64.tar.gz




More information about the fedora-extras-commits mailing list