From: mihailim Date: Mon, 23 Jun 2008 20:55:20 +0000 (+0000) Subject: Added ldconfig invocations for postinstall and postuninstall. Updated package URL... X-Git-Tag: version-3.6.10~890 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bfccf423b5eda112884f9a87857bf9a2d5b2deef;p=thirdparty%2Fsqlite.git Added ldconfig invocations for postinstall and postuninstall. Updated package URL and description to match the current website. (CVS 5287) FossilOrigin-Name: 66529ae3a21ea8c57d3f50cdf6e1e8929fd7e437 --- diff --git a/manifest b/manifest index 8429f2a20f..f69898307a 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Fix\sa\sbug\sin\shandling\squeries\son\sthe\ssqlite_master\stable\swith\san\sempty\s(0\sbytes\sin\ssize)\sdatabase\sfile.\s(CVS\s5286) -D 2008-06-23T18:49:44 +C Added\sldconfig\sinvocations\sfor\spostinstall\sand\spostuninstall.\sUpdated\spackage\sURL\sand\sdescription\sto\smatch\sthe\scurrent\swebsite.\s(CVS\s5287) +D 2008-06-23T20:55:21 F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7 F Makefile.in ff6f90048555a0088f6a4b7406bed5e55a7c4eff F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654 @@ -84,7 +84,7 @@ F mkopcodeh.awk 513946ce4429bf2723aef0d640eb4d2493deb68e F mkso.sh 24bde4c09e6fe80f718db3c31c068f45e13a2f2c F publish.sh 5efba7d327e0acf6633136f7f096c88aaa26df73 F publish_osx.sh 2ad2ee7d50632dff99949edc9c162dbb052f7534 -F spec.template b2f6c4e488cbc3b993a57deba22cbc36203c4da3 +F spec.template 86a4a43b99ebb3e75e6b9a735d5fd293a24e90ca F sqlite.pc.in c322c6244c6395955dca34d87955aabde7df7623 F sqlite3.1 6be1ad09113570e1fc8dcaff84c9b0b337db5ffc F sqlite3.def a1be7b9a4b8b51ac41c6ff6e8e44a14ef66b338b @@ -592,7 +592,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81 F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff F tool/speedtest8.c 1dbced29de5f59ba2ebf877edcadf171540374d1 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e -P 1fdab2c65b966f74bdf130c640ae56a0e811fb71 -R c7364517d4c619ea19df18d184a56ae2 -U danielk1977 -Z 59f57be1dc35db9ff15212786f4c3c03 +P f8238770bf41e17014c6de05363b759304fc80de +R fcfbac9c8268428de2dba0adbe9d771b +U mihailim +Z e091e71e284c3f06dabd36f1dc5dbc09 diff --git a/manifest.uuid b/manifest.uuid index 00fa7343e9..b370db8e72 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -f8238770bf41e17014c6de05363b759304fc80de \ No newline at end of file +66529ae3a21ea8c57d3f50cdf6e1e8929fd7e437 \ No newline at end of file diff --git a/spec.template b/spec.template index 24c5eaebb8..6cc7ab2eab 100644 --- a/spec.template +++ b/spec.template @@ -8,12 +8,13 @@ Version: %{version} Release: %{release} Source: %{name}-%{version}.tar.gz Group: System/Libraries -URL: http://www.hwaci.com/sw/sqlite/ +URL: http://www.sqlite.org/ License: Public Domain BuildRoot: %{_tmppath}/%{name}-%{version}-root %description -SQLite is a C library that implements an embeddable SQL database engine. +SQLite is a software library that implements a self-contained, serverless, +zero-configuration, transactional SQL database engine. Programs that link with the SQLite library can have SQL database access without running a separate RDBMS process. The distribution comes with a standalone command-line access program (sqlite) that can be used to @@ -27,7 +28,7 @@ Requires: %{name} = %{version}-%{release} %description -n %{name}-devel The sqlite-devel package contains the header files and libraries needed -to develop programs that use the sqlite database library. +to develop programs that use the SQLite database library. %prep %setup -q -n %{name} @@ -45,6 +46,10 @@ install -d $RPM_BUILD_ROOT/%{_prefix}/include install -d $RPM_BUILD_ROOT/%{_prefix}/lib make install prefix=$RPM_BUILD_ROOT/%{_prefix} +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + %clean rm -fr $RPM_BUILD_ROOT