diff --git a/.cvsignore b/.cvsignore index b707023..5a55649 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sugar-datastore-0.2.2-git49f3211d34.tar.bz2 +sugar-datastore-0.2.2-git30c1a1abb8.tar.bz2 diff --git a/sources b/sources index ec8d0bc..75af18b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4fc0c89d596fa9116b6e117d2dde81b3 sugar-datastore-0.2.2-git49f3211d34.tar.bz2 +cae13c6acc9d792a19e97f6e4574ba23 sugar-datastore-0.2.2-git30c1a1abb8.tar.bz2 diff --git a/sugar-datastore.spec b/sugar-datastore.spec index f641c2a..9a0a286 100644 --- a/sugar-datastore.spec +++ b/sugar-datastore.spec @@ -1,27 +1,27 @@ %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()") -%define alphatag 20070620git -%define commitid 49f3211d34 +%define alphatag 20070626git +%define commitid 30c1a1abb8 -Name: sugar-datastore -Version: 0.2.2 -Release: 0.1.%{alphatag}%{commitid} -Summary: Sugar Datastore +Name: sugar-datastore +Version: 0.2.2 +Release: 0.2.%{alphatag}30c1a1abb8 +Summary: Sugar Datastore -Group: Development/Libraries -License: GPL -URL: http://dev.laptop.org/ +Group: Development/Libraries +License: GPL +URL: http://dev.laptop.org/ # OLPC is upstream, RPM is canonical source for packaged code. # git clone git://dev.laptop.org/projects/sugar-datastore # cd sugar # git-checkout %{commitid} -Source0: sugar-datastore-%{version}-git%{commitid}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source0: sugar-datastore-%{version}-git%{commitid}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch -Requires: xapian-bindings-python -Requires: python-sqlalchemy -Requires: python-sqlite2 -Requires: pyxapian +BuildArch: noarch +Requires: xapian-bindings-python +Requires: python-sqlalchemy +Requires: python-sqlite2 +Requires: pyxapian %description sugar-datastore is a simple log like datastore able to connect with multiple @@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/dbus-1/services/*.service %changelog +* Tue Jun 26 2007 Marco Pesenti Gritti - 0.2.2-0.2.20070626git30c1a1abb8 +- New snapshot + * Wed Jun 20 2007 Marco Pesenti Gritti - 0.2.2-0.1.20070620git49f3211d34 - Update to 0.2.2 - Fix rpmlint complaints