Author: cweyl Update of /cvs/extras/rpms/perl-App-Cache/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23307 Modified Files: perl-App-Cache.spec sources Log Message: * Sat Aug 08 2009 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 0.36-1 - auto-update to 0.36 (by cpan-spec-update 0.01) - added a new req on perl(File::Find::Rule) (version 0) - added a new req on perl(File::HomeDir) (version 0) - added a new req on perl(File::stat) (version 0) - added a new req on perl(HTTP::Cookies) (version 0) - added a new req on perl(LWP::UserAgent) (version 0) - added a new req on perl(Path::Class) (version 0) - added a new req on perl(Storable) (version 0) Index: perl-App-Cache.spec =================================================================== RCS file: /cvs/extras/rpms/perl-App-Cache/F-11/perl-App-Cache.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- perl-App-Cache.spec 7 Mar 2009 20:37:58 -0000 1.1 +++ perl-App-Cache.spec 8 Aug 2009 18:57:13 -0000 1.2 @@ -1,13 +1,13 @@ -Name: perl-App-Cache -Version: 0.35 +Name: perl-App-Cache +Version: 0.36 Release: 1%{?dist} # lib/App/Cache.pm -> GPL+ or Artistic -License: GPL+ or Artistic +License: GPL+ or Artistic Group: Development/Libraries -Summary: Easy application-level caching -Source: http://search.cpan.org/CPAN/authors/id/L/LB/LBROCARD/App-Cache-%{version}.tar.gz +Summary: Easy application-level caching +Source: http://search.cpan.org/CPAN/authors/id/L/LB/LBROCARD/App-Cache-%{version}.tar.gz Url: http://search.cpan.org/dist/App-Cache -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch @@ -28,6 +28,15 @@ BuildRequires: perl(Test::Pod::Coverage) # 'use base' strikes again... Requires: perl(Class::Accessor::Chained::Fast) +### auto-added reqs! +Requires: perl(File::Find::Rule) +Requires: perl(File::HomeDir) +Requires: perl(File::stat) +Requires: perl(HTTP::Cookies) +Requires: perl(LWP::UserAgent) +Requires: perl(Path::Class) +Requires: perl(Storable) + %description The App::Cache module lets an application cache data locally. There are a few times an application would need to cache data: when it is retrieving @@ -35,10 +44,10 @@ information from the network or when it For example, the Parse::BACKPAN::Packages module downloads a file off the net and parses it, creating a data structure. Only then can it actually provide any useful information for the programmer. Parse::BACKPAN::Packages -uses App::Cache to cache both the file download and data structures, +uses App::Cache to cache both the file download and data structures, providing much faster use when the data is cached. This module stores data -in the home directory of the user, in a dot directory. For example, the -Parse::BACKPAN::Packages cache is actually stored underneath +in the home directory of the user, in a dot directory. For example, the +Parse::BACKPAN::Packages cache is actually stored underneath "~/.parse_backpan_packages/cache/". This is so that permisssions are not a problem -- it is a per-user, per-application cache. @@ -62,19 +71,31 @@ find %{buildroot} -depth -type d -exec r make test %clean -rm -rf %{buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc CHANGES README +%doc CHANGES README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Sat Aug 08 2009 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 0.36-1 +- auto-update to 0.36 (by cpan-spec-update 0.01) +- added a new req on perl(File::Find::Rule) (version 0) +- added a new req on perl(File::HomeDir) (version 0) +- added a new req on perl(File::stat) (version 0) +- added a new req on perl(HTTP::Cookies) (version 0) +- added a new req on perl(LWP::UserAgent) (version 0) +- added a new req on perl(Path::Class) (version 0) +- added a new req on perl(Storable) (version 0) + +* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.35-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu Mar 05 2009 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 0.35-1 - submission * Thu Mar 05 2009 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 0.35-0 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) - Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-App-Cache/F-11/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 7 Mar 2009 20:37:58 -0000 1.2 +++ sources 8 Aug 2009 18:57:14 -0000 1.3 @@ -1 +1 @@ -3483ed94401531d16ceab63d57b8da6e App-Cache-0.35.tar.gz +9ad0fbe89b953219f89057e55171cca8 App-Cache-0.36.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list