|
|
@ -2,10 +2,11 @@
|
|
|
|
%define ob_pre_tag rc2
|
|
|
|
%define ob_pre_tag rc2
|
|
|
|
%define pkg_release 8
|
|
|
|
%define pkg_release 8
|
|
|
|
%define ob_tarball_version %{ob_version}%{?ob_pre_tag:-%{ob_pre_tag}}
|
|
|
|
%define ob_tarball_version %{ob_version}%{?ob_pre_tag:-%{ob_pre_tag}}
|
|
|
|
|
|
|
|
%define branch_release 1
|
|
|
|
|
|
|
|
|
|
|
|
Name: openbox
|
|
|
|
Name: openbox
|
|
|
|
Version: %{ob_version}
|
|
|
|
Version: %{ob_version}
|
|
|
|
Release: %{?ob_pre_tag:0.}%{pkg_release}%{?ob_pre_tag:.%{ob_pre_tag}}%{?dist}
|
|
|
|
Release: %{?ob_pre_tag:0.}%{pkg_release}%{?ob_pre_tag:.%{ob_pre_tag}}%{?dist}%{?branch_release}
|
|
|
|
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
|
|
|
@ -25,6 +26,7 @@ BuildRequires: libxml2-devel
|
|
|
|
BuildRequires: libXt-devel
|
|
|
|
BuildRequires: libXt-devel
|
|
|
|
BuildRequires: libXrandr-devel
|
|
|
|
BuildRequires: libXrandr-devel
|
|
|
|
BuildRequires: libXinerama-devel
|
|
|
|
BuildRequires: libXinerama-devel
|
|
|
|
|
|
|
|
BuildRequires: libXxf86vm-devel
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Openbox is a window manager designed explicity for standards-compliance and
|
|
|
|
Openbox is a window manager designed explicity for standards-compliance and
|
|
|
@ -106,6 +108,9 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jun 28 2006 Peter Gordon <peter@thecodergeek.com> - 3.3-0.8.rc2.1
|
|
|
|
|
|
|
|
- Add missing BuildRequires: libXxf86vm-devel
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 28 2006 Peter Gordon <peter@thecodergeek.com> - 3.3-0.8.rc2
|
|
|
|
* Wed Jun 28 2006 Peter Gordon <peter@thecodergeek.com> - 3.3-0.8.rc2
|
|
|
|
- Unconditionalize the BuildRequires for modular X.org, since it's branched
|
|
|
|
- Unconditionalize the BuildRequires for modular X.org, since it's branched
|
|
|
|
for a specific Fedora release.
|
|
|
|
for a specific Fedora release.
|
|
|
|