rpms/openbox/FC-5 openbox.spec,1.16,1.17

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


Author: pgordon

Update of /cvs/extras/rpms/openbox/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22117/FC-5

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/FC-5/openbox.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- openbox.spec	9 Sep 2006 19:13:46 -0000	1.16
+++ openbox.spec	20 Sep 2006 19:38:35 -0000	1.17
@@ -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).
+
 * Sat 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