2024-01-06 03:44:19 +01:00
|
|
|
Name: libaccounts-glib
|
2024-01-06 03:44:20 +01:00
|
|
|
Version: 1.26
|
2024-01-06 03:44:21 +01:00
|
|
|
Release: 2mamba
|
2024-01-06 03:44:19 +01:00
|
|
|
Summary: Glib client library for the accounts and SSO (Single Sign-On) framework
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 03:44:20 +01:00
|
|
|
URL: https://code.google.com/archive/p/accounts-sso
|
2024-01-06 03:44:20 +01:00
|
|
|
Source: https://gitlab.com/accounts-sso/libaccounts-glib.git/%{version}/libaccounts-glib-%{version}.tar.bz2
|
2024-01-06 03:44:19 +01:00
|
|
|
Patch0: libaccounts-glib-1.8-gcc-4.8.patch
|
|
|
|
License: LGPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libglib-devel
|
2024-01-06 03:44:21 +01:00
|
|
|
BuildRequires: libpython311-devel
|
2024-01-06 03:44:19 +01:00
|
|
|
BuildRequires: libsqlite-devel
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 03:44:21 +01:00
|
|
|
BuildRequires: python3 >= 3.11
|
2024-01-06 03:44:19 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Glib client library for the accounts and SSO (Single Sign-On) framework for Linux and POSIX based platforms.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-06 03:44:20 +01:00
|
|
|
Requires: pkg-config
|
2024-01-06 03:44:19 +01:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
%package tools
|
|
|
|
Group: Applications/Security
|
|
|
|
Summary: Utility applications for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description tools
|
|
|
|
This package contains utility applications for %{name}.
|
|
|
|
|
|
|
|
%package apidocs
|
|
|
|
Group: Documentation
|
|
|
|
Summary: %{name} API documentation
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires: gtk-doc
|
|
|
|
|
|
|
|
%description apidocs
|
|
|
|
This package includes the %{name} API documentation.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
2024-01-06 03:44:20 +01:00
|
|
|
%setup -q
|
2024-01-06 03:44:19 +01:00
|
|
|
%patch0 -p1
|
|
|
|
|
|
|
|
%build
|
2024-01-06 03:44:20 +01:00
|
|
|
%meson
|
2024-01-06 03:44:20 +01:00
|
|
|
|
|
|
|
%meson_build
|
2024-01-06 03:44:19 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 03:44:20 +01:00
|
|
|
%meson_install
|
2024-01-06 03:44:19 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libaccounts-glib.so.*
|
|
|
|
%{_libdir}/girepository-1.0/Accounts-1.0.typelib
|
|
|
|
%{_datadir}/dbus-1/interfaces/com.google.code.AccountsSSO.Accounts.Manager.xml
|
|
|
|
%{_datadir}/xml/accounts/schema/dtd/accounts-application.dtd
|
|
|
|
%{_datadir}/xml/accounts/schema/dtd/accounts-provider.dtd
|
|
|
|
%{_datadir}/xml/accounts/schema/dtd/accounts-service-type.dtd
|
|
|
|
%{_datadir}/xml/accounts/schema/dtd/accounts-service.dtd
|
2024-01-06 03:44:20 +01:00
|
|
|
%{_datadir}/gettext/its/accounts-*
|
|
|
|
%{python3_sitearch}/gi/overrides/Accounts.py
|
|
|
|
%doc COPYING
|
2024-01-06 03:44:19 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/libaccounts-glib
|
|
|
|
%{_includedir}/libaccounts-glib/*.h
|
2024-01-06 03:44:20 +01:00
|
|
|
#%{_libdir}/libaccounts-glib.la
|
2024-01-06 03:44:19 +01:00
|
|
|
%{_libdir}/libaccounts-glib.so
|
|
|
|
%{_libdir}/pkgconfig/libaccounts-glib.pc
|
|
|
|
%{_datadir}/gir-1.0/Accounts-1.0.gir
|
2024-01-06 03:44:20 +01:00
|
|
|
#%dir %{_libdir}/libaccounts-glib
|
|
|
|
#%{_libdir}/libaccounts-glib/*
|
|
|
|
#%dir %{_datadir}/libaccounts-glib
|
|
|
|
#%dir %{_datadir}/libaccounts-glib/testdata/
|
|
|
|
#%{_datadir}/libaccounts-glib/testdata/*
|
2024-01-06 03:44:19 +01:00
|
|
|
%{_datadir}/vala/vapi/libaccounts-glib.deps
|
|
|
|
%{_datadir}/vala/vapi/libaccounts-glib.vapi
|
2024-01-06 03:44:20 +01:00
|
|
|
%doc NEWS
|
2024-01-06 03:44:19 +01:00
|
|
|
|
|
|
|
%files tools
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/ag-backup
|
|
|
|
%{_bindir}/ag-tool
|
2024-01-06 03:44:20 +01:00
|
|
|
#%{_mandir}/man1/ag-backup.1*
|
|
|
|
#%{_mandir}/man1/ag-tool.1*
|
2024-01-06 03:44:19 +01:00
|
|
|
|
|
|
|
%files apidocs
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_datadir}/gtk-doc/html/libaccounts-glib
|
|
|
|
%{_datadir}/gtk-doc/html/libaccounts-glib/*
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 03:44:21 +01:00
|
|
|
* Wed Oct 18 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.26-2mamba
|
|
|
|
- rebuilt with python3 == 3.11
|
|
|
|
|
2024-01-06 03:44:20 +01:00
|
|
|
* Sun Sep 04 2022 Automatic Build System <autodist@mambasoft.it> 1.26-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:44:20 +01:00
|
|
|
* Wed Apr 28 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.25-2mamba
|
|
|
|
- depend on python 3.7; clone source with tag, not master
|
|
|
|
|
2024-01-06 03:44:20 +01:00
|
|
|
* Thu Apr 16 2020 Automatic Build System <autodist@mambasoft.it> 1.25-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Jan 28 2019 Automatic Build System <autodist@mambasoft.it> 1.24-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:44:20 +01:00
|
|
|
* Thu Sep 29 2016 Automatic Build System <autodist@mambasoft.it> 1.23-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 03:44:20 +01:00
|
|
|
* Wed Jul 27 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.22.20160727git-1mamba
|
|
|
|
- update to 1.22.20160727git
|
|
|
|
|
2024-01-06 03:44:19 +01:00
|
|
|
* Sat Oct 04 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.18-1mamba
|
|
|
|
- update to 1.18
|
|
|
|
|
2024-01-06 03:44:19 +01:00
|
|
|
* Sat Mar 01 2014 Automatic Build System <autodist@mambasoft.it> 1.16-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Jan 01 2014 Automatic Build System <autodist@mambasoft.it> 1.15-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Oct 29 2013 Automatic Build System <autodist@mambasoft.it> 1.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Jun 04 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8-2mamba
|
|
|
|
- python 2.7 rebuild
|
|
|
|
|
|
|
|
* Wed Apr 10 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8-1mamba
|
|
|
|
- package created by silvan using the webbuild interface
|