Release 2.0.2
authorImran Zaman <imran.zaman@intel.com>
Fri, 22 Nov 2013 13:01:31 +0000 (15:01 +0200)
committerImran Zaman <imran.zaman@intel.com>
Fri, 22 Nov 2013 14:06:23 +0000 (16:06 +0200)
configure.ac
dists/rpm/libgsignon-glib-suse.spec
dists/rpm/libgsignon-glib-tizen.changes
dists/rpm/libgsignon-glib-tizen.spec
tools/prepare-tizen.sh

index bce7ccb..6c1be71 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.64])
 AC_INIT([libgsignon-glib],
-        [2.0.1],
+        [2.0.2],
         [http://code.google.com/p/accounts-sso/issues/entry],
         [libgsignon-glib],
         [http://code.google.com/p/accounts-sso/])
index e4556db..c8cb082 100644 (file)
@@ -3,11 +3,12 @@
 
 Name:       libgsignon-glib
 Summary:    GLib API for the SSO framework
-Version:    2.0.1
+Version:    2.0.2
 Release:    4
 Group:      System/Libraries
 License:    LGPL-2.1+
 Source:            %{name}-%{version}.tar.gz
+URL: https://01.org/gsso
 Requires: dbus-1
 Requires: gsignon
 Requires(post): /sbin/ldconfig
@@ -77,9 +78,13 @@ rm -rf %{buildroot}
 %{_datadir}/gir-1.0/gSignon-1.0.gir
 #%{_datadir}/vala/vapi/gsignon.vapi
 %{_datadir}/gtk-doc/html/%{name}/*
+%{_bindir}/gsso-example
 
 
 %changelog
+* Fri Nov 22 2013 Imran Zaman <imran.zaman@intel.com>
+- Release 2.0.2 that fixes package licensing info and added docs 
+
 * Mon Jun 24 2013 Imran Zaman <imran.zaman@intel.com>
 - Release 2.0.1 that comprises of bug fixes
 
index 582ec12..6ed2244 100644 (file)
@@ -1,3 +1,6 @@
+* Fri Nov 22 2013 Imran Zaman <imran.zaman@intel.com>
+- Release 2.0.2 that fixes package licensing info and added docs 
+
 * Mon Jun 24 2013 Imran Zaman <imran.zaman@intel.com>
 - Release 2.0.1 that comprises of bug fixes
 
index be1f9f1..9f93d3b 100644 (file)
@@ -3,11 +3,12 @@
 
 Name:       libgsignon-glib
 Summary:    GLib API for the SSO framework
-Version:    2.0.1
-Release:    3
+Version:    2.0.2
+Release:    4
 Group:      System/Libraries
 License:    LGPL-2.1+
 Source:            %{name}-%{version}.tar.gz
+URL: https://01.org/gsso
 Requires: dbus-1
 Requires: gsignon
 Requires(post): /sbin/ldconfig
@@ -69,4 +70,5 @@ rm -rf %{buildroot}
 %{_libdir}/%{name}.so
 %{_libdir}/pkgconfig/%{name}.pc
 %{_datadir}/gtk-doc/html/%{name}/*
+%{_bindir}/gsso-example
 
index 5e00ac7..d9195ea 100755 (executable)
@@ -18,7 +18,7 @@ git rm -r * && \
 tar -xzvf $1 -C $2 --strip-components 1 && \
 mkdir -p packaging && \
 cd packaging && \
-cp -f ../dists/rpm/libgsignon-glib-tizen.spec libgsignon-glib.spec && \
-cp -f ../dists/rpm/libgsignon-glib-tizen.changes libgsignon-glib.changes && \
+ln -s ../dists/rpm/libgsignon-glib-tizen.spec libgsignon-glib.spec && \
+ln -s ../dists/rpm/libgsignon-glib-tizen.changes libgsignon-glib.changes && \
 cd .. && git add *;