Author: radek Date: Sat Feb 23 14:22:26 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - version 0.12
---- Files affected: SPECS: perl-Catalyst-Plugin-Session-Store-DBI.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/perl-Catalyst-Plugin-Session-Store-DBI.spec diff -u SPECS/perl-Catalyst-Plugin-Session-Store-DBI.spec:1.7 SPECS/perl-Catalyst-Plugin-Session-Store-DBI.spec:1.8 --- SPECS/perl-Catalyst-Plugin-Session-Store-DBI.spec:1.7 Sat Mar 31 21:38:14 2007 +++ SPECS/perl-Catalyst-Plugin-Session-Store-DBI.spec Sat Feb 23 15:22:20 2008 @@ -9,15 +9,14 @@ Summary: Catalyst::Plugin::Session::Store::DBI - Store your sessions in a database Summary(pl.UTF-8): Catalyst::Plugin::Session::Store::DBI - przechowywanie sesji w bazie danych Name: perl-Catalyst-Plugin-Session-Store-DBI -Version: 0.11 +Version: 0.12 Release: 1 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/Catalyst/%{pdir}-%{pnam}-%{version}.tar.gz -# Source0-md5: 0633ec656058159b5d80f9fda8ce7c58 +# Source0-md5: 4fe382b91ee61fb6047a4138b42b34d3 URL: http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-DBI/ -BuildRequires: perl-Module-Build BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} @@ -38,17 +37,18 @@ %setup -q -n %{pdir}-%{pnam}-%{version} %build -%{__perl} Build.PL \ - destdir=$RPM_BUILD_ROOT \ - installdirs=vendor -./Build +%{__perl} -MExtUtils::MakeMaker -we 'WriteMakefile(NAME=>"Catalyst::Plugin::Session::Store::DBI")' \ + INSTALLDIRS=vendor +%{__make} + +%{?with_tests:%{__make} test} -%{?with_tests:./Build test} %install rm -rf $RPM_BUILD_ROOT -./Build install +%{__make} pure_install \ + DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT @@ -65,7 +65,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.7 2007-03-31 19:38:14 qboosh +Revision 1.8 2008-02-23 14:22:20 radek +- version 0.12 + +Revision 1.7 2007/03/31 19:38:14 qboosh - BR: perl-Module-Build Revision 1.6 2007/03/23 11:16:35 radek ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-Catalyst-Plugin-Session-Store-DBI.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
