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:
commit
3663d67eba
@ -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
|
||||
|
||||
|
19
sqlite3.spec
19
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
|
||||
|
Loading…
Reference in New Issue
Block a user