Compare commits
52 Commits
3.8.1-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
bd926aa8a9 | |||
e5fb1a36da | |||
bd5a3a3886 | |||
8ec2e29f1b | |||
9f299aba6a | |||
0ca521b712 | |||
212a113d5a | |||
1c9f11b6d4 | |||
22336a8eb2 | |||
c54cb32502 | |||
1404efa39c | |||
c1aed5c0a9 | |||
632344acbf | |||
eb9016e91a | |||
1b3b2d36f7 | |||
f92e6c719d | |||
76c3235ed2 | |||
3af6200d92 | |||
ed91bc1408 | |||
df1254e401 | |||
876e320e0b | |||
5e48e01b70 | |||
b528b63dce | |||
4f7603918d | |||
989dafd1c8 | |||
4e04979240 | |||
c5aef1f330 | |||
6e770d8f29 | |||
b38fd84702 | |||
fc83b71636 | |||
5cd75eacb6 | |||
ed68927cd0 | |||
2001b86341 | |||
75c4809bdf | |||
f2c1c4c90c | |||
c71d2fe936 | |||
50874082b8 | |||
b79e26f9c7 | |||
fe9eb85d60 | |||
8216fae2df | |||
2827b50d4d | |||
4646153de8 | |||
d6d8a7a9be | |||
465c9a8573 | |||
32b2f4c9be | |||
43a793ef47 | |||
943c62b5ee | |||
74bcaf07ef | |||
8025a4fc02 | |||
ee53299aff | |||
2ff4ba966a | |||
45e2ec9f6a |
@ -1,76 +1,32 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: gnome-online-accounts
|
||||
Version: 3.8.1
|
||||
Version: 3.54.2
|
||||
Release: 1mamba
|
||||
Summary: GNOME service to manage online accounts
|
||||
Group: System/Servers
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://live.gnome.org
|
||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/gnome-online-accounts/%{majver}/gnome-online-accounts-%{version}.tar.xz
|
||||
URL: https://wiki.gnome.org/
|
||||
Source: https://download.gnome.org/sources/gnome-online-accounts/%{majver}/gnome-online-accounts-%{version}.tar.xz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libdbus-devel
|
||||
BuildRequires: libdbus-glib-devel
|
||||
BuildRequires: libenchant-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libgeoclue-devel
|
||||
BuildRequires: libGL-devel
|
||||
BuildRequires: libadwaita-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgcr-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgnome-keyring-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libgst-plugins-base-devel
|
||||
BuildRequires: libgstreamer-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libICE-devel
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libjson-glib-devel
|
||||
BuildRequires: libnotify-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpixman-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libpthread-stubs-devel
|
||||
BuildRequires: libkeyutils-devel
|
||||
BuildRequires: libkrb5-devel
|
||||
BuildRequires: librest-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libsecret-devel
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: libsqlite-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libwebkit-gtk3-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libXcomposite-devel
|
||||
BuildRequires: libXcursor-devel
|
||||
BuildRequires: libXdamage-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXfixes-devel
|
||||
BuildRequires: libXi-devel
|
||||
BuildRequires: libXinerama-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libXrandr-devel
|
||||
BuildRequires: libXrender-devel
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: libXt-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: udev-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libsecret-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires: libsignon-glib-devel >= 2.1
|
||||
|
||||
%description
|
||||
GNOME Online Accounts is a framework used for GNOME applications to access the user's online accounts.
|
||||
@ -93,47 +49,54 @@ Requires: gtk-doc
|
||||
%description apidocs
|
||||
This package includes the %{name} API documentation.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --enable-gtk-doc
|
||||
%make
|
||||
%meson \
|
||||
-Dgtk_doc=true
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
#% find_lang %{name}-tpaw
|
||||
%find_lang %{name}
|
||||
|
||||
#cat %{name}-tpaw.lang >> %{name}.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/applications/org.gnome.OnlineAccounts.OAuth2.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.*.service
|
||||
%{_libdir}/libgoa-1.0.so.*
|
||||
%{_libdir}/libgoa-backend-1.0.so.*
|
||||
%{_libdir}/girepository-1.0/Goa-1.0.typelib
|
||||
%{_datadir}/gnome-online-accounts/goawebview.css
|
||||
%{_datadir}/icons/hicolor/*/apps/goa-account*.png
|
||||
%{_datadir}/dbus-1/services/org.gnome.OnlineAccounts.service
|
||||
%{_libexecdir}/goa-daemon
|
||||
%{_mandir}/man8/goa-daemon.8.gz
|
||||
%dir %{_libdir}/goa-1.0
|
||||
%{_libexecdir}/goa-*
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.online-accounts.gschema.xml
|
||||
%{_datadir}/icons/hicolor/scalable/apps/goa-account*.svg
|
||||
%{_datadir}/icons/hicolor/symbolic/apps/goa-account-*.svg
|
||||
%{_mandir}/man8/goa-daemon.8*
|
||||
%doc COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/goa-1.0
|
||||
%{_includedir}/goa-1.0/*
|
||||
%{_libdir}/libgoa-1.0.a
|
||||
%{_libdir}/libgoa-1.0.la
|
||||
%{_libdir}/libgoa-1.0.so
|
||||
%{_libdir}/libgoa-backend-1.0.a
|
||||
%{_libdir}/libgoa-backend-1.0.la
|
||||
%{_libdir}/libgoa-backend-1.0.so
|
||||
%dir %{_libdir}/goa-1.0
|
||||
%dir %{_libdir}/goa-1.0/include
|
||||
%{_libdir}/goa-1.0/include/goaconfig.h
|
||||
%{_datadir}/vala/vapi/goa-1.0.deps
|
||||
%{_datadir}/vala/vapi/goa-1.0.vapi
|
||||
%{_datadir}/gir-1.0/Goa-1.0.gir
|
||||
%{_libdir}/pkgconfig/goa-1.0.pc
|
||||
%{_libdir}/pkgconfig/goa-backend-1.0.pc
|
||||
@ -141,10 +104,202 @@ This package includes the %{name} API documentation.
|
||||
|
||||
%files apidocs
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/gtk-doc/html/goa
|
||||
%{_datadir}/gtk-doc/html/goa/*
|
||||
%dir %{_docdir}/gnome-online-accounts
|
||||
%{_docdir}/gnome-online-accounts/*
|
||||
|
||||
%changelog
|
||||
* Sun Apr 13 2025 Automatic Build System <autodist@openmamba.org> 3.54.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 16 2025 Automatic Build System <autodist@openmamba.org> 3.54.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jan 12 2025 Automatic Build System <autodist@openmamba.org> 3.52.3.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Nov 25 2024 Automatic Build System <autodist@openmamba.org> 3.52.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 20 2024 Automatic Build System <autodist@openmamba.org> 3.52.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 19 2024 Automatic Build System <autodist@openmamba.org> 3.52.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 15 2024 Automatic Build System <autodist@openmamba.org> 3.50.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Aug 04 2024 Automatic Build System <autodist@openmamba.org> 3.50.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jun 30 2024 Automatic Build System <autodist@openmamba.org> 3.50.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 26 2024 Automatic Build System <autodist@openmamba.org> 3.50.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 13 2024 Automatic Build System <autodist@openmamba.org> 3.50.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 19 2024 Automatic Build System <autodist@openmamba.org> 3.50.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 14 2024 Automatic Build System <autodist@openmamba.org> 3.48.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 18 2023 Automatic Build System <autodist@mambasoft.it> 3.48.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 10 2022 Automatic Build System <autodist@mambasoft.it> 3.46.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 31 2022 Automatic Build System <autodist@mambasoft.it> 3.44.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 19 2021 Automatic Build System <autodist@mambasoft.it> 3.40.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 22 2021 Automatic Build System <autodist@mambasoft.it> 3.40.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.38.1-1mamba
|
||||
- update to 3.38.1
|
||||
|
||||
* Sat Oct 10 2020 Automatic Build System <autodist@mambasoft.it> 3.38.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 27 2020 Automatic Build System <autodist@mambasoft.it> 3.37.90-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 11 2020 Automatic Build System <autodist@mambasoft.it> 3.36.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 08 2020 Automatic Build System <autodist@mambasoft.it> 3.35.90-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 29 2019 Automatic Build System <autodist@mambasoft.it> 3.34.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 12 2019 Automatic Build System <autodist@mambasoft.it> 3.34.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 11 2019 Automatic Build System <autodist@mambasoft.it> 3.33.92-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Mar 25 2019 Automatic Build System <autodist@mambasoft.it> 3.32.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 17 2019 Automatic Build System <autodist@mambasoft.it> 3.31.90-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 11 2019 Automatic Build System <autodist@mambasoft.it> 3.30.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 17 2019 Automatic Build System <autodist@mambasoft.it> 3.30.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 23 2018 Automatic Build System <autodist@mambasoft.it> 3.30.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Aug 13 2018 Automatic Build System <autodist@mambasoft.it> 3.28.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Nov 20 2017 Automatic Build System <autodist@mambasoft.it> 3.24.4-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Sep 06 2017 Automatic Build System <autodist@mambasoft.it> 3.24.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 03 2017 Automatic Build System <autodist@mambasoft.it> 3.24.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed May 31 2017 Automatic Build System <autodist@mambasoft.it> 3.24.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 24 2017 Automatic Build System <autodist@mambasoft.it> 3.24.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 11 2017 Automatic Build System <autodist@mambasoft.it> 3.22.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 11 2017 Automatic Build System <autodist@mambasoft.it> 3.22.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 14 2016 Automatic Build System <autodist@mambasoft.it> 3.22.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 09 2016 Automatic Build System <autodist@mambasoft.it> 3.22.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 13 2016 Automatic Build System <autodist@mambasoft.it> 3.22.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 18 2016 Automatic Build System <autodist@mambasoft.it> 3.20.4-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Thu Jul 28 2016 Automatic Build System <autodist@mambasoft.it> 3.20.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jul 12 2016 Automatic Build System <autodist@mambasoft.it> 3.20.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Apr 19 2016 Automatic Build System <autodist@mambasoft.it> 3.20.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 11 2016 Automatic Build System <autodist@mambasoft.it> 3.18.3-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Thu Nov 12 2015 Automatic Build System <autodist@mambasoft.it> 3.18.2.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 15 2015 Automatic Build System <autodist@mambasoft.it> 3.18.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 09 2015 Automatic Build System <autodist@mambasoft.it> 3.18.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 17 2015 Automatic Build System <autodist@mambasoft.it> 3.16.4.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 10 2015 Automatic Build System <autodist@mambasoft.it> 3.16.3-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed May 13 2015 Automatic Build System <autodist@mambasoft.it> 3.16.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Apr 14 2015 Automatic Build System <autodist@mambasoft.it> 3.16.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 28 2015 Automatic Build System <autodist@mambasoft.it> 3.14.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 27 2015 Automatic Build System <autodist@mambasoft.it> 3.14.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Apr 15 2014 Automatic Build System <autodist@mambasoft.it> 3.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 05 2014 Automatic Build System <autodist@mambasoft.it> 3.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 18 2014 Automatic Build System <autodist@mambasoft.it> 3.10.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 13 2013 Automatic Build System <autodist@mambasoft.it> 3.10.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 30 2013 Automatic Build System <autodist@mambasoft.it> 3.10.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jul 16 2013 Automatic Build System <autodist@mambasoft.it> 3.9.4-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed May 29 2013 Automatic Build System <autodist@mambasoft.it> 3.9.2-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed May 01 2013 Automatic Build System <autodist@mambasoft.it> 3.9.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Apr 15 2013 Automatic Build System <autodist@mambasoft.it> 3.8.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user