rpms/anjal/devel .cvsignore, 1.9, 1.10 anjal.spec, 1.12, 1.13 sources, 1.9, 1.10

Peter Robinson pbrobinson at fedoraproject.org
Wed Dec 2 03:37:08 UTC 2009


Author: pbrobinson

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

Modified Files:
	.cvsignore anjal.spec sources 
Log Message:
- Update to git snapshot for evolution 2.29 release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anjal/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	19 Oct 2009 16:48:16 -0000	1.9
+++ .cvsignore	2 Dec 2009 03:37:08 -0000	1.10
@@ -1 +1 @@
-anjal-0.1.tar.bz2
+anjal-0.2.0-20091202.tar.bz


Index: anjal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anjal/devel/anjal.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- anjal.spec	21 Oct 2009 22:34:29 -0000	1.12
+++ anjal.spec	2 Dec 2009 03:37:08 -0000	1.13
@@ -1,13 +1,23 @@
-Name:           anjal
-Version:        0.1.0
-Release:        1%{?dist}
-Summary:        An email client for small screen devices
-
-Group:          Applications/Productivity
-License:        LGPLv2 or LGPLv3
-URL:            http://live.gnome.org/Anjal/
-Source0:        ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.1/%{name}-0.1.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+# Tarfile created using git
+# git clone git://git.gnome.org/anjal
+# git archive --format=tar --prefix=anjal-0.2.0/ %{git_version} | bzip2 > anjal-0.1.0-%{gitdate}.tar.bz2
+
+%define gitdate 20091202
+%define git_version 224e189
+%define tarfile %{name}-%{version}-%{gitdate}.tar.bz2
+%define snapshot %{gitdate}git%{git_version}
+
+Name:          anjal
+Version:       0.2.0
+Release:       0.1%{?dist}
+Summary:       An email client for small screen devices
+
+Group:         Applications/Productivity
+License:       LGPLv2 or LGPLv3
+URL:           http://live.gnome.org/Anjal/
+# Source0:       ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.1/%{name}-0.1.tar.bz2
+Source0:       %{tarfile}
+BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: anerley-devel
 BuildRequires: clutter-devel
@@ -36,7 +46,10 @@ folders, new mail and config. Being base
 all the mail backends including POP3, IMAP4, Exchange and GroupWare.
 
 %prep
-%setup -q -n %{name}-0.1
+%setup -q
+
+# run autogen.sh until we have a proper release
+NOCONFIGURE=yes ./autogen.sh
 
 %build
 %configure --with-mozilla=no --with-anerley
@@ -83,6 +96,9 @@ rm -rf %{buildroot}
 %{_datadir}/gnome-control-center/default-apps/anjal.xml
 
 %changelog
+* Wed Dec  2 2009 Peter Robinson <pbrobinson at gmail.com> 0.2.0-0.1
+- Update to git snapshot for evolution 2.29 release
+
 * Wed Oct 21 2009 Peter Robinson <pbrobinson at gmail.com> 0.1.0-1
 - Fix versioning
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anjal/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	19 Oct 2009 16:48:16 -0000	1.9
+++ sources	2 Dec 2009 03:37:08 -0000	1.10
@@ -1 +1 @@
-50887a7663da8a3ecc6058e4b922efdc  anjal-0.1.tar.bz2
+31a5cdfed24ea4fa74d558dbca80c9cf  anjal-0.2.0-20091202.tar.bz




More information about the fedora-extras-commits mailing list