rpms/anjal/devel .cvsignore, 1.3, 1.4 anjal.spec, 1.4, 1.5 sources, 1.3, 1.4

Peter Robinson pbrobinson at fedoraproject.org
Thu Sep 3 13:55:25 UTC 2009


Author: pbrobinson

Update of /cvs/pkgs/rpms/anjal/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22379

Modified Files:
	.cvsignore anjal.spec sources 
Log Message:
- New git snapshot, temporarily disable anerley


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anjal/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	21 Aug 2009 13:50:10 -0000	1.3
+++ .cvsignore	3 Sep 2009 13:55:25 -0000	1.4
@@ -1 +1 @@
-anjal-0.1.0-20090821.tar.bz2
+anjal-0.1.0-20090903.tar.bz2


Index: anjal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anjal/devel/anjal.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- anjal.spec	21 Aug 2009 15:20:32 -0000	1.4
+++ anjal.spec	3 Sep 2009 13:55:25 -0000	1.5
@@ -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/An
 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, IM
 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}%{_dat
 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 <pbrobinson at gmail.com> 0.1.0-0.8
+- New git snapshot, temporarily disable anerley
+
 * Fri Aug 21 2009 Peter Robinson <pbrobinson at gmail.com> 0.1.0-0.7
 - Add gconf schema and associated spec scriptlets
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anjal/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	21 Aug 2009 13:50:10 -0000	1.3
+++ sources	3 Sep 2009 13:55:25 -0000	1.4
@@ -1 +1 @@
-446a41434e2f6a794b9915cd1058c454  anjal-0.1.0-20090821.tar.bz2
+6416630251d0604b50a964f98d10d15f  anjal-0.1.0-20090903.tar.bz2




More information about the scm-commits mailing list