Author: arekm Date: Mon Dec 18 22:02:22 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2; fix one item (buildroot path in tcl file)
---- Files affected: SPECS: sqlite3.spec (1.29 -> 1.30) ---- Diffs: ================================================================ Index: SPECS/sqlite3.spec diff -u SPECS/sqlite3.spec:1.29 SPECS/sqlite3.spec:1.30 --- SPECS/sqlite3.spec:1.29 Mon Nov 27 02:20:05 2006 +++ SPECS/sqlite3.spec Mon Dec 18 23:02:17 2006 @@ -1,7 +1,6 @@ # $Revision$, $Date$ # TODO: # - fix lib64 in tcl module -# - tcl is more broken: WARNING: couldn't load file "/tmp/B.c9eef4/sqlite3-3.2.8-root-builder/usr/lib/tcl8.4/sqlite3/libtclsqlite3.so": /tmp/B.c9eef4/sqlite3-3.2.8-root-builder/usr/lib/tcl8.4/sqlite3/libtclsqlite3.so: cannot open shared object file: No such file or directory # - date test fail on tcl8.5 because of missing tcl library initialization # (and thus unavailable clock command) # @@ -14,7 +13,7 @@ Summary(pl): Biblioteka SQLite Name: sqlite3 Version: 3.3.8 -Release: 1 +Release: 2 License: LGPL Group: Libraries # Source0Download: http://sqlite.org/download.html @@ -181,6 +180,8 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +sed -i -e "s#$RPM_BUILD_ROOT##g" $RPM_BUILD_ROOT%{_ulibdir}/tcl*/sqlite3/*.tcl + install sqlite3.1 $RPM_BUILD_ROOT%{_mandir}/man1 %clean @@ -222,6 +223,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.30 2006/12/18 22:02:17 arekm +- rel 2; fix one item (buildroot path in tcl file) + Revision 1.29 2006/11/27 01:20:05 glen - tcl broken ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/sqlite3.spec?r1=1.29&r2=1.30&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
