diff --git a/.cvsignore b/.cvsignore index e3e460f..79e0891 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anjal-0.1.0-20090821.tar.bz2 +anjal-0.1.0-20090903.tar.bz2 diff --git a/anjal.spec b/anjal.spec index 76bd5ab..994ced8 100644 --- a/anjal.spec +++ b/anjal.spec @@ -2,14 +2,14 @@ # git clone git://git.gnome.org/anjal # git archive --format=tar --prefix=anjal-0.1.0/ %{git_version} | bzip2 > anjal-0.1.0-%{gitdate}.tar.bz2 -%define gitdate 20090821 -%define git_version 5ac8bfe +%define gitdate 20090903 +%define git_version 62734e6 %define tarfile %{name}-%{version}-%{gitdate}.tar.bz2 %define snapshot %{gitdate}git%{git_version} Name: anjal Version: 0.1.0 -Release: 0.7.%{snapshot}%{?dist} +Release: 0.8.%{snapshot}%{?dist} Summary: An email client for small screen devices Group: Applications/Productivity @@ -18,7 +18,7 @@ URL: http://live.gnome.org/Anjal/ Source0: %{tarfile} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: anerley-devel +#BuildRequires: anerley-devel BuildRequires: clutter-devel BuildRequires: clutter-gtk-devel BuildRequires: evolution-devel @@ -51,13 +51,14 @@ all the mail backends including POP3, IMAP4, Exchange and GroupWare. NOCONFIGURE=yes ./autogen.sh %build -%configure --with-mozilla=no --with-anerley --disable-schemas +# configure --with-mozilla=no --with-anerley +%configure --with-mozilla=no --without-anerley make %{?_smp_mflags} V=1 %install rm -rf %{buildroot} export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 -make install DESTDIR=%{buildroot} +make install DESTDIR=%{buildroot} INSTALL='install -p' desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop @@ -67,19 +68,19 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop if [ "$1" -gt 1 ] ; then export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule \ -%{_sysconfdir}/gconf/schemas/[NAME] .schemas >/dev/null || : +%{_sysconfdir}/gconf/schemas/anjal.schemas >/dev/null || : fi %post export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule \ -%{_sysconfdir}/gconf/schemas/[NAME] .schemas > /dev/null || : +%{_sysconfdir}/gconf/schemas/anjal.schemas > /dev/null || : %preun if [ "$1" -eq 0 ] ; then export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule \ -%{_sysconfdir}/gconf/schemas/[NAME] .schemas > /dev/null || : +%{_sysconfdir}/gconf/schemas/anjal.schemas > /dev/null || : fi %clean @@ -94,6 +95,9 @@ rm -rf %{buildroot} %{_datadir}/applications/anjal.desktop %changelog +* Thu Sep 3 2009 Peter Robinson 0.1.0-0.8 +- New git snapshot, temporarily disable anerley + * Fri Aug 21 2009 Peter Robinson 0.1.0-0.7 - Add gconf schema and associated spec scriptlets diff --git a/sources b/sources index 86710e7..2e42786 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -446a41434e2f6a794b9915cd1058c454 anjal-0.1.0-20090821.tar.bz2 +6416630251d0604b50a964f98d10d15f anjal-0.1.0-20090903.tar.bz2