Ray Strode 533795
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Ray Strode 533795
Ray Strode 533795
Name:           alacarte
Richard Hughes c0ef57
Version:        3.11.91
Fedora Release Engineering bc5c0c
Release:        6%{?dist}
Matthias Clasen b0e0b1
Summary:        Menu editor for the GNOME desktop
Ray Strode 533795
Ray Strode 533795
Group:          Applications/System
Matthias Clasen 6686ed
License:        LGPLv2+
Ray Strode e0bb72
URL:            http://www.gnome.org
Matthias Clasen 3437a7
#VCS: git:git://git.gnome.org/alacarte
Richard Hughes c0ef57
Source0:        http://download.gnome.org/sources/alacarte/3.11/%{name}-%{version}.tar.xz
Matthias Clasen 3437a7
Ray Strode 533795
BuildArch:      noarch
Ray Strode 533795
Matthias Clasen 3c5e8e
BuildRequires:  python, python-devel, gettext
Jasper St. Pierre 4e7817
BuildRequires:  pygobject3-devel
Matthias Clasen cfd127
BuildRequires:  pkgconfig
Matthias Clasen dcbb36
BuildRequires:  gnome-menus-devel >= 2.27.92
Matthias Clasen a76663
BuildRequires:  intltool
Matthias Clasen 9f2ff0
BuildRequires:  desktop-file-utils
dmalcolm 52ed27
BuildRequires:  autoconf
Matthias Clasen 3a55a4
BuildRequires:  automake
Richard Hughes 3f39c0
BuildRequires:  libxslt
Richard Hughes 99ad4a
BuildRequires:  docbook-style-xsl
Matthias Clasen 1eb9bc
Requires:       gnome-menus >= 3.2.0.1
Matthias Clasen 1eb9bc
Requires:       gtk3
Matthias Clasen 6063b5
Requires:       pygobject3
Matthias Clasen 1eb9bc
Matthias Clasen f7d2cc
Ray Strode 533795
%description
Matthias Clasen aa8237
Alacarte is a graphical menu editor that lets you edit, add, and delete
Matthias Clasen aa8237
menu entries. It follows the freedesktop.org menu specification and
Matthias Clasen b0e0b1
should work with any desktop environment that uses this specification.
Ray Strode 533795
Matthias Clasen 1eb9bc
Ray Strode 533795
%prep
Ray Strode fd5231
%setup -q
Matthias Clasen 1eb9bc
Matthias Clasen 3a55a4
autoreconf -i -f
Matthias Clasen 3a55a4
Ray Strode 533795
%build
Matthias Clasen db5634
%configure
Christoph Wickert 8de7d3
make %{?_smp_mflags}
Ray Strode 533795
Jasper St. Pierre 4e7817
Ray Strode 533795
%install
Christoph Wickert 8de7d3
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
Ray Strode 533795
Matthias Clasen 95ced3
# desktop-file-install can't manipulate NotShowIn
Matthias Clasen 95ced3
sed -i -e 's/NotShowIn=KDE;/OnlyShowIn=GNOME;/' \
Matthias Clasen 95ced3
  $RPM_BUILD_ROOT%{_datadir}/applications/alacarte.desktop
Matthias Clasen 95ced3
desktop-file-validate \
Matthias Clasen 9f2ff0
  $RPM_BUILD_ROOT%{_datadir}/applications/alacarte.desktop
Matthias Clasen 9f2ff0
Ray Strode 533795
%find_lang %{name}
Ray Strode 533795
Ray Strode 533795
Matthias Clasen 0068bb
%post
Christoph Wickert 8de7d3
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
Matthias Clasen 0068bb
Matthias Clasen 1eb9bc
Matthias Clasen 0068bb
%postun
Christoph Wickert 8de7d3
if [ $1 -eq 0 ] ; then
Christoph Wickert 8de7d3
  touch --no-create %{_datadir}/icons/hicolor &>/dev/null
Christoph Wickert 8de7d3
  gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
Matthias Clasen 0068bb
fi
Matthias Clasen 0068bb
Matthias Clasen 1eb9bc
Christoph Wickert 8de7d3
%posttrans
Christoph Wickert 8de7d3
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
Christoph Wickert 8de7d3
Matthias Clasen 1eb9bc
Ray Strode 533795
%files -f %{name}.lang
Ray Strode 533795
%doc README AUTHORS COPYING
Ray Strode 533795
%{python_sitelib}/Alacarte
Matthias Clasen 9f2ff0
%{_bindir}/alacarte
Matthias Clasen 9f2ff0
%{_datadir}/applications/alacarte.desktop
Matthias Clasen 0068bb
%{_datadir}/alacarte
Matthias Clasen d450c3
%{_datadir}/icons/hicolor/16x16/apps/alacarte.png
Matthias Clasen 0068bb
%{_datadir}/icons/hicolor/22x22/apps/alacarte.png
Matthias Clasen d450c3
%{_datadir}/icons/hicolor/24x24/apps/alacarte.png
Matthias Clasen d450c3
%{_datadir}/icons/hicolor/32x32/apps/alacarte.png
Matthias Clasen d450c3
%{_datadir}/icons/hicolor/48x48/apps/alacarte.png
Matthias Clasen d450c3
%{_datadir}/icons/hicolor/256x256/apps/alacarte.png
Richard Hughes 2b62bd
%{_mandir}/man1/alacarte.1.gz
Ray Strode 533795
Matthias Clasen 1eb9bc
Ray Strode 533795
%changelog
Fedora Release Engineering bc5c0c
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.11.91-6
Fedora Release Engineering bc5c0c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
Fedora Release Engineering bc5c0c
Fedora Release Engineering b3a6fc
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.11.91-5
Fedora Release Engineering b3a6fc
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
Fedora Release Engineering b3a6fc
Dennis Gilmore 1c5c21
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.11.91-4
Dennis Gilmore 1c5c21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
Dennis Gilmore 1c5c21
Dennis Gilmore 341ada
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.11.91-3
Dennis Gilmore 341ada
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
Dennis Gilmore 341ada
Dennis Gilmore 883b7b
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.11.91-2
Dennis Gilmore 883b7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
Dennis Gilmore 883b7b
Richard Hughes c0ef57
* Tue Mar 04 2014 Richard Hughes <rhughes@redhat.com> - 3.11.91-1
Richard Hughes c0ef57
- Update to 3.11.91
Richard Hughes c0ef57
Kalev Lember b7b821
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
Kalev Lember b7b821
- Update to 3.10.0
Kalev Lember b7b821
Kalev Lember d9bed6
* Wed Sep 04 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-1
Kalev Lember d9bed6
- Update to 3.9.91
Kalev Lember d9bed6
Dennis Gilmore 796d72
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.90-2
Dennis Gilmore 796d72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
Dennis Gilmore 796d72
Jasper St. Pierre 275d21
* Thu Feb 28 2013 Jasper St. Pierre <jstpierre@mecheye.net> - 3.7.90-1
Jasper St. Pierre 275d21
- Update to 3.7.90
Jasper St. Pierre 275d21
Dennis Gilmore 587823
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.7.3-2
Dennis Gilmore 587823
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
Dennis Gilmore 587823
Matthias Clasen c17f5f
* Thu Jan 17 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.3-1
Matthias Clasen c17f5f
- Update to 3.7.3
Matthias Clasen c17f5f
Kalev Lember 3b3819
* Wed Oct 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
Kalev Lember 3b3819
- Update to 3.6.1
Kalev Lember 3b3819
Matthias Clasen 5529ed
* Wed Sep 19 2012 Matthias Clasen <mclasen@redhat.com> - 3.5.5-1
Matthias Clasen 5529ed
- Update to 3.5.5
Matthias Clasen 5529ed
Kalev Lember b4bf1d
* Wed Jul 18 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.4-1
Kalev Lember b4bf1d
- Update to 3.5.4
Kalev Lember b4bf1d
Dennis Gilmore 71a0be
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.4-7
Dennis Gilmore 71a0be
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
Dennis Gilmore 71a0be
Matthias Clasen 6063b5
* Wed Jun 27 2012 Matthias Clasen <mclasen@redhat.com> - 0.13.4-6
Matthias Clasen 6063b5
- Fix requires
Matthias Clasen 6063b5
Matthias Clasen 1eb9bc
* Tue Jun 26 2012 Matthias Clasen <mclasen@redhat.com> - 0.13.4-5
Matthias Clasen 1eb9bc
- Spec file cleanups
Matthias Clasen 1eb9bc
- Drop gnome-panel dep
Matthias Clasen 1eb9bc
Matthias Clasen 1eb9bc
* Fri Jun 01 2012 Jasper St. Pierre <jstpierre@mecheye.net> - 0.13.4-5
Jasper St. Pierre 4e7817
- Update to 0.13.4. Resolves: #734442
Jasper St. Pierre 4e7817
Dennis Gilmore d1a77c
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.2-4
Dennis Gilmore d1a77c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
Dennis Gilmore d1a77c
Christoph Wickert 8de7d3
* Mon Mar 14 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.13.2-3
Christoph Wickert 8de7d3
- Require gnome-panel (#684927)
Christoph Wickert 8de7d3
- Compile with %%{?_smp_mflags}
Christoph Wickert 8de7d3
- Update icon-cache scriptlets
Christoph Wickert 8de7d3
Dennis Gilmore 5f4657
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.2-2
Dennis Gilmore 5f4657
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Dennis Gilmore 5f4657
Matthias Clasen 76e6d1
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.13.2-1
Matthias Clasen 76e6d1
- Update to 0.13.2
Matthias Clasen 76e6d1
dmalcolm 52ed27
* Tue Jul 27 2010 David Malcolm <dmalcolm@redhat.com> - 0.13.1-3
dmalcolm 52ed27
- patch configure.ac to support python 2.7; regenerate configure script
dmalcolm 52ed27
dmalcolm 98c431
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.13.1-2
dmalcolm 98c431
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
dmalcolm 98c431
Matthias Clasen 2b847f
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.13.1-1
Matthias Clasen 2b847f
- Update to 0.13.1
Matthias Clasen 2b847f
Matthias Clasen 3437a7
* Sun Mar 14 2010 Matthias Clasen <mclasen@redhat.com> - 0.12.4-2
Matthias Clasen 3437a7
- Use startup notification
Matthias Clasen 3437a7
Matthias Clasen 0ea1df
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 0.12.4-1
Matthias Clasen 0ea1df
- Update to 0.12.4
Matthias Clasen 0ea1df
Matthias Clasen 90da79
* Sat Sep 12 2009 Matthias Clasen <mclasen@redhat.com> - 0.12.3-2
Matthias Clasen 90da79
- Bump the gnome-menus requires
Matthias Clasen 90da79
Matthias Clasen 161d17
* Tue Sep  8 2009 Matthias Clasen <mclasen@redhat.com> - 0.12.3-1
Matthias Clasen 161d17
- Update to 0.12.3
Matthias Clasen 161d17
Jesse Keating 62aec4
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.1-2
Jesse Keating 62aec4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Jesse Keating 62aec4
Matthias Clasen 25af9a
* Sat May 16 2009 Matthias Clasen <mclasen@redhat.com> - 0.12.1-1
Matthias Clasen 25af9a
- Update to 0.12.1
Matthias Clasen 25af9a
Matthias Clasen aa8237
* Tue Mar 17 2009 Matthias Clasen <mclasen@redhat.com> - 0.11.10-1
Matthias Clasen aa8237
- Update to 0.11.10
Matthias Clasen aa8237
Jesse Keating aa727b
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.9-3
Jesse Keating aa727b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Jesse Keating aa727b
Matthias Clasen 9f2ff0
* Mon Feb 23 2009 Matthias Clasen <mclasen@redhat.com> - 0.11.9-2
Matthias Clasen 9f2ff0
- Only show in GNOME (#486887)
Matthias Clasen 9f2ff0
Matthias Clasen 09cce4
* Tue Feb 17 2009 Matthias Clasen <mclasen@redhat.com> - 0.11.9-1
Matthias Clasen 09cce4
- Update to 0.11.9
Matthias Clasen 09cce4
Matthias Clasen 3bb89b
* Tue Feb  3 2009 Matthias Clasen <mclasen@redhat.com> - 0.11.8-1
Matthias Clasen 3bb89b
- Update to 0.11.8
Matthias Clasen 3bb89b
Matthias Clasen 3c5e8e
* Tue Jan 20 2009 Matthias Clasen <mclasen@redhat.com> - 0.11.7-1
Matthias Clasen 3c5e8e
- Update to 0.11.7
Matthias Clasen 3c5e8e
Ignacio Vazquez-Abrams 8fb2fc
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.11.6-6
Ignacio Vazquez-Abrams 8fb2fc
- Rebuild for Python 2.6
Ignacio Vazquez-Abrams 8fb2fc
Matthias Clasen b0e0b1
* Fri Nov 21 2008 Matthias Clasen <mclasen@redhat.com> - 0.11.6-5
Matthias Clasen b0e0b1
- Tweak %%summary and %%description
Matthias Clasen b0e0b1
Matthias Clasen c4de10
* Fri Oct 17 2008 Matthias Clasen <mclasen@redhat.com> - 0.11.6-4
Matthias Clasen c4de10
- Make undoing of deletion work
Matthias Clasen c4de10
Matthias Clasen 3c42fc
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 0.11.6-3
Matthias Clasen 6afb85
- Update to 0.11.6
Matthias Clasen 6afb85
Matthias Clasen ead189
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 0.11.5-1
Matthias Clasen ead189
- Update to 0.11.5
Matthias Clasen ead189
Matthias Clasen caf3ae
* Thu Feb 21 2008 Matthias Clasen <mclasen@redhat.com> - 0.11.4-1
Matthias Clasen caf3ae
- Update to 0.11.4
Matthias Clasen caf3ae
Ray Strode fd5231
* Sun Dec 02 2007 Todd Zullinger <tmz@pobox.com> - 0.11.3-5
Ray Strode fd5231
- put the python scripts in sitelib, not sitearch
Ray Strode fd5231
- remove autoconf, automake, and intltool BRs
Ray Strode fd5231
- don't run autoconf/automake in %%build
Ray Strode fd5231
- BR perl(XML::Parser)
Ray Strode fd5231
- remove smeg Obsoletes and Provides
Ray Strode fd5231
- minor rpmlint cleanups
Ray Strode fd5231
Matthias Clasen 6686ed
* Sat Aug 11 2007 Matthias Clasen <mclasen@redhat.com> - 0.11.3-4
Matthias Clasen 6686ed
- Fix the build with intltool 0.36
Matthias Clasen 6686ed
- Update the license field
Matthias Clasen 6686ed
Ray Strode e0bb72
* Fri Mar 23 2007 Ray Strode <rstrode@redhat.com> - 0.11.3-3
Ray Strode e0bb72
- change url to gnome.org (bug 233237)
Ray Strode e0bb72
Matthias Clasen 5cc98d
* Tue Feb 13 2007 Matthias Clasen <mclasen@redhat.com> - 0.11.3-2
Matthias Clasen db5634
- Update to 0.11.3
Matthias Clasen db5634
Matthias Clasen 870944
* Mon Feb 12 2007 Matthias Clasen <mclasen@redhat.com> - 0.11.2-1.svn20070212
Matthias Clasen 870944
- Bring back editing of the System menu
Matthias Clasen 870944
Matthias Clasen cce881
* Fri Jan 26 2007 Matthias Clasen <mclasen@redhat.com> - 0.11.1.1-2
Matthias Clasen cce881
- Fix the Provides: line
Matthias Clasen cce881
Matthias Clasen a0450a
* Thu Jan 11 2007 Matthias Clasen <mclasen@redhat.com> - 0.11.1.1-1
Matthias Clasen a0450a
- Update to 0.11.1.1
Matthias Clasen a0450a
Matthias Clasen 0f1497
* Wed Dec 20 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.2-2
Matthias Clasen 70a46c
- Update to 0.10.2
Matthias Clasen 70a46c
Matthias Clasen f31c10
* Sat Dec  9 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.1-4
Matthias Clasen f7d2cc
- try again 
Matthias Clasen f7d2cc
Jeremy Katz 49c505
* Wed Dec  6 2006 Jeremy Katz <katzj@redhat.com> - 0.10.1-2
Jeremy Katz 49c505
- build against python 2.5 
Jeremy Katz 49c505
Matthias Clasen ef3dae
* Sat Oct 21 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.1-1
Matthias Clasen ef3dae
- Update to 0.10.1
Matthias Clasen fa95d7
* Mon Sep  4 2006 Matthias Clasen <mclasen@redhat.com> - 0.10.0-1.fc6
Matthias Clasen fa95d7
- Update to 0.10.0
Matthias Clasen fa95d7
Matthias Clasen f1abcd
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 0.9.90-7.fc6
Matthias Clasen 351bb7
- Fix more build requires
Matthias Clasen 351bb7
Matthias Clasen 4f386f
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 0.9.90-3.fc6
Matthias Clasen cfd127
- Add BR for pkgconfig
Matthias Clasen cfd127
Matthias Clasen c9e297
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 0.9.90-1.fc6
Matthias Clasen c9e297
- Update to 0.9.90
Matthias Clasen c9e297
Ray Strode 533795
* Thu Aug 17 2006 Ray Strode <rstrode@redhat.com> - 0.8-8
Ray Strode 533795
- initial build for Fedora Core
Ray Strode 533795
Ray Strode 533795
* Wed Feb 15 2006 John Mahowald <jpmahowald@gmail.com> - 0.8-7
Ray Strode 533795
- Rebuild for Fedora Extras 5
Ray Strode 533795
Ray Strode 533795
* Fri Feb 3 2006  John Mahowald <jpmahowald@gmail.com> - 0.8-3
Ray Strode 533795
- Fix stray reference to smeg
Ray Strode 533795
- Use python sitearch macro from template
Ray Strode 533795
Ray Strode 533795
* Sat Oct 29 2005  John Mahowald <jpmahowald@gmail.com> - 0.8-2
Ray Strode 533795
- Rebuild
Ray Strode 533795
Ray Strode 533795
* Thu Oct 27 2005  John Mahowald <jpmahowald@gmail.com> - 0.8-1
Ray Strode 533795
- rename to alacarte
Ray Strode 533795
- Update to 0.8
Ray Strode 533795
Ray Strode 533795
* Thu Oct 20 2005  John Mahowald <jpmahowald@gmail.com> - 0.7.5-4
Ray Strode 533795
- remove requires gnome-menus
Ray Strode 533795
Ray Strode 533795
* Tue Aug 30 2005 John Mahowald <jpmahowald@gmail.com> - 0.7.5-3
Ray Strode 533795
- Move to /usr/share
Ray Strode 533795
Ray Strode 533795
* Tue Jun 28 2005 Sindre Pedersen Bjordal <foolish[AT]fedoraforum.org> - 0.7.5-2
Ray Strode 533795
- Desktop-file-utils for kde desktop entry as well as default one.
Ray Strode 533795
Ray Strode 533795
* Wed Jun 08 2005 Sindre Pedersen Bjordal <foolish[AT]fedoraforum.org> - 0.7.5-1
Ray Strode 533795
- Rebuilt for 0.7.5
Ray Strode 533795
Jasper St. Pierre 947192
* Mon Jun 06 2005 Sindre Pedersen Bjordal <foolish[AT]fedoraforum.org> - 0.7.4-1
Ray Strode 533795
- Rebuilt for 0.7.4
Ray Strode 533795
Ray Strode 533795
* Wed Jun 01 2005 Sindre Pedersen Bjordal <foolish[AT]fedoraforum.org> - 0.7.1-1
Ray Strode 533795
- Rebuilt for 0.7.1
Ray Strode fd5231
- Smeg now use the stock gnome menu icon, removed pixmaps from %%files
Ray Strode 533795
Ray Strode 533795
* Wed Jun 01 2005 Sindre Pedersen Bjordal <foolish[AT]fedoraforum.org> - 0.7-2
Ray Strode 533795
- Added missing dependency gnome-python2-gconf
Ray Strode 533795
Ray Strode 533795
* Tue May 31 2005 Sindre Pedersen Bjordal <foolish[AT]fedoraforum.org> - 0.7-1
Ray Strode 533795
- Rebuilt for 0.7
Ray Strode 533795
Ray Strode 533795
* Mon May 30 2005 Sindre Pedersen Bjordal <foolish[AT]fedoraforum.org> - 0.6.2-2
Ray Strode 533795
- Added desktop-file-utils to Buildrequires
Ray Strode fd5231
- Addded desktop-file-utils %%post and %%postun
Ray Strode 533795
Jasper St. Pierre 947192
* Sun May 29 2005 Sindre Pedersen Bjordal <foolish[AT]fedoraforum.org> - 0.6.2-1
Ray Strode 533795
- Rebuilt for 0.6.2
Ray Strode 533795
Ray Strode 533795
* Mon May 23 2005 Sindre Pedersen Bjordal <foolish[AT]fedoraforum.org> - 0.5-1
Ray Strode 533795
- Initial build