Accepting request 213916 from server:database

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/213916
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=56
This commit is contained in:
Stephan Kulow 2014-01-16 14:38:16 +00:00 committed by Git OBS Bridge
commit 3663d67eba
2 changed files with 19 additions and 6 deletions

View File

@ -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 Wed Dec 11 20:48:47 UTC 2013 - andreas.stieger@gmx.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package sqlite3 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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 Version: 3.8.2
Release: 0 Release: 0
%define tarversion 3080200 %define tarversion 3080200
@ -32,8 +36,8 @@ BuildRequires: update-desktop-files
%endif %endif
# #
Requires: libsqlite3-0 = %version Requires: libsqlite3-0 = %version
Provides: sqlite = %version Provides: %oname = %version
Obsoletes: sqlite < %version Obsoletes: %oname < %version
Source0: http://www.sqlite.org/2013/sqlite-autoconf-%tarversion.tar.gz Source0: http://www.sqlite.org/2013/sqlite-autoconf-%tarversion.tar.gz
Source1: baselibs.conf Source1: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -42,6 +46,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Obsoletes: sqlite-64bit Obsoletes: sqlite-64bit
%endif %endif
# #
%description %description
SQLite is a C library that implements an embeddable SQL database SQLite is a C library that implements an embeddable SQL database
engine. Programs that link with the SQLite library can have SQL 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. application that supports the Qt database plug-ins.
%package -n libsqlite3-0 %package -n libsqlite3-0
Summary: Shared libraries for the Embeddable SQL Database Engine Summary: Shared libraries for the Embeddable SQL Database Engine
Group: Development/Libraries/C and C++ 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. application that supports the Qt database plug-ins.
%package devel %package devel
Summary: Embeddable SQL Database Engine Summary: Embeddable SQL Database Engine
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: glibc-devel Requires: glibc-devel
Requires: libsqlite3-0 = %version Requires: libsqlite3-0 = %version
Provides: sqlite-devel = %version Provides: %oname-devel = %version
Obsoletes: sqlite-devel < %version Obsoletes: %oname-devel < %version
%description devel %description devel
SQLite is a C library that implements an embeddable SQL database SQLite is a C library that implements an embeddable SQL database