update to 1.18 [release 1.18-1mamba;Sat Oct 04 2014]
This commit is contained in:
parent
574782d486
commit
090b7a0f98
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 1.18-1mamba
|
||||
- update to 1.18
|
||||
|
||||
* Sat Mar 01 2014 Automatic Build System <autodist@mambasoft.it> 1.16-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user