]> git.pld-linux.org Git - packages/poppler0.61.git/commitdiff
- Apidocs bcond
authoradgor <adgor@pld-linux.org>
Fri, 27 Jan 2006 11:43:26 +0000 (11:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poppler.spec -> 1.30

poppler.spec

index bbf18a795d730629a6740fc1dba9a2afe2fe2dd2..4da8c1de467b3bb0f55ee9d396a536a4827cf739 100644 (file)
@@ -1,5 +1,6 @@
 #
 # Conditional build:
+%bcond_without apidocs # disable gtk-doc 
 %bcond_without cairo   # disable Cairo backend
 %bcond_without qt      # disable qt wrapper
 #
@@ -23,7 +24,7 @@ BuildRequires:        automake
 BuildRequires: fontconfig-devel
 BuildRequires: freetype-devel >= 2.0
 BuildRequires: gtk+2-devel >= 2.0.0
-BuildRequires: gtk-doc >= 1.0
+%{?with_apidocs:BuildRequires: gtk-doc >= 1.0}
 BuildRequires: libstdc++-devel
 BuildRequires: libtool >= 2:1.5
 BuildRequires: pkgconfig
@@ -182,7 +183,7 @@ Pakiet zawiera zestaw narz
        %{!?with_cairo:--disable-cairo-output} \
        %{!?with_qt:--disable-poppler-qt} \
        --enable-a4-paper \
-       --enable-gtk-doc \
+       %{?with_apidocs:--enable-gtk-doc} \
        --with-html-dir=%{_gtkdocdir}
 %{__make}
 
This page took 0.084027 seconds and 4 git commands to generate.