SPECS: perl-gtk.spec - rel 4; fix bconds

arekm arekm at pld-linux.org
Sun Jun 10 00:23:40 CEST 2007


Author: arekm                        Date: Sat Jun  9 22:23:40 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 4; fix bconds

---- Files affected:
SPECS:
   perl-gtk.spec (1.83 -> 1.84) 

---- Diffs:

================================================================
Index: SPECS/perl-gtk.spec
diff -u SPECS/perl-gtk.spec:1.83 SPECS/perl-gtk.spec:1.84
--- SPECS/perl-gtk.spec:1.83	Sun Jun 10 00:16:53 2007
+++ SPECS/perl-gtk.spec	Sun Jun 10 00:23:35 2007
@@ -2,11 +2,6 @@
 #
 # TODO: GtkHTML, Bonobo and Mozilla (don't build now - need fixes or API update)
 #
-%{?_without_gnomeall:%global	_without_gnome		1}
-%{?_without_gnomeall:%global	_without_gtkxmhtml	1}
-%{?_without_gnome:%global	_without_applets	1}
-%{?_without_gnome:%global	_without_gnomeprint	1}
-#
 # Conditional build:
 %bcond_with	tests		# perform "make test" (require valid DISPLAY)
 %bcond_with	gtkhtml		# build Gtk::HTML module (gtkhtml library)
@@ -20,6 +15,16 @@
 %bcond_without	gtkglarea	# don't build Gtk::GLArea module (gtkglarea library)
 %bcond_without	gtkxmhtml	# don't build Gtk::XmHTML module (gtkxmhtml library)
 #
+%if ! %{with gnomeall}
+%undefine	with_gnome
+%undefine	with_gtkxmhtml
+%endif
+#
+%if ! %{with gnome}
+%undefine	with_applets
+%undefine	with_gnomeprint
+%endif
+#
 %include	/usr/lib/rpm/macros.perl
 %define		pdir	Gtk
 %define		pnam	Perl
@@ -40,7 +45,7 @@
 Summary(sv.UTF-8):	Perl-utvidgning för GTK+ (the Gimp ToolKit)
 Name:		perl-gtk
 Version:	0.7009
-Release:	3
+Release:	4
 # same as perl or LGPL
 License:	LGPL or GPL v1+ or Artistic
 Group:		Development/Languages/Perl
@@ -442,6 +447,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.84  2007/06/09 22:23:35  arekm
+- rel 4; fix bconds
+
 Revision 1.83  2007/06/09 22:16:53  arekm
 - disable gnome1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/perl-gtk.spec?r1=1.83&r2=1.84&f=u



More information about the pld-cvs-commit mailing list