rpms/openbox/devel openbox.spec,1.17,1.18

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Wed Sep 20 19:38:04 UTC 2006


Author: pgordon

Update of /cvs/extras/rpms/openbox/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22061/devel

Modified Files:
	openbox.spec 
Log Message:
Allow optionally building with startup-notification support (disabled by default)


Index: openbox.spec
===================================================================
RCS file: /cvs/extras/rpms/openbox/devel/openbox.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- openbox.spec	9 Sep 2006 19:13:47 -0000	1.17
+++ openbox.spec	20 Sep 2006 19:38:03 -0000	1.18
@@ -1,6 +1,6 @@
 Name:		openbox
 Version:	3.3.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A highly configurable and standards-compliant X11 window manager
 
 Group:		User Interface/Desktops
@@ -16,8 +16,10 @@
 BuildRequires:	gettext
 BuildRequires:	pango-devel
 # According to the upstream version 3.3 changelog, libstartup-notification
-# support doesn't work well and so is disabled by default in this release. 
-# BuildRequires:	startup-notification-devel
+# support doesn't work well and so is disabled by default in this release.
+# One can enable it optionally, however, by passing
+# "--with startup_notification" as an option to rpmbuild. 
+%{?_with_startup_notification:BuildRequires:	startup-notification-devel }
 BuildRequires:	libxml2-devel
 BuildRequires:	libXt-devel
 BuildRequires:	libXrandr-devel
@@ -105,6 +107,10 @@
 
 
 %changelog
+* Wed Sep 20 2006 Peter Gordon <peter at thecodergeek.com> - 3.3.1-2
+- Allow building with startup-notification as an rpmbuild option (though it is
+  disabled by default as recommended by upstream).
+
 * Sun Sep 09 2006 Peter Gordon <peter at thecodergeek.com> - 3.3.1-1
 - Update to new 3.3.1 from upstream
 




More information about the scm-commits mailing list