[nemiver/f14] Update to upstream 0.9.0gtk2 release

Dodji Seketeli dodji at fedoraproject.org
Sun Sep 11 21:28:22 UTC 2011


commit 0f8b0c211fa1dc55dd19c3a4420e92f6a35f7ef2
Author: Dodji Seketeli <dodji at seketeli.org>
Date:   Sun Sep 11 23:27:23 2011 +0200

    Update to upstream 0.9.0gtk2 release

 nemiver.spec |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/nemiver.spec b/nemiver.spec
index a6e50a3..4863869 100644
--- a/nemiver.spec
+++ b/nemiver.spec
@@ -1,5 +1,5 @@
 Name:		nemiver
-Version:	0.8.2
+Version:	0.9.0gtk2
 Release:	1%{?dist}
 Summary:	A GNOME C/C++ Debugger
 
@@ -7,7 +7,16 @@ Group:		Development/Debuggers
 License:	GPLv2+
 URL:		http://projects.gnome.org/nemiver
 
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.8/%{name}-%{version}.tar.gz
+## The source of this package is maintained in the upstream git
+## repository in the gtk2-branch branch.  It is actually a backport
+## from the master into a GNOME2 based environment.  Here are the
+## instructions to get the code:
+##     git clone git://git.gnome.org/git/nemiver
+##     cd nemiver
+##     git checkout -b 0.9.0gtk2 nemiver-0.9.0gtk2
+##     ./autogen.sh && make dist
+## This should have generated the tarball in the current directory.
+Source0:	%{name}-%{version}.tar.gz
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -143,6 +152,11 @@ scrollkeeper-update -q ||:
 %{_mandir}/man?/%{name}.*
 
 %changelog
+* Sun Sep 11 2011  <dodji at seketeli.org> - 0.9.0gtk2-1
+- Update to upstream 0.9.0gtk2 version
+- Change source0 as upstream doesn't provide tarballs for this one,
+  but rather a tag on a git branch.
+
 * Sun May  8 2011  <dodji at seketeli.org> - 0.8.2-1
 - Update to new upstream release 0.8.2
 - Disable use of GSettings


More information about the scm-commits mailing list