From 4ddb5c027fef5a509b24f3d1ddffb94ffb10d516 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Wed, 2 Feb 2011 15:41:11 +0200 Subject: [PATCH] - unwanted cgi-script in docs creating broken dependencies, remove it - make doc sub-package noarch --- sqlite.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/sqlite.spec b/sqlite.spec index 1e3b390..bf338b0 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -9,7 +9,7 @@ Summary: Library that implements an embeddable SQL database engine Name: sqlite Version: %{rpmver} -Release: 1%{?dist} +Release: 2%{?dist} License: Public Domain Group: Applications/Databases URL: http://www.sqlite.org/ @@ -55,6 +55,7 @@ to install %{name}-devel. %package doc Summary: Documentation for sqlite Group: Documentation +BuildArch: noarch %description doc This package contains most of the static HTML files that comprise the @@ -93,6 +94,9 @@ This package contains the tcl modules for %{name}. %patch2 -p1 -b .lemon-system-template %patch3 -p1 -b .wal2-nodirsync +# Remove cgi-script erroneously included in sqlite-doc-3070500 +rm -f %{name}-doc-%{realver}/search + %build autoconf export CFLAGS="$RPM_OPT_FLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_FTS3=3 -DSQLITE_ENABLE_RTREE=1 -DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -Wall -fno-strict-aliasing" @@ -175,6 +179,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Wed Feb 2 2011 Panu Matilainen - 3.7.5-2 +- unwanted cgi-script in docs creating broken dependencies, remove it +- make doc sub-package noarch + * Tue Feb 1 2011 Panu Matilainen - 3.7.5-1 - update to 3.7.5 (http://www.sqlite.org/releaselog/3_7_5.html)