rpms/perl-Cache-Cache/devel .cvsignore, 1.5, 1.6 perl-Cache-Cache.spec, 1.13, 1.14 sources, 1.5, 1.6

Steven Pritchard steve at fedoraproject.org
Wed May 13 17:49:00 UTC 2009


Author: steve

Update of /cvs/pkgs/rpms/perl-Cache-Cache/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23677

Modified Files:
	.cvsignore perl-Cache-Cache.spec sources 
Log Message:
Update to 1.06.
Reformat to match cpanspec output.
Fix find option order.
Use fixperms macro instead of our own chmod incantation.
Drop explicit perl build dependency.
Update Source0 URL.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Cache-Cache/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	29 May 2006 17:23:05 -0000	1.5
+++ .cvsignore	13 May 2009 17:48:30 -0000	1.6
@@ -1 +1 @@
-Cache-Cache-1.05.tar.gz
+Cache-Cache-1.06.tar.gz


Index: perl-Cache-Cache.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Cache-Cache/devel/perl-Cache-Cache.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- perl-Cache-Cache.spec	26 Feb 2009 11:50:23 -0000	1.13
+++ perl-Cache-Cache.spec	13 May 2009 17:48:30 -0000	1.14
@@ -1,21 +1,19 @@
 Name:           perl-Cache-Cache
-Version:        1.05
-Release:        3%{?dist}
+Version:        1.06
+Release:        1%{?dist}
 Summary:        Generic cache interface and implementations
-
-Group:          Development/Libraries
 License:        GPL+ or Artistic
+Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Cache-Cache/
-Source0:        http://www.cpan.org/authors/id/D/DC/DCLINTON/Cache-Cache-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/J/JS/JSWARTZ/Cache-Cache-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1
-BuildRequires:  perl(Digest::SHA1), perl(Error), perl(IPC::ShareLite)
+BuildRequires:  perl(Digest::SHA1) >= 2.02
+BuildRequires:  perl(Error) >= 0.15
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(IPC::ShareLite)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-
 %description
 The Cache modules are designed to assist a developer in persisting data for a
 specified period of time.  Often these modules are used in web applications to
@@ -25,40 +23,44 @@ its straightforward interface in sharing
 or invocations of a CGI-style script or simply as an easy to use abstraction
 of the filesystem or shared memory.
 
-
 %prep
 %setup -q -n Cache-Cache-%{version}
 
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
-
 %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/*
 
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
 %doc CHANGES COPYING CREDITS DISCLAIMER README STYLE
-%{perl_vendorlib}/Cache/
-%{_mandir}/man3/*.3*
-
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
 
 %changelog
+* Wed May 13 2009 Steven Pritchard <steve at kspei.com> 1.06-1
+- Update to 1.06.
+- Reformat to match cpanspec output.
+- Fix find option order.
+- Use fixperms macro instead of our own chmod incantation.
+- Drop explicit perl build dependency.
+- Update Source0 URL.
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.05-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Cache-Cache/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	29 May 2006 17:23:05 -0000	1.5
+++ sources	13 May 2009 17:48:30 -0000	1.6
@@ -1 +1 @@
-09e4d37979c8f8ce2518e1d1ccd10d99  Cache-Cache-1.05.tar.gz
+4425f44ddb138a799290802e5aad46ef  Cache-Cache-1.06.tar.gz




More information about the fedora-extras-commits mailing list