Author: jajcus                       Date: Wed May 19 10:18:10 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- without_gnome bcond

---- Files affected:
packages/gtk-doc:
   gtk-doc.spec (1.82 -> 1.83) 

---- Diffs:

================================================================
Index: packages/gtk-doc/gtk-doc.spec
diff -u packages/gtk-doc/gtk-doc.spec:1.82 packages/gtk-doc/gtk-doc.spec:1.83
--- packages/gtk-doc/gtk-doc.spec:1.82  Thu May 13 17:11:23 2010
+++ packages/gtk-doc/gtk-doc.spec       Wed May 19 12:18:04 2010
@@ -2,6 +2,7 @@
 #
 # Conditional build:
 %bcond_with    tests   # build regression tests programs
+%bcond_without gnome   # build without gnome-doc
 #
 %include       /usr/lib/rpm/macros.perl
 #
@@ -25,8 +26,8 @@
 BuildRequires: docbook-style-xsl >= 1.74.0
 BuildRequires: gettext-devel
 %{?with_tests:BuildRequires:   glib2-devel >= 1:2.6.0}
-BuildRequires: gnome-common >= 2.12.0-3
-BuildRequires: gnome-doc-utils >= 0.3.2
+%{?with_gnome:BuildRequires:   gnome-common >= 2.12.0-3}
+%{?with_gnome:BuildRequires:   gnome-doc-utils >= 0.3.2}
 %{?with_tests:BuildRequires:   libtool}
 BuildRequires: libxslt-progs >= 1.1.15
 BuildRequires: perl-base >= 1:5.6.0
@@ -92,7 +93,7 @@
 mv -f doc/README doc/README.docs
 
 %build
-%{__gnome_doc_common}
+%{?with_gnome:%{__gnome_doc_common}}
 %{?with_tests:%{__libtoolize}}
 %{__aclocal} -I m4
 %{__autoconf}
@@ -147,6 +148,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.83  2010/05/19 10:18:04  jajcus
+- without_gnome bcond
+
 Revision 1.82  2010/05/13 15:11:23  sparky
 - BR: gettext-devel
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gtk-doc/gtk-doc.spec?r1=1.82&r2=1.83&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to