rpms/anerley/devel .cvsignore, 1.9, 1.10 anerley.spec, 1.15, 1.16 sources, 1.9, 1.10

Peter Robinson pbrobinson at fedoraproject.org
Wed Jan 13 21:42:49 UTC 2010


Author: pbrobinson

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

Modified Files:
	.cvsignore anerley.spec sources 
Log Message:
- Move to upstream git snapshot


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anerley/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	13 Nov 2009 16:14:31 -0000	1.9
+++ .cvsignore	13 Jan 2010 21:42:49 -0000	1.10
@@ -1 +1 @@
-anerley-0.2.0.tar.bz2
+anerley-0.2.1-20100113.tar.bz2


Index: anerley.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anerley/devel/anerley.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- anerley.spec	6 Dec 2009 14:32:12 -0000	1.15
+++ anerley.spec	13 Jan 2010 21:42:49 -0000	1.16
@@ -1,13 +1,22 @@
+# Tarfile created using git
+# git clone git://git.gnome.org/anjal
+# git archive --format=tar --prefix=anerley-0.2.1/ %{git_version} | bzip2 > anerley-0.2.1-%{gitdate}.tar.bz2
+
+%define gitdate 20100113
+%define git_version 5ee9782
+%define tarfile %{name}-%{version}-%{gitdate}.tar.bz2
+%define snapshot %{gitdate}git%{git_version}
+
 Name:           anerley
-Version:        0.2.0
-Release:        3%{?dist}
+Version:        0.2.1
+Release:        0.1%{?dist}
 Summary:        Moblin widgets for people information
 
 Group:          System Environment/Libraries
 License:        LGPLv2
 URL:            http://www.moblin.org/
-Source0:        http://git.moblin.org/cgit.cgi/%{name}/snapshot/%{name}-%{version}.tar.bz2
-Patch0:         anerley-no-self-contact.patch
+# Source0:        http://git.moblin.org/cgit.cgi/%{name}/snapshot/%{name}-%{version}.tar.bz2
+Source0:       %{tarfile}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: evolution-data-server-devel
@@ -36,7 +45,6 @@ Files for development with %{name}.
 
 %prep
 %setup -q
-%patch0 -p1 -b .no-self-contact
 
 # Don't run configure from autogen.sh
 NOCONFIGURE=true ./autogen.sh
@@ -74,6 +82,9 @@ rm -rf %{buildroot}
 %{_libdir}/*.so
 
 %changelog
+* Wed Jan 13 2010 Peter Robinson <pbrobinson at gmail.com> 0.2.1-0.1
+- Move to upstream git snapshot
+
 * Sun Dec  6 2009 Peter Robinson <pbrobinson at gmail.com> 0.2.0-3
 - Fix spec file. Damn FUDCon hotel wifi
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anerley/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	13 Nov 2009 16:14:31 -0000	1.9
+++ sources	13 Jan 2010 21:42:49 -0000	1.10
@@ -1 +1 @@
-755d131f205f83fdf599fa3b2c3b2a82  anerley-0.2.0.tar.bz2
+c71999e711930f176021643347e5e877  anerley-0.2.1-20100113.tar.bz2



More information about the scm-commits mailing list