Bump to version 0.18
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Tue, 23 Dec 2014 12:33:49 +0000 (13:33 +0100)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 14 Jan 2015 16:51:48 +0000 (17:51 +0100)
Bug-Tizen: TC-2236
Change-Id: Idc86f059ea75249a3a253f6f025dca7d45e9d187
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
packaging/libsecret.spec

index 355d4d0..44fd2eb 100644 (file)
@@ -1,8 +1,8 @@
 %define have_lang 1
-%define baseline 0.15
+%define baseline 0.18
 
 Name:           libsecret
-Version:        0.15
+Version:        0.18
 Release:        0
 Summary:        Library for accessing the Secret Service API
 License:        LGPL-2.1+
@@ -39,16 +39,6 @@ secrets. It communicates with the "Secret Service" using DBus.
 
 This package provides the GObject Introspection bindings for libsecret.
 
-%package -n typelib-SecretUnstable
-Summary:        Library for accessing the Secret Service API -- Introspection bindings
-Group:          System/Libraries
-
-%description -n typelib-SecretUnstable
-libsecret is a library for storing and retrieving passwords and other
-secrets. It communicates with the "Secret Service" using DBus.
-
-This package provides the GObject Introspection bindings for libsecret.
-
 %package tools
 Summary:        Library for accessing the Secret Service API -- Tools
 Group:          System/Libraries
@@ -62,7 +52,6 @@ Summary:        Library for accessing the Secret Service API -- Development File
 Group:          Development/Libraries
 Requires:       libsecret = %{version}-%{release}
 Requires:       typelib-Secret = %{version}-%{release}
-Requires:       typelib-SecretUnstable = %{version}-%{release}
 
 %description devel
 libsecret is a library for storing and retrieving passwords and other
@@ -88,6 +77,8 @@ rm -rf %{buildroot}%{_datadir}/locales/*
 
 %postun -p /sbin/ldconfig
 
+%docs_package
+
 %files 
 %defattr (-, root, root)
 %license COPYING
@@ -97,10 +88,6 @@ rm -rf %{buildroot}%{_datadir}/locales/*
 %defattr(-,root,root)
 %{_libdir}/girepository-1.0/Secret-1.typelib
 
-%files -n typelib-SecretUnstable
-%defattr(-,root,root)
-%{_libdir}/girepository-1.0/SecretUnstable-0.typelib
-
 %files tools
 %defattr(-,root,root)
 %{_bindir}/secret-tool
@@ -113,11 +100,5 @@ rm -rf %{buildroot}%{_datadir}/locales/*
 %{_libdir}/pkgconfig/libsecret-unstable.pc
 %{_includedir}/libsecret-1/
 %{_datadir}/gir-1.0/Secret-1.gir
-%{_datadir}/gir-1.0/SecretUnstable-0.gir
-%dir %{_datadir}/vala/vapi
 %{_datadir}/vala/vapi/libsecret-1.deps
 %{_datadir}/vala/vapi/libsecret-1.vapi
-%{_datadir}/vala/vapi/libsecret-unstable.deps
-%{_datadir}/vala/vapi/libsecret-unstable.vapi
-%{_datadir}/vala/vapi/mock-service-0.vapi
-