[nemiver/f15] Drop gtk2 version suffix to fix updgrade to F16

Dodji Seketeli dodji at fedoraproject.org
Sun Sep 18 13:35:42 UTC 2011


commit 159ae270beb674d0765294676f7bb00d949ecaad
Author: Dodji Seketeli <dodji at seketeli.org>
Date:   Sun Sep 18 15:27:49 2011 +0200

    Drop gtk2 version suffix to fix updgrade to F16

 nemiver.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/nemiver.spec b/nemiver.spec
index 2ac5fa2..6f173d3 100644
--- a/nemiver.spec
+++ b/nemiver.spec
@@ -1,5 +1,5 @@
 Name:		nemiver
-Version:	0.9.0gtk2
+Version:	0.9.0
 Release:	1%{?dist}
 Summary:	A GNOME C/C++ Debugger
 
@@ -16,7 +16,7 @@ URL:		http://projects.gnome.org/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
+Source0:	%{name}-%{version}gtk2.tar.gz
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -71,7 +71,7 @@ backend which uses the well known GNU Debugger (gdb) to debug C/C++ programs.
 The yelp package must be installed to make use of Nemiver's documentation.
 
 %prep
-%setup -q
+%setup -n %{name}-%{version}gtk2
 
 %build
 %configure --disable-static --disable-schemas-install		\
@@ -133,6 +133,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
 %{_mandir}/man?/%{name}.*
 
 %changelog
+* Sun Sep 18 2011  <dodji at seketeli.org> - 0.9.0-1
+- Drop the gtk2 release suffix to fix upgrading to F16
+- Ajusted Source0 and %%setup script accordingly
+
 * Sun Sep 11 2011  <dodji at redhat.com> - 0.9.0gtk2-1
 - Update to 0.9.0gtk2 upstream version
 


More information about the scm-commits mailing list