Accepting request 352105 from server:database
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/352105 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdbi?expand=0&rev=19
This commit is contained in:
commit
8730495f04
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 29 17:25:50 UTC 2015 - lars@linux-schulserver.de
|
||||
|
||||
- disable building of documentation on old distributions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 11 13:37:08 UTC 2014 - jengelh@inai.de
|
||||
|
||||
|
@ -36,7 +36,12 @@ BuildRequires: automake
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xz
|
||||
%if 0%{?suse_version} >= 1130
|
||||
# SLE_11 does not have texlive-collection-fontsrecommended
|
||||
%define build_doc 1
|
||||
%else
|
||||
%define build_doc 0
|
||||
%endif
|
||||
%if %build_doc
|
||||
# Only needed when doc is not already prebuilt
|
||||
BuildRequires: docbook-dsssl-stylesheets
|
||||
|
Loading…
Reference in New Issue
Block a user