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:
parent
777c75ce13
commit
555545811c
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user