Accepting request 351214 from home:lrupp:branches:server:database
- disable building of documentation on old distributions OBS-URL: https://build.opensuse.org/request/show/351214 OBS-URL: https://build.opensuse.org/package/show/server:database/libdbi?expand=0&rev=13
This commit is contained in:
parent
12c9639c89
commit
899dcf2750
@ -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
|
Tue Nov 11 13:37:08 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -15,6 +15,13 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# SLE-11 does not have texlive-collection-fontsrecommended:
|
||||||
|
%if 0%{?suse_version} >= 1130
|
||||||
|
%define build_doc 1
|
||||||
|
%else
|
||||||
|
%define build_doc 0
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
Name: libdbi
|
Name: libdbi
|
||||||
%define lname libdbi3
|
%define lname libdbi3
|
||||||
@ -36,7 +43,6 @@ BuildRequires: automake
|
|||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
%define build_doc 1
|
|
||||||
%if %build_doc
|
%if %build_doc
|
||||||
# Only needed when doc is not already prebuilt
|
# Only needed when doc is not already prebuilt
|
||||||
BuildRequires: docbook-dsssl-stylesheets
|
BuildRequires: docbook-dsssl-stylesheets
|
||||||
|
Loading…
Reference in New Issue
Block a user