SHA256
1
0
forked from pool/sqlite3

- Add sqlite3-django.patch to fix builds of django

OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=235
This commit is contained in:
Martin Pluskal
2019-12-10 11:41:51 +00:00
committed by Git OBS Bridge
parent 8693102bf0
commit 5ce7153b11
3 changed files with 155 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package sqlite3
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,7 @@ URL: http://www.sqlite.org/
Source0: http://www.sqlite.org/2019/sqlite-src-%{tarversion}.zip
Source1: baselibs.conf
Source2: http://www.sqlite.org/2019/sqlite-doc-%{tarversion}.zip
Patch0: sqlite3-django.patch
BuildRequires: automake
BuildRequires: libtool
BuildRequires: pkgconfig
@@ -103,6 +104,7 @@ other documentation found on sqlite.org. The files can be found in
%prep
%setup -q -n sqlite-src-%{tarversion} -a2
%patch0 -p1
rm -v sqlite-doc-%{tarversion}/releaselog/current.html
ln -sv `echo %{version} | sed "s/\./_/g"`.html sqlite-doc-%{tarversion}/releaselog/current.html
find -type f -name sqlite.css~ -delete