Allow optionally building with startup-notification support (disabled by

default)
epel9
Peter Gordon 19 years ago
parent 50da897134
commit 963a48a79e

@ -1,6 +1,6 @@
Name: openbox Name: openbox
Version: 3.3.1 Version: 3.3.1
Release: 1%{?dist} Release: 2%{?dist}
Summary: A highly configurable and standards-compliant X11 window manager Summary: A highly configurable and standards-compliant X11 window manager
Group: User Interface/Desktops Group: User Interface/Desktops
@ -17,7 +17,9 @@ BuildRequires: gettext
BuildRequires: pango-devel BuildRequires: pango-devel
# According to the upstream version 3.3 changelog, libstartup-notification # According to the upstream version 3.3 changelog, libstartup-notification
# support doesn't work well and so is disabled by default in this release. # support doesn't work well and so is disabled by default in this release.
# BuildRequires: startup-notification-devel # 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: libxml2-devel
BuildRequires: libXt-devel BuildRequires: libXt-devel
BuildRequires: libXrandr-devel BuildRequires: libXrandr-devel
@ -105,6 +107,10 @@ rm -rf %{buildroot}
%changelog %changelog
* Wed Sep 20 2006 Peter Gordon <peter@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@thecodergeek.com> - 3.3.1-1 * Sun Sep 09 2006 Peter Gordon <peter@thecodergeek.com> - 3.3.1-1
- Update to new 3.3.1 from upstream - Update to new 3.3.1 from upstream

Loading…
Cancel
Save