diff --git a/.cvsignore b/.cvsignore index 874cb74..7f5c272 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -alacarte-0.11.1.1.tar.bz2 +alacarte-0.11.2.svn20070212.tar.gz diff --git a/alacarte.spec b/alacarte.spec index 0695ec5..348365d 100644 --- a/alacarte.spec +++ b/alacarte.spec @@ -1,14 +1,16 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%define alphatag svn20070212 + Name: alacarte -Version: 0.11.1.1 -Release: 2%{?dist} +Version: 0.11.2 +Release: 1.%{alphatag}%{?dist} Summary: Simple menu editor for GNOME Group: Applications/System License: GPL URL: http://www.realistanew.com/projects/alacarte/ -Source0: http://dev.realistanew.com/alacarte/releases/0.10/%{name}-%{version}.tar.bz2 +Source0: http://ftp.gnome.org/pub/gnome/sources/alacarte/0.11/%{name}-%{version}.%{alphatag}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -16,7 +18,7 @@ BuildRequires: python, python-devel, intltool, gettext BuildRequires: pygtk2-devel BuildRequires: pkgconfig BuildRequires: gnome-menus-devel >= 2.15.4 -BuildRequires: autoconf +BuildRequires: autoconf, automake Requires: pygtk2, gnome-python2-gconf Requires: gnome-menus >= 2.15.4 Obsoletes: smeg @@ -29,10 +31,12 @@ simply and quickly. Just click and type to edit, add, and delete any menu entry. %prep -%setup -q -n %{name}-%{version} +%setup -q -n %{name}-%{version}.%{alphatag} %build +aclocal autoconf +automake %{configure} make @@ -68,6 +72,9 @@ fi %{_datadir}/icons/hicolor/scalable/apps/alacarte.svg %changelog +* Mon Feb 12 2007 Matthias Clasen - 0.11.2-1.svn20070212 +- Bring back editing of the System menu + * Fri Jan 26 2007 Matthias Clasen - 0.11.1.1-2 - Fix the Provides: line diff --git a/sources b/sources index d2f683e..8802a6a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -13552666ac84759bb42689ebe3708b26 alacarte-0.11.1.1.tar.bz2 +7710b5c704870aa3bc2c6911b60c0341 alacarte-0.11.2.svn20070212.tar.gz