From 555545811cfb33cc8c8f5fcb5ed7b0b49620fabc97e06329f593c117978ba798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 3 Aug 2016 06:36:28 +0000 Subject: [PATCH] Accepting request 416568 from home:AndreasStieger:branches:server:database - Fix SLE 11 for previous change: noarch subpackages not supported OBS-URL: https://build.opensuse.org/request/show/416568 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=163 --- sqlite3.changes | 5 +++++ sqlite3.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/sqlite3.changes b/sqlite3.changes index 770a321..f2b177e 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 2 13:41:17 UTC 2016 - astieger@suse.com + +- Fix SLE 11 for previous change: noarch subpackages not supported + ------------------------------------------------------------------- Tue Aug 2 11:00:30 UTC 2016 - tchvatal@suse.com diff --git a/sqlite3.spec b/sqlite3.spec index 4c8c331..e42aba3 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -96,7 +96,9 @@ application which supports the Qt database plug-ins. %package doc Summary: Documentation for %{name} Group: Documentation/Other +%if 0%{?suse_version} >= 1130 BuildArch: noarch +%endif %description doc @@ -132,7 +134,7 @@ export CFLAGS="%{optflags} \ make %{?_smp_mflags} %install -%make_install +make %{?_smp_mflags} DESTDIR=%{buildroot} install find %{buildroot} -type f -name "*.la" -delete -print %post -n libsqlite3-0 -p /sbin/ldconfig