bae53e3
Name:		openbox
1747e5e
Version:	3.6
f69ce20
Release:	3%{?dist}
bae53e3
Summary:	A highly configurable and standards-compliant X11 window manager
bae53e3
bae53e3
Group:		User Interface/Desktops
49fe2d1
License:	GPLv2+
4ebd3dd
URL:		http://openbox.org
1747e5e
Source0:	http://openbox.org/dist/%{name}/%{name}-%{version}.tar.gz
606a31a
Source1:	http://icculus.org/openbox/tools/setlayout.c
3f61e81
Source2:	xdg-menu
3f61e81
Source3:	menu.xml
85a35d2
Source4:	terminals.menu
bae53e3
3fbd74b
# restore libobrender compatibility, remove when soname is bumped!
3fbd74b
Patch1:		openbox-abifix.patch
3fbd74b
60314f8
Requires:	%{name}-libs%{?_isa} = %{version}-%{release}
bae53e3
bf086d6
# required by xdg-menu and xdg-autostart scripts
Edward Sheldrake cf0bb2f
Requires:	pyxdg
6ae4d9c
# as discussed in https://bugzilla.redhat.com/860997
d30e66f
Requires:	redhat-menus
bbbf3fa
bae53e3
BuildRequires:	gettext
aaa05d1
BuildRequires:	desktop-file-utils
bae53e3
BuildRequires:	pango-devel
99d3ea4
BuildRequires:	startup-notification-devel
bae53e3
BuildRequires:	libxml2-devel
50f71f2
BuildRequires:	libXcursor-devel
bae53e3
BuildRequires:	libXt-devel
bae53e3
BuildRequires:	libXrandr-devel
bae53e3
BuildRequires:	libXinerama-devel
b14300b
BuildRequires:	imlib2-devel
7439168
# workaround for yum to install correct libpng-devel
7439168
BuildRequires:	libpng-devel
4d4d753
Provides:	firstboot(windowmanager)
bae53e3
371635a
# gdm-control, gnome-control-center and openbox-gnome were removed in 3.5.2-5
371635a
Obsoletes:	gdm-control < 3.5.2-5
371635a
Obsoletes:	gnome-panel-control < 3.5.2-5
371635a
Obsoletes:	%{name}-gnome < 3.5.2-5
371635a
bae53e3
%description
bae53e3
Openbox is a window manager designed explicity for standards-compliance and
bae53e3
speed. It is fast, lightweight, and heavily configurable (using XML for its
bae53e3
configuration data). It has many features that make it unique among window
bae53e3
managers: window resistance, chainable key bindings, customizable mouse
bae53e3
actions, multi-head/Xinerama support, and dynamically generated "pipe menus."
bae53e3
bae53e3
For a full list of the FreeDesktop.org standards with which it is compliant,
bae53e3
please see the COMPLIANCE file in the included documentation of this package. 
bae53e3
For a graphical configuration editor, you'll need to install the obconf
e062f7c
package. For a graphical menu editor, you'll need to install the obmenu
bae53e3
package.
bae53e3
bae53e3
bae53e3
%package	devel
bae53e3
Summary:	Development files for %{name}
bae53e3
Group:		Development/Libraries
60314f8
Requires:	%{name}-libs%{?_isa} = %{version}-%{release}
bae53e3
Requires:	pkgconfig
50f71f2
Requires:	pango-devel
bae53e3
Requires:	libxml2-devel
bae53e3
Requires:	glib2-devel
bae53e3
bae53e3
%description	devel
bae53e3
The %{name}-devel package contains libraries and header files for
bae53e3
developing applications that use %{name}.
bae53e3
bae53e3
99d3ea4
%package	libs
99d3ea4
Summary:	Shared libraries for %{name}
99d3ea4
Group:		Development/Libraries
99d3ea4
99d3ea4
%description	libs
99d3ea4
The %{name}-libs package contains shared libraries used by %{name}.
99d3ea4
99d3ea4
f802b92
%package	kde
f802b92
Summary:	KDE integration for %{name}
f802b92
Group:		User Interface/Desktops
f802b92
Requires:	%{name} = %{version}-%{release}
Rex Dieter 9d417f6
%if 0%{?fedora} > 21
Rex Dieter 9d417f6
Requires:	plasma-workspace
Rex Dieter 9d417f6
%else
f802b92
Requires:	kdebase-workspace
Rex Dieter 9d417f6
%endif
17ca91f
BuildArch:	noarch
f802b92
f802b92
%description	kde
f802b92
The %{name}-kde package contains the files needed for using %{name} inside a
f802b92
KDE session.
f802b92
f802b92
bae53e3
%prep
3c940d0
%setup -q
3fbd74b
%patch1 -p1 -b .abifix
bae53e3
bae53e3
bae53e3
%build
99d3ea4
%configure \
99d3ea4
	--disable-static
99d3ea4
## Fix RPATH hardcoding.
99d3ea4
sed -ie 's|^hardcode_libdir_flag_spec=.*$|hardcode_libdir_flag_spec=""|g' libtool
99d3ea4
sed -ie 's|^runpath_var=LD_RUN_PATH$|runpath_var=DIE_RPATH_DIE|g' libtool
bae53e3
make %{?_smp_mflags}
bae53e3
394bf5b
gcc %{optflags} -o setlayout %{SOURCE1} -lX11
bae53e3
bae53e3
%install
bae53e3
make install DESTDIR=%{buildroot}
3f61e81
606a31a
install setlayout %{buildroot}%{_bindir}
e7d1875
install -p %{SOURCE2} %{buildroot}%{_libexecdir}/openbox-xdg-menu
e7d1875
sed 's|_LIBEXECDIR_|%{_libexecdir}|g' < %{SOURCE3} \
3f61e81
	> %{buildroot}%{_sysconfdir}/xdg/%{name}/menu.xml
606a31a
85a35d2
install -m644 -p %{SOURCE4} %{buildroot}%{_sysconfdir}/xdg/%{name}/terminals.menu
85a35d2
85a35d2
# 'make install' misses these two, so we install them manually
85a35d2
install -m644 -D data/gnome-session/openbox-gnome.session \
85a35d2
	%{buildroot}%{_datadir}/gnome-session/sessions/openbox-gnome.session
85a35d2
install -m644 -D data/gnome-session/openbox-gnome-fallback.session \
85a35d2
	%{buildroot}%{_datadir}/gnome-session/sessions/openbox-gnome-fallback.session
85a35d2
371635a
# remove unpackaged files
371635a
pushd %{buildroot}
371635a
rm ./%{_bindir}/{gdm-control,gnome-panel-control,%{name}-gnome-session}
371635a
rm ./%{_datadir}/xsessions/%{name}-gnome.desktop
371635a
rm ./%{_datadir}/gnome/wm-properties/openbox.desktop
371635a
rm ./%{_datadir}/gnome-session/sessions/openbox-gnome*.session
371635a
rm ./%{_mandir}/man1/%{name}-gnome-session*.1*
371635a
popd
aaa05d1
1f99e84
bae53e3
%find_lang %{name}
50f71f2
rm -f %{buildroot}%{_libdir}/*.la
50f71f2
rm -rf %{buildroot}%{_datadir}/doc/%{name}
bae53e3
bae53e3
bae53e3
%files -f %{name}.lang
bae53e3
%doc AUTHORS CHANGELOG COMPLIANCE COPYING README
3f61e81
%doc data/*.xsd data/menu.xml doc/rc-mouse-focus.xml
50f71f2
%dir %{_sysconfdir}/xdg/%{name}/
50f71f2
%config(noreplace) %{_sysconfdir}/xdg/%{name}/*
f802b92
%{_bindir}/%{name}
f802b92
%{_bindir}/%{name}-session
843aac3
%{_bindir}/obxprop
606a31a
%{_bindir}/setlayout
e7d1875
%{_libexecdir}/openbox-*
aaa05d1
%{_datadir}/applications/*%{name}.desktop
bae53e3
%{_datadir}/themes/*/
bae53e3
%{_datadir}/pixmaps/%{name}.png
f802b92
%{_datadir}/xsessions/%{name}.desktop
f802b92
%{_mandir}/man1/%{name}.1*
f802b92
%{_mandir}/man1/%{name}-session.1*
193d6e3
%{_mandir}/man1/obxprop.1*
bae53e3
99d3ea4
%files	libs
ae5843e
%doc COPYING
99d3ea4
%{_libdir}/libobrender.so.*
e7d1875
%{_libdir}/libobt.so.*
bae53e3
99d3ea4
%files	devel
bae53e3
%{_includedir}/%{name}/
bae53e3
%{_libdir}/libobrender.so
e7d1875
%{_libdir}/libobt.so
bae53e3
%{_libdir}/pkgconfig/*.pc
bae53e3
f802b92
%files  kde
f802b92
%{_bindir}/%{name}-kde-session
f802b92
%{_datadir}/xsessions/%{name}-kde.desktop
f802b92
%{_mandir}/man1/%{name}-kde-session*.1*
f802b92
bae53e3
99d3ea4
%post libs -p /sbin/ldconfig
bae53e3
bae53e3
99d3ea4
%postun libs -p /sbin/ldconfig
bae53e3
bae53e3
bae53e3
%changelog
f69ce20
* Thu Jun 25 2015 Miroslav Lichvar <mlichvar@redhat.com> - 3.6-3
f69ce20
- restore libobrender compatibility (#1231693)
f69ce20
6b93040
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6-2
6b93040
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
6b93040
83bc9c5
* Mon Jun 01 2015 Miroslav Lichvar <mlichvar@redhat.com> - 3.6-1
83bc9c5
- update to 3.6
83bc9c5
Rex Dieter 9d417f6
* Thu Mar 05 2015 Rex Dieter <rdieter@fedoraproject.org> 3.5.2-7
Rex Dieter 9d417f6
- -kde: fix deps for plasma5
Rex Dieter 9d417f6
cc4327b
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.2-6
cc4327b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
cc4327b
88cb713
* Mon Jul 07 2014 Miroslav Lichvar <mlichvar@redhat.com> - 3.5.2-5
88cb713
- drop gnome subpackages (#964977)
88cb713
- fix typo in description (#1064959)
88cb713
f3bc256
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.2-4
f3bc256
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f3bc256
45c55fe
* Tue Dec 10 2013 Christoph Wickert <cwickert@fedoraproject.org> - 3.5.2-3
45c55fe
- gdm-control depends on gdm, not on gnome-panel (#964977)
45c55fe
7b4fc14
* Thu Aug 15 2013 Miroslav Lichvar <mlichvar@redhat.com> - 3.5.2-2
7b4fc14
- Add workaround for yum to install correct libpng-devel in build
7b4fc14
4bf12d3
* Tue Aug 13 2013 Miroslav Lichvar <mlichvar@redhat.com> - 3.5.2-1
4bf12d3
- Update to 3.5.2
4bf12d3
528ccb9
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.0-12.20121001git782b28
528ccb9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
528ccb9
441ff2e
* Mon Mar 11 2013 Miroslav Lichvar <mlichvar@redhat.com> - 3.5.0-11.20121001git782b28
441ff2e
- Update to git snapshot 20121001git782b28
441ff2e
- Update xdg-menu to work with latest gtk3 (#914830)
441ff2e
- Make some dependencies arch-specific
441ff2e
- Make gnome and kde subpackages noarch
441ff2e
3b5971e
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.0-10
3b5971e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
3b5971e
a9366a8
* Tue Nov 13 2012 Miroslav Lichvar <mlichvar@redhat.com> - 3.5.0-9
a9366a8
- Update xdg-menu to work with latest pyxdg (#874633)
a9366a8
- Remove unnecessary macros
a9366a8
6ae4d9c
* Fri Sep 28 2012 Christoph Wickert <cwickert@fedoraproject.org> - 3.5.0-8
6ae4d9c
- Require redhat-menus (#860997)
85a35d2
- Use upstream's gnome-session 3 fixes instead of ours
6ae4d9c
632a5ab
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.0-7
632a5ab
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
632a5ab
27ac831
* Sun Jun 03 2012 Christoph Wickert <cwickert@fedoraproject.org> - 3.5.0-6
27ac831
- Fix crash on unexpected NET_WM_MOVERESIZE_CANCEL messages (#827800)
27ac831
- Make sub-packages for gdm-control and gnome-panel-control (#750056)
27ac831
1629d4a
* Fri Mar 30 2012 Miroslav Lichvar <mlichvar@redhat.com> - 3.5.0-5
1629d4a
- increase doubleclick timeout (#727995)
1629d4a
- fix another crash in xdg-menu (#799663)
1629d4a
062cff3
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.0-4
062cff3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
062cff3
50a1c34
* Mon Oct 10 2011 Miroslav Lichvar <mlichvar@redhat.com> - 3.5.0-3
50a1c34
- fix xdg-menu to not crash without icon file (#737112)
50a1c34
dbb7ea9
* Fri Sep 30 2011 Miroslav Lichvar <mlichvar@redhat.com> - 3.5.0-2
dbb7ea9
- build with imlib support
dbb7ea9
- fix xdg-menu to handle -caption in desktop files (#678827)
dbb7ea9
- update xdg-menu to use pyxdg and gtk via introspection (#737112)
dbb7ea9
d665b8e
* Fri Aug 05 2011 Miroslav Lichvar <mlichvar@redhat.com> - 3.5.0-1
d665b8e
- update to 3.5.0
d665b8e
- don't own gnome directories (#718042)
d665b8e
c6e2000
* Fri May 06 2011 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.11.2-8
c6e2000
- update gnome-session support (#702460)
c6e2000
- make subpackages for gnome and kde session files (#520245)
c6e2000
975641f
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.11.2-7
975641f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
975641f
0ca30ca
* Fri Jan 14 2011 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.11.2-6
0ca30ca
- add support for new gnome-session (#669391)
0ca30ca
Jesse Keating 9c4144a
* Wed Sep 29 2010 jkeating - 3.4.11.2-5
Jesse Keating 9c4144a
- Rebuilt for gcc bug 634757
Jesse Keating 9c4144a
4d4d753
* Sun Sep 19 2010 Christoph Wickert <cwickert@fedoraproject.org> - 3.4.11.2-4
4d4d753
- Provide firstboot(windowmanager)
4d4d753
- Remove obsolete Encoding key from openbox.desktop
4d4d753
f852699
* Tue Sep 07 2010 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.11.2-3
f852699
- generate terminals menu (#622426)
f852699
- remove double quotes from menu labels (#630109)
f852699
ae5843e
* Mon Jul 12 2010 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.11.2-2
ae5843e
- add COPYING to libs subpackage
ae5843e
bf086d6
* Mon May 17 2010 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.11.2-1
bf086d6
- update to 3.4.11.2
bf086d6
- require pyxdg (#590322)
bf086d6
31d156b
* Fri Apr 16 2010 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.11.1-1
31d156b
- update to 3.4.11.1
31d156b
4ebd3dd
* Tue Feb 09 2010 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.11-1
4ebd3dd
- update to 3.4.11
4ebd3dd
- fix linking with --no-add-needed
4ebd3dd
074d639
* Thu Jan 21 2010 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.10-3
074d639
- fix gnome-session script again (#552760)
074d639
feae2a1
* Mon Jan 18 2010 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.10-2
feae2a1
- fix crash when window is added to focus order while focus cycling
feae2a1
- fix gnome-session script
feae2a1
193d6e3
* Fri Jan 08 2010 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.10-1
193d6e3
- Update to 3.4.10
193d6e3
843aac3
* Mon Jan 04 2010 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.9-2
843aac3
- Rename obprop to obxprop to avoid conflict with openbabel (#549152)
843aac3
453756a
* Sat Dec 19 2009 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.9-1
453756a
- Update to 3.4.9
453756a
d9745cc
* Thu Dec 10 2009 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.8-1
d9745cc
- Update to 3.4.8
d9745cc
- Fix crash in xdg-autostart on desktop files with TryExec (#544006)
d9745cc
625f4a8
* Tue Sep 22 2009 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.7.2-11
625f4a8
- Add support for 24-bit images (#524708)
625f4a8
- Update setlayout.c
625f4a8
4a2de01
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.7.2-10
4a2de01
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
4a2de01
bbbf3fa
* Mon Jul 20 2009 Luke Macken <lmacken@redhat.com> - 3.4.7.2-8
bbbf3fa
- Require the gnome-menus package to get our xdg-menu dynamic pipe menu
bbbf3fa
  to work out of the box.
bbbf3fa
57b1df6
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.7.2-8
57b1df6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
57b1df6
5eb489f
* Tue Dec 09 2008 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.7.2-7
5eb489f
- Restore gnome session script (#474143)
5eb489f
- Use DESKTOP_AUTOSTART_ID to avoid gnome-session registration timeout
5eb489f
aaa05d1
* Thu Oct 02 2008 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.7.2-6
aaa05d1
- Drop gnome session script (gnome-session no longer supports $WINDOW_MANAGER)
aaa05d1
- Add application desktop file to allow starting openbox in gnome-session
aaa05d1
  when configured in gconf
aaa05d1
87075b8
* Thu Sep 04 2008 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.7.2-5
87075b8
- Don't use --choose-session option in gnome session script
87075b8
578b9cd
* Fri Aug 01 2008 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.7.2-4
578b9cd
- Remove field codes from commands in xdg-menu (#452403)
578b9cd
- Add support for launching applications in xterm to xdg-menu
578b9cd
be11092
* Tue Jun 10 2008 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.7.2-3
be11092
- Clean up properties after gdm in session scripts (#444135)
be11092
- Add license to xdg-menu script
be11092
bf801a6
* Tue May 20 2008 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.7.2-2
bf801a6
- Drop numdesks patch (#444135)
bf801a6
3f61e81
* Wed May 14 2008 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.7.2-1
3f61e81
- Update to 3.4.7.2
3f61e81
- Use gnome menus by default (Luke Macken) (#443548)
3f61e81
- Force setting number of desktops (#444135)
3f61e81
394bf5b
* Thu Apr 17 2008 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.7.1-1
394bf5b
- Update to 3.4.7.1
394bf5b
- Don't require /usr/share/themes
394bf5b
78ff601
* Wed Feb 06 2008 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.6.1-1
78ff601
- Update to 3.4.6.1
78ff601
1c9d626
* Sun Feb 03 2008 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.6-1
1c9d626
- Update to 3.4.6
1c9d626
e2dccec
* Mon Jan 07 2008 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.5-1
e2dccec
- Update to 3.4.5
e2dccec
1546b30
* Wed Aug 22 2007 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.4-2
1546b30
- Rebuild
1546b30
49fe2d1
* Sun Aug 05 2007 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.4-1
49fe2d1
- Update to 3.4.4
49fe2d1
- Update license tag
49fe2d1
606a31a
* Mon Jul 23 2007 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.3-1
606a31a
- Update to 3.4.3
606a31a
- Package setlayout tool
606a31a
50f71f2
* Wed Jun 13 2007 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.2-1
50f71f2
- Update to 3.4.2
50f71f2
7719936
* Mon Jun 04 2007 Peter Gordon <peter@thecodergeek.com> - 3.3.1-7
7719936
- Own %%{_datadir}/gnome/wm-properties instead of depending on gnome-session
7719936
  in order to reduce dependency bloat. (Resolves bug 242339; thanks to Miroslav
7719936
  Lichvar for the bug report.) 
7719936
99d3ea4
* Tue Mar 27 2007 Peter Gordon <peter@thecodergeek.com> - 3.3.1-6
99d3ea4
- Split shared libraries into a -libs subpackage to properly handle multilib
99d3ea4
  setups. (This precludes the further need to %%ghost the byte-compiled
99d3ea4
  themeupdate scripts which was introduced in the previous release.)
e8fbb26
- Fix handling of the startup_notification build conditional. It will actually
99d3ea4
  work properly now. :)
99d3ea4
- Remove the hardcoded RPATH using some sed invocations from the packaging
99d3ea4
  guidelines. 
99d3ea4
3122088
* Mon Feb 12 2007 Peter Gordon <peter@thecodergeek.com> - 3.3.1-5
3122088
- %%ghost the byte-compiled themeupdate scripts to fix multilib conflict
3122088
  (bug #228379).
3122088
ce1f952
* Thu Nov 23 2006 Peter Gordon <peter@thecodergeek.com> - 3.3.1-4
ce1f952
- Don't own %%{_datadir}/gnome/wm-properties anymore, as that's now owned
ce1f952
  by gnome-session in Rawhide and we should not have ownership conflicts with
ce1f952
  Core packages.
ce1f952
ac6658d
* Mon Oct 02 2006 Peter Gordon <peter@thecodergeek.com> - 3.3.1-3
ac6658d
- Rebuild to pick up unwind info generation fixes in new GCC
ac6658d
963a48a
* Wed Sep 20 2006 Peter Gordon <peter@thecodergeek.com> - 3.3.1-2
963a48a
- Allow building with startup-notification as an rpmbuild option (though it is
963a48a
  disabled by default as recommended by upstream).
963a48a
52fa9cc
* Sat Sep 09 2006 Peter Gordon <peter@thecodergeek.com> - 3.3.1-1
d44bf67
- Update to new 3.3.1 from upstream
d44bf67
5c763c9
* Sun Aug 27 2006 Peter Gordon <peter@thecodergeek.com> - 3.3-3
5c763c9
- Mass FC6 rebuild
5c763c9
a0a9447
* Sat Aug 26 2006 Peter Gordon <peter@thecodergeek.com> - 3.3-2
a0a9447
- Bump release to fix sources tagging issue
a0a9447
836a0fc
* Sat Aug 26 2006 Peter Gordon <peter@thecodergeek.com> - 3.3-1
836a0fc
- Update to 3.3 final release from upstream
836a0fc
- Remove the slew of versioning macros, as it's overkill for this and just adds
836a0fc
  unneeded complexity to the spec.
836a0fc
66896cb
* Wed Jun 28 2006 Peter Gordon <peter@thecodergeek.com> - 3.3-0.8.rc2.1
66896cb
- Add missing BuildRequires: libXxf86vm-devel
66896cb
c000a76
* Wed Jun 28 2006 Peter Gordon <peter@thecodergeek.com> - 3.3-0.8.rc2
c000a76
- Unconditionalize the BuildRequires for modular X.org, since it's branched
c000a76
  for a specific Fedora release. 
c000a76
bae53e3
* Mon Jun 26 2006 Peter Gordon <peter@thecodergeek.com> - 3.3-0.7.rc2
bae53e3
- Own the %%{_datadir}/gnome/wm-properties directory (#195292)
bae53e3
bae53e3
* Fri Jun 23 2006 Peter Gordon <peter@thecodergeek.com> - 3.3-0.6.rc2
bae53e3
- Add %%{_datadir}/themes to Requires (#195292)
bae53e3
bae53e3
* Tue Jun 20 2006 Peter Gordon <peter@thecodergeek.com> - 3.3-0.5.rc2
bae53e3
- Own all created theme directories (#195292)
bae53e3
- Fix previous review bug IDs in this %%changelog to point to the recreated
bae53e3
  review bug (due to recent bugzilla outage) 
bae53e3
bae53e3
* Sun Jun 18 2006 Peter Gordon <peter@thecodergeek.com> - 3.3-0.4.rc2
bae53e3
- Don't default to an executable xsession script (#195292)
bae53e3
bae53e3
* Mon Jun 12 2006 Peter Gordon <peter@thecodergeek.com> - 3.3-0.3.rc2 
bae53e3
- Fix versioning to conform to the Extras packaging guidelines
bae53e3
bae53e3
* Mon Jun 12 2006 Peter Gordon <peter@thecodergeek.com> - 3.3-0.rc2.2 
bae53e3
- Add %%{_datadir}/xsessions .desktop file for easy selection of Openbox at
bae53e3
  login screen (#195292)
bae53e3
bae53e3
* Fri Jun 09 2006 Peter Gordon <peter@thecodergeek.com> - 3.3-0.rc2.1 
bae53e3
- Unorphan, rewriting nearly all of the spec file
bae53e3
- Update to upstream 3.3 RC2
bae53e3
bae53e3
* Sun Jul 27 2003 Chris Ricker <kaboom@gatech.edu> 0:2.3.1-0.fdr.5
bae53e3
- Need to own /etc/X11/gdm/Sessions && /etc/X11/gdm (#440)
bae53e3
- Need to conflict with fluxbox (#422 / #440)
bae53e3
bae53e3
* Tue Jul 22 2003 Chris Ricker <kaboom@gatech.edu> 0:2.3.1-0.fdr.4
bae53e3
- Need to own /usr/share/apps/switchdesk (#422)
bae53e3
bae53e3
* Mon Jul 21 2003 Chris Ricker <kaboom@gatech.edu> 0:2.3.1-0.fdr.3
bae53e3
- More spec revisions (#422); change make and preserve timestamps
bae53e3
bae53e3
* Sun Jul 20 2003 Chris Ricker <kaboom@gatech.edu> 0:2.3.1-0.fdr.2
bae53e3
- Minor spec revisions (#422); add epoch and versions to changelogs
bae53e3
bae53e3
* Sun Jul 06 2003 Chris Ricker <kaboom@gatech.edu> 0:2.3.1-0.fdr.1
bae53e3
- Add switchdesk support
bae53e3
- Add display manager support
bae53e3
- Fix NLS build on Cambridge
bae53e3
- Fedora'ize the spec
bae53e3
bae53e3
* Sun Jun 29 2003 Chris Ricker <kaboom@gatech.edu>
bae53e3
- Rev to 2.3.1 release
bae53e3
- Make go with GCC 3.3
bae53e3
bae53e3
* Tue Mar 18 2003 Chris Ricker <kaboom@gatech.edu>
a0a9447
- Package of 2.3.0 release