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
This commit is contained in:
Ismail Dönmez 2016-08-03 06:36:28 +00:00 committed by Git OBS Bridge
parent 777c75ce13
commit 555545811c
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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