rpms/gnome-python2-extras/devel gnome-python2-extras.spec, 1.13, 1.14

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Fri Oct 5 17:21:01 UTC 2007


Author: mbarnes

Update of /cvs/pkgs/rpms/gnome-python2-extras/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9098

Modified Files:
	gnome-python2-extras.spec 
Log Message:
Conditionalize the build requirements too.



Index: gnome-python2-extras.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-python2-extras/devel/gnome-python2-extras.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- gnome-python2-extras.spec	5 Oct 2007 17:09:34 -0000	1.13
+++ gnome-python2-extras.spec	5 Oct 2007 17:20:29 -0000	1.14
@@ -41,7 +41,6 @@
 
 ### Build Dependencies ###
 
-BuildRequires: anjuta-gdl-devel >= %{anjuta_gdl_version}
 BuildRequires: firefox-devel = %{firefox_version}
 BuildRequires: glib2 >= %{glib_version}
 BuildRequires: gnome-panel-devel >= %{gnome_panel_version}
@@ -54,6 +53,10 @@
 BuildRequires: pygtk2-devel
 BuildRequires: python-devel
 
+%if %{build_gdl}
+BuildRequires: anjuta-gdl-devel >= %{anjuta_gdl_version}
+%endif
+
 %description
 The gnome-python-extra package contains the source packages for additional 
 Python bindings for GNOME. It should be used together with gnome-python.




More information about the fedora-extras-commits mailing list