From 090b7a0f982941752f67cb9014a15169e06c0b12 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 03:44:19 +0100 Subject: [PATCH] update to 1.18 [release 1.18-1mamba;Sat Oct 04 2014] --- libaccounts-glib.spec | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/libaccounts-glib.spec b/libaccounts-glib.spec index a50cf00..4e00817 100644 --- a/libaccounts-glib.spec +++ b/libaccounts-glib.spec @@ -1,5 +1,5 @@ Name: libaccounts-glib -Version: 1.16 +Version: 1.18 Release: 1mamba Summary: Glib client library for the accounts and SSO (Single Sign-On) framework Group: System/Libraries @@ -7,7 +7,8 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://code.google.com/p/accounts-sso/ -Source: https://accounts-sso.googlecode.com/files/libaccounts-glib-%{version}.tar.gz +Source: https://code.google.com/p/accounts-sso.libaccounts-glib.git/%{version}/accounts-sso.libaccounts-glib-%{version}.tar.bz2 +#Source: https://accounts-sso.googlecode.com/files/libaccounts-glib-%{version}.tar.gz Patch0: libaccounts-glib-1.8-gcc-4.8.patch License: LGPL ## AUTOBUILDREQ-BEGIN @@ -52,10 +53,11 @@ This package includes the %{name} API documentation. %debug_package %prep -%setup -q +%setup -q -n accounts-sso.libaccounts-glib-%{version} %patch0 -p1 %build +./autogen.sh %configure --enable-gtk-doc %make @@ -79,9 +81,9 @@ This package includes the %{name} API documentation. %{_datadir}/xml/accounts/schema/dtd/accounts-service-type.dtd %{_datadir}/xml/accounts/schema/dtd/accounts-service.dtd %{_datadir}/backup-framework/applications/accounts.conf -%{python_sitelib}/gi/overrides/Accounts.py -%{python_sitelib}/gi/overrides/Accounts.pyc -%{python_sitelib}/gi/overrides/Accounts.pyo +%{python_sitearch}/gi/overrides/Accounts.py +%{python_sitearch}/gi/overrides/Accounts.pyc +%{python_sitearch}/gi/overrides/Accounts.pyo %doc AUTHORS COPYING %files devel @@ -105,8 +107,8 @@ This package includes the %{name} API documentation. %defattr(-,root,root) %{_bindir}/ag-backup %{_bindir}/ag-tool -%{_mandir}/man1/ag-backup.1.gz -%{_mandir}/man1/ag-tool.1.gz +%{_mandir}/man1/ag-backup.1* +%{_mandir}/man1/ag-tool.1* %files apidocs %defattr(-,root,root) @@ -114,6 +116,9 @@ This package includes the %{name} API documentation. %{_datadir}/gtk-doc/html/libaccounts-glib/* %changelog +* Sat Oct 04 2014 Silvan Calarco 1.18-1mamba +- update to 1.18 + * Sat Mar 01 2014 Automatic Build System 1.16-1mamba - automatic version update by autodist