Bump to 0.10.5 (git)
authorPhilippe Coval <philippe.coval@eurogiciel.fr>
Tue, 19 Nov 2013 09:49:09 +0000 (10:49 +0100)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Mon, 16 Dec 2013 13:04:06 +0000 (14:04 +0100)
Bug-Tizen: TINF-175 (libgee: make it a common component)
Bug-Tizen: TZPC-4722 (libgee: maintain ... on tizen.org ...)
Change-Id: Ib6cff6038a15c664bfc2495780e56dfdd33dd775
Signed-off-by: Philippe Coval <philippe.coval@eurogiciel.fr>
packaging/libgee.spec

index 0b9af85..aefe3b2 100644 (file)
@@ -3,7 +3,7 @@
 
 
 Name:           libgee
-Version:        0.10.1
+Version:        0.10.5
 Release:        0
 Summary:        GObject-based library providing commonly used data structures
 License:        LGPL-2.1+
@@ -51,7 +51,9 @@ classes for commonly used data structures.
 
 %build
 
-%autogen \
+[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
+
+%configure \
  --disable-static
 
 make %{?jobs:-j%jobs}