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
Matthias Clasen a0450a
Version:        0.11.1.1
Matthias Clasen cce881
Release: 	2%{?dist}
Ray Strode 533795
Summary:        Simple menu editor for GNOME
Ray Strode 533795
Ray Strode 533795
Group:          Applications/System
Ray Strode 533795
License:        GPL
Ray Strode 533795
URL:            http://www.realistanew.com/projects/alacarte/
Matthias Clasen 70a46c
Source0:        http://dev.realistanew.com/alacarte/releases/0.10/%{name}-%{version}.tar.bz2
Ray Strode 533795
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Ray Strode 533795
BuildArch:      noarch
Ray Strode 533795
Jeremy Katz a84168
BuildRequires:  python, python-devel, intltool, gettext
Matthias Clasen e2b771
BuildRequires:  pygtk2-devel
Matthias Clasen cfd127
BuildRequires:  pkgconfig
Matthias Clasen 7cdb14
BuildRequires:	gnome-menus-devel >= 2.15.4
Matthias Clasen f7d2cc
BuildRequires:	autoconf
Ray Strode 533795
Requires: 	pygtk2, gnome-python2-gconf 
Matthias Clasen f4f366
Requires:	gnome-menus >= 2.15.4
Ray Strode 533795
Obsoletes:      smeg
Matthias Clasen cce881
Provides:       smeg-%{version}-%{release}
Matthias Clasen f7d2cc
Ray Strode 533795
%description
Ray Strode 533795
Alacarte is a menu editor for GNOME that lets you get things done,
Ray Strode 533795
simply and quickly. 
Ray Strode 533795
Ray Strode 533795
Just click and type to edit, add, and delete any menu entry.
Ray Strode 533795
Ray Strode 533795
%prep
Ray Strode 533795
%setup -q -n %{name}-%{version}
Ray Strode 533795
Ray Strode 533795
%build
Matthias Clasen f7d2cc
autoconf
Matthias Clasen 0068bb
%{configure}
Matthias Clasen 0068bb
make
Ray Strode 533795
Ray Strode 533795
%install
Ray Strode 533795
rm -rf $RPM_BUILD_ROOT
Matthias Clasen 0068bb
make install DESTDIR=$RPM_BUILD_ROOT
Ray Strode 533795
Ray Strode 533795
%find_lang %{name}
Ray Strode 533795
Ray Strode 533795
%clean
Ray Strode 533795
rm -rf $RPM_BUILD_ROOT
Ray Strode 533795
Matthias Clasen 0068bb
%post
Matthias Clasen 0068bb
touch --no-create %{_datadir}/icons/hicolor
Matthias Clasen 0068bb
if [ -x /usr/bin/gtk-update-icon-cache ]; then
Matthias Clasen 0068bb
  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
Matthias Clasen 0068bb
fi
Matthias Clasen 0068bb
Matthias Clasen 0068bb
%postun
Matthias Clasen 0068bb
touch --no-create %{_datadir}/icons/hicolor
Matthias Clasen 0068bb
if [ -x /usr/bin/gtk-update-icon-cache ]; then
Matthias Clasen 0068bb
  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
Matthias Clasen 0068bb
fi
Matthias Clasen 0068bb
Ray Strode 533795
%files -f %{name}.lang
Ray Strode 533795
%defattr(-,root,root,-)
Ray Strode 533795
%doc README AUTHORS COPYING
Ray Strode 533795
%{python_sitelib}/Alacarte
Ray Strode 533795
%{_bindir}/*
Ray Strode 533795
%{_datadir}/applications/*
Matthias Clasen 0068bb
%{_datadir}/alacarte
Matthias Clasen 0068bb
%{_datadir}/icons/hicolor/22x22/apps/alacarte.png
Matthias Clasen 0068bb
%{_datadir}/icons/hicolor/scalable/apps/alacarte.svg
Ray Strode 533795
Ray Strode 533795
%changelog
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
Ray Strode 533795
* Sun 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 533795
- 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 533795
- Addded desktop-file-utils %post and %postun
Ray Strode 533795
Ray Strode 533795
* Sat 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