Release 0.0.3-1
[platform/upstream/gsignond.git] / dists / rpm / gsignond-suse.spec
index 1776ee4..4d3a473 100644 (file)
@@ -6,11 +6,12 @@
 
 Name: gsignond
 Summary: GLib based Single Sign-On daemon
-Version: 0.0.2
-Release: 9
+Version: 0.0.3
+Release: 1
 Group: System/Daemons
-License: LGPL
+License: LGPL-2.1+
 Source: %{name}-%{version}.tar.gz
+Provides: gsignon
 %if %{dbus_type} != "p2p"
 Requires: dbus-1
 %endif
@@ -39,6 +40,15 @@ Requires:   %{name} = %{version}-%{release}
 %{summary}.
 
 
+%package doc
+Summary:    Documentation files for %{name}
+Group:      Development/Libraries
+Requires:   %{name} = %{version}-%{release}
+
+%description doc
+%{summary}.
+
+
 %prep
 %setup -q -n %{name}-%{version}
 #gtkdocize
@@ -71,6 +81,7 @@ rm -rf %{buildroot}
 %post
 /sbin/ldconfig
 chmod u+s %{_bindir}/%{name}
+groupadd -f -r gsignond
 
 
 %postun -p /sbin/ldconfig
@@ -89,6 +100,7 @@ chmod u+s %{_bindir}/%{name}
 %endif
 %exclude %{_libdir}/gsignond/extensions/*.la
 %exclude %{_libdir}/gsignond/plugins/*.la
+%config(noreplace) %{_sysconfdir}/gsignond.conf
 
 
 %files devel
@@ -102,7 +114,17 @@ chmod u+s %{_bindir}/%{name}
 %endif
 
 
+%files doc
+%defattr(-,root,root,-)
+%{_datadir}/gtk-doc/html/gsignond/*
+
+
 %changelog
+* Thu Aug 22 2013 Amarnath Valluri <amarnath.valluri@linux.intel.com>
+- Release 0.0.3
+- Bug fixes in UI interaction
+- Documentation support
+
 * Mon Jun 24 2013 Imran Zaman <imran.zaman@intel.com>
 - Release 0.0.2 that comprises of bug fixes