From 963a48a79e798b32b1b89a7890c98f77ca7391ce Mon Sep 17 00:00:00 2001 From: Peter Gordon Date: Wed, 20 Sep 2006 19:38:03 +0000 Subject: [PATCH] Allow optionally building with startup-notification support (disabled by default) --- openbox.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/openbox.spec b/openbox.spec index 740ec1d..c07adfd 100644 --- a/openbox.spec +++ b/openbox.spec @@ -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 @@ Requires: %{_datadir}/themes 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 @@ rm -rf %{buildroot} %changelog +* Wed Sep 20 2006 Peter Gordon - 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 - 3.3.1-1 - Update to new 3.3.1 from upstream