SHA256
1
0
forked from pool/sqlite3

Accepting request 571820 from home:AndreasStieger:branches:server:database

sqlite3 3.22.0

OBS-URL: https://build.opensuse.org/request/show/571820
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=201
This commit is contained in:
Martin Pluskal
2018-02-02 08:02:41 +00:00
committed by Git OBS Bridge
parent 3cfe68017a
commit a0771a3f19
6 changed files with 20 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package sqlite3
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,17 @@
%define oname sqlite
%define tarversion 3210000
%define tarversion 3220000
Name: sqlite3
Version: 3.21.0
Version: 3.22.0
Release: 0
Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain
Group: Productivity/Databases/Servers
Url: http://www.sqlite.org/
Source0: http://www.sqlite.org/2017/sqlite-autoconf-%{tarversion}.tar.gz
Source0: http://www.sqlite.org/2018/sqlite-autoconf-%{tarversion}.tar.gz
Source1: baselibs.conf
Source2: http://www.sqlite.org/2017/sqlite-doc-%{tarversion}.zip
Source2: http://www.sqlite.org/2018/sqlite-doc-%{tarversion}.zip
Patch1: sqlite-fts5-link.patch
BuildRequires: autoconf
BuildRequires: automake
@@ -35,6 +35,7 @@ BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: readline-devel
BuildRequires: unzip
BuildRequires: pkgconfig(zlib)
Provides: %{oname} = %{version}
Obsoletes: %{oname} < %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build