Author: twittner Date: Tue Oct 31 23:22:57 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added -link.patch: - use `gcc' for linking instead `ld' in qdbm-perl because standard Th content of LDFLAGS passed to %%configure contain '-Wl,...' - rel. 2
---- Files affected: SPECS: qdbm.spec (1.21 -> 1.22) ---- Diffs: ================================================================ Index: SPECS/qdbm.spec diff -u SPECS/qdbm.spec:1.21 SPECS/qdbm.spec:1.22 --- SPECS/qdbm.spec:1.21 Mon Oct 30 21:07:50 2006 +++ SPECS/qdbm.spec Wed Nov 1 00:22:51 2006 @@ -14,12 +14,13 @@ Summary(pl): Quick Database Manager - szybki silnik bazy danych Name: qdbm Version: 1.8.73 -Release: 1 +Release: 2 License: LGPL Group: Libraries Source0: http://qdbm.sourceforge.net/%{name}-%{version}.tar.gz # Source0-md5: bc4a8068c7e679a145812297b8a061c3 Patch0: %{name}-am_ac.patch +Patch1: %{name}-link.patch URL: http://qdbm.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake @@ -190,6 +191,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__libtoolize} @@ -466,6 +468,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.22 2006/10/31 23:22:51 twittner +- added -link.patch: - use `gcc' for linking instead `ld' in qdbm-perl + because standard Th content of LDFLAGS passed to %%configure + contain '-Wl,...' +- rel. 2 + Revision 1.21 2006/10/30 20:07:50 twittner - up to 1.8.73 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/qdbm.spec?r1=1.21&r2=1.22&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
