diff --git a/sqlite3.changes b/sqlite3.changes index 47dc81d..294934d 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 7 17:07:55 UTC 2014 - max@suse.com + +- Simplify building on RH for Application:Geo. +- See discussion in https://build.opensuse.org/request/show/212812 + ------------------------------------------------------------------- Wed Dec 11 20:48:47 UTC 2013 - andreas.stieger@gmx.de diff --git a/sqlite3.spec b/sqlite3.spec index eb0d41a..e957f74 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -1,7 +1,7 @@ # # spec file for package sqlite3 # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,11 @@ # -Name: sqlite3 +# Simplify building on RH for Application:Geo (SR#212812). +%define pname sqlite3 +%define oname sqlite + +Name: %pname Version: 3.8.2 Release: 0 %define tarversion 3080200 @@ -32,8 +36,8 @@ BuildRequires: update-desktop-files %endif # Requires: libsqlite3-0 = %version -Provides: sqlite = %version -Obsoletes: sqlite < %version +Provides: %oname = %version +Obsoletes: %oname < %version Source0: http://www.sqlite.org/2013/sqlite-autoconf-%tarversion.tar.gz Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -42,6 +46,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Obsoletes: sqlite-64bit %endif # + %description SQLite is a C library that implements an embeddable SQL database engine. Programs that link with the SQLite library can have SQL @@ -55,6 +60,7 @@ SQLite can be used via the sqlite command line tool or via any application that supports the Qt database plug-ins. %package -n libsqlite3-0 + Summary: Shared libraries for the Embeddable SQL Database Engine Group: Development/Libraries/C and C++ @@ -74,12 +80,13 @@ SQLite can be used via the sqlite command line tool or via any application that supports the Qt database plug-ins. %package devel + Summary: Embeddable SQL Database Engine Group: Development/Libraries/C and C++ Requires: glibc-devel Requires: libsqlite3-0 = %version -Provides: sqlite-devel = %version -Obsoletes: sqlite-devel < %version +Provides: %oname-devel = %version +Obsoletes: %oname-devel < %version %description devel SQLite is a C library that implements an embeddable SQL database