Author: radek Date: Sat Feb 23 13:52:10 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - release 2: disable strict IPC::ShareLite req
---- Files affected: SPECS: perl-Cache-Cache.spec (1.33 -> 1.34) ---- Diffs: ================================================================ Index: SPECS/perl-Cache-Cache.spec diff -u SPECS/perl-Cache-Cache.spec:1.33 SPECS/perl-Cache-Cache.spec:1.34 --- SPECS/perl-Cache-Cache.spec:1.33 Tue Feb 13 08:16:53 2007 +++ SPECS/perl-Cache-Cache.spec Sat Feb 23 14:52:05 2008 @@ -10,7 +10,7 @@ Summary(pl.UTF-8): Cache::Cache - ogólny interfejs do trwałego przechowywania danych Name: perl-Cache-Cache Version: 1.05 -Release: 1 +Release: 2 License: GPL or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz @@ -21,12 +21,15 @@ BuildRequires: perl-Digest-SHA1 >= 2.01 BuildRequires: perl-Error >= 0.15 BuildRequires: perl(File::Spec) >= 0.82 -BuildRequires: perl-IPC-ShareLite >= 0.08 +# optional, broken in 5.10.0 +#BuildRequires: perl-IPC-ShareLite >= 0.08 %endif BuildRequires: rpm-perlprov >= 4.1-13 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%define _noautoreq 'perl(IPC::ShareLite)' + %description The Cache modules are designed to assist a developer in persisting data for a specified period of time. Often these modules are used @@ -51,7 +54,7 @@ %setup -q -n %{pdir}-%{pnam}-%{version} %build -%{__perl} -MExtUtils::MakeMaker -wle 'WriteMakefile(NAME=>"Cache::Cache")' \ +%{__perl} Makefile.PL \ INSTALLDIRS=vendor %{__make} @@ -78,7 +81,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.33 2007-02-13 07:16:53 glen +Revision 1.34 2008-02-23 13:52:05 radek +- release 2: disable strict IPC::ShareLite req + +Revision 1.33 2007/02/13 07:16:53 glen - tabs in preamble Revision 1.32 2007/02/12 00:49:23 baggins ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-Cache-Cache.spec?r1=1.33&r2=1.34&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
