diff options
Diffstat (limited to 'sqlite.spec')
-rw-r--r-- | sqlite.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sqlite.spec b/sqlite.spec index f49079a..50265c8 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -12,6 +12,7 @@ Source0: https://www.sqlite.org/2024/sqlite-src-%{extver}.zip Source1: http://www.sqlite.org/2024/sqlite-doc-%{extver}.zip Source2: https://www.sqlite.org/2024/sqlite-autoconf-%{extver}.tar.gz Patch0: sqlite-drop-tcl-at-sign.patch +Patch1: sqlite-Add-DESTDIR-support-to-the-tclextension-install-target.patch BuildRequires: gcc autoconf tcl tcl-devel BuildRequires: ncurses-devel readline-devel glibc-devel @@ -53,7 +54,7 @@ This contains man files and HTML files for the using of sqlite. %prep #autosetup will fail because of 2 zip files %setup -q -a1 -n %{name}-src-%{extver} -%autopatch -p1 +%autopatch -p0 rm -f %{name}-doc-%{extver}/sqlite.css~ || : |