From c77337250e2879bd20d340529ead8fb695d0fb5643aaf2fb04da46e3072c7254 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Mon, 12 Aug 2013 22:33:07 +0000 Subject: [PATCH] - The Tcl bindings for SQLite are now part of the Tcl core, so the sqlite3-tcl subpackage is no longer needed. OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=74 --- sqlite-autoconf-3071600.tar.gz | 3 --- sqlite-autoconf-3071700.tar.gz | 3 +++ sqlite3.changes | 6 ++++++ sqlite3.spec | 32 ++------------------------------ 4 files changed, 11 insertions(+), 33 deletions(-) delete mode 100644 sqlite-autoconf-3071600.tar.gz create mode 100644 sqlite-autoconf-3071700.tar.gz diff --git a/sqlite-autoconf-3071600.tar.gz b/sqlite-autoconf-3071600.tar.gz deleted file mode 100644 index 4bc4285..0000000 --- a/sqlite-autoconf-3071600.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3509c20fa2b1725734997b1dbb3dbfc825cfa7a09194cbac8f6fe33ed187ad34 -size 1854055 diff --git a/sqlite-autoconf-3071700.tar.gz b/sqlite-autoconf-3071700.tar.gz new file mode 100644 index 0000000..00470ff --- /dev/null +++ b/sqlite-autoconf-3071700.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff46d0baa9e64c0815544e829e985f1161c096aa6344c8f430791dbeadc2baf +size 1876108 diff --git a/sqlite3.changes b/sqlite3.changes index 0141d16..1746437 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 12 22:31:19 UTC 2013 - max@suse.com + +- The Tcl bindings for SQLite are now part of the Tcl core, so the + sqlite3-tcl subpackage is no longer needed. + ------------------------------------------------------------------- Wed Mar 20 12:09:38 UTC 2013 - max@suse.com diff --git a/sqlite3.spec b/sqlite3.spec index 91b0b93..71998cd 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -17,9 +17,9 @@ Name: sqlite3 -Version: 3.7.16 +Version: 3.7.17 Release: 0 -%define tarversion 3071600 +%define tarversion 3071700 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain Group: Productivity/Databases/Servers @@ -27,7 +27,6 @@ Url: http://www.sqlite.org/ # BuildRequires: pkg-config BuildRequires: readline-devel -BuildRequires: tcl-devel %if 0%{?suse_version:1} BuildRequires: update-desktop-files %endif @@ -43,10 +42,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Obsoletes: sqlite-64bit %endif # -%if 0%{?suse_version} < 1100 -%define tcl_archdir %(echo 'puts [lindex $tcl_pkgPath 0]'|tclsh) -%endif - %description SQLite is a C library that implements an embeddable SQL database engine. Programs that link with the SQLite library can have SQL @@ -98,18 +93,6 @@ directly to and from the database files on disk. SQLite can be used via the sqlite command-line tool or via any application which supports the Qt database plug-ins. -%package tcl -Summary: Tcl binding for SQLite -Group: Development/Libraries/Tcl - -%description tcl -This package contains laguage bindings from the Tcl programming -language SQLite. - -SQLite is a C library that implements an embeddable SQL database -engine. Programs that link with the SQLite library can have SQL -database access without running a separate RDBMS process. - %prep %setup -q -n sqlite-autoconf-%tarversion @@ -117,16 +100,10 @@ database access without running a separate RDBMS process. export CFLAGS="%optflags -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS4" %configure --disable-static make -cd tea -export CFLAGS=-I.. -export LDFLAGS=-L../.libs -%configure --with-tcl=%_libdir --enable-symbols --with-system-sqlite %install make install DESTDIR=%buildroot rm %buildroot/%_libdir/*.la -cd tea -make install DESTDIR=%buildroot libdir=%tcl_archdir %post -n libsqlite3-0 -p /sbin/ldconfig @@ -147,9 +124,4 @@ make install DESTDIR=%buildroot libdir=%tcl_archdir %_libdir/libsqlite*.so %_libdir/pkgconfig/sqlite3.pc -%files tcl -%defattr(-,root,root) -%tcl_archdir -%doc %_mandir/mann/* - %changelog