Author: sparky Date: Wed Nov 25 20:37:16 2009 GMT Module: packages Tag: HEAD ---- Log message: - BR: perl-Encode for tests - perl-DBI required even without tests - use rpmldflags
---- Files affected: packages/perl-DBD-SQLite: perl-DBD-SQLite.spec (1.38 -> 1.39) ---- Diffs: ================================================================ Index: packages/perl-DBD-SQLite/perl-DBD-SQLite.spec diff -u packages/perl-DBD-SQLite/perl-DBD-SQLite.spec:1.38 packages/perl-DBD-SQLite/perl-DBD-SQLite.spec:1.39 --- packages/perl-DBD-SQLite/perl-DBD-SQLite.spec:1.38 Thu Jun 18 11:06:02 2009 +++ packages/perl-DBD-SQLite/perl-DBD-SQLite.spec Wed Nov 25 21:37:11 2009 @@ -17,9 +17,8 @@ Source0: http://www.cpan.org/modules/by-module/DBD/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 3bc9c8f141cb6c9256ea6dbcddbb9fe7 URL: http://search.cpan.org/dist/DBD-SQLite/ -%if %{with tests} BuildRequires: perl-DBI -%endif +%{?with_tests:BuildRequires: perl-Encode} BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -60,7 +59,8 @@ # dumps core with sqlite 3.5.4 sometimes (eg. t/06error.t) %{__make} \ CC="%{__cc}" \ - OPTIMIZE="%{rpmcflags}" + OPTIMIZE="%{rpmcflags}" \ + OTHERLDFLAGS="%{rpmcflags} %{rpmldflags}" %{?with_tests:%{__make} test} @@ -88,6 +88,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.39 2009/11/25 20:37:11 sparky +- BR: perl-Encode for tests +- perl-DBI required even without tests +- use rpmldflags + Revision 1.38 2009/06/18 09:06:02 amateja - updated to 1.25 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-DBD-SQLite/perl-DBD-SQLite.spec?r1=1.38&r2=1.39&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
