2024-01-06 00:24:40 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
|
|
|
|
Name: kaccounts-providers
|
2024-03-29 17:58:58 +01:00
|
|
|
Version: 24.02.1
|
2024-01-06 00:24:40 +01:00
|
|
|
Release: 1mamba
|
2024-02-24 15:43:10 +01:00
|
|
|
Summary: KDE account providers plugins
|
2024-01-06 00:24:40 +01:00
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 00:24:41 +01:00
|
|
|
URL: https://kde.org/
|
2024-02-24 15:43:10 +01:00
|
|
|
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/kaccounts-providers-%{version}.tar.xz
|
2024-01-06 00:24:40 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-03-29 17:58:58 +01:00
|
|
|
BuildRequires: libaccounts-qt6-devel
|
2024-01-06 00:24:40 +01:00
|
|
|
BuildRequires: libgcc
|
2024-03-29 17:58:58 +01:00
|
|
|
BuildRequires: libglvnd-devel
|
2024-01-06 00:24:40 +01:00
|
|
|
BuildRequires: libkaccounts-integration-devel
|
2024-03-29 17:58:58 +01:00
|
|
|
BuildRequires: libkf6-kcoreaddons-devel
|
|
|
|
BuildRequires: libkf6-ki18n-devel
|
|
|
|
BuildRequires: libkf6-kio-devel
|
|
|
|
BuildRequires: libkf6-kpackage-devel
|
2024-01-06 00:24:40 +01:00
|
|
|
BuildRequires: libstdc++6-devel
|
2024-03-29 17:58:58 +01:00
|
|
|
BuildRequires: qt6-qtbase-devel
|
|
|
|
BuildRequires: qt6-qtdeclarative-devel
|
|
|
|
BuildRequires: qt6-qtpositioning-devel
|
|
|
|
BuildRequires: qt6-qtwebchannel-devel
|
|
|
|
%ifnarch %{ix86}
|
|
|
|
BuildRequires: qt6-qtwebengine-devel
|
|
|
|
%endif
|
2024-01-06 00:24:40 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
2024-02-24 15:43:10 +01:00
|
|
|
BuildRequires: kf6-rpm-macros
|
2024-01-06 00:24:40 +01:00
|
|
|
BuildRequires: extra-cmake-modules
|
2024-01-06 00:24:40 +01:00
|
|
|
BuildRequires: libkaccounts-integration-devel >= 20.04.3
|
2024-01-06 00:24:40 +01:00
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description
|
2024-02-24 15:43:10 +01:00
|
|
|
KDE account providers plugins.
|
2024-01-06 00:24:40 +01:00
|
|
|
|
|
|
|
%package -n lib%{name}
|
|
|
|
Group: System/Libraries
|
|
|
|
Summary: Shared libraries for %{name}
|
|
|
|
|
|
|
|
%description -n lib%{name}
|
|
|
|
This package contains shared libraries for %{name}.
|
|
|
|
|
|
|
|
%package -n lib%{name}-devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description -n lib%{name}-devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-02-24 15:43:10 +01:00
|
|
|
%cmake_kf6
|
|
|
|
%cmake_build
|
2024-01-06 00:24:40 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-02-24 15:43:10 +01:00
|
|
|
%cmake_install
|
2024-01-06 00:24:40 +01:00
|
|
|
|
2024-02-24 15:43:10 +01:00
|
|
|
%find_lang %{name} --with-qt --with-html --with-man --all-name || touch %{name}.lang
|
2024-01-06 00:24:40 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-02-24 15:43:10 +01:00
|
|
|
%files -f %{name}.lang
|
2024-01-06 00:24:40 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_sysconfdir}/signon-ui/webkit-options.d/accounts.google.com.conf
|
|
|
|
%{_sysconfdir}/signon-ui/webkit-options.d/api.twitter.com.conf
|
|
|
|
%{_sysconfdir}/signon-ui/webkit-options.d/identi.ca.conf
|
|
|
|
%{_sysconfdir}/signon-ui/webkit-options.d/www.facebook.com.conf
|
|
|
|
%{_datadir}/accounts/providers/kde/google.provider
|
|
|
|
%{_datadir}/accounts/providers/kde/owncloud.provider
|
2024-01-06 00:24:40 +01:00
|
|
|
%{_datadir}/accounts/services/kde/owncloud-storage.service
|
|
|
|
%dir %{_datadir}/kpackage/genericqml/org.kde.kaccounts.owncloud
|
|
|
|
%{_datadir}/kpackage/genericqml/org.kde.kaccounts.owncloud/*
|
|
|
|
%{_datadir}/icons/hicolor/256x256/apps/kaccounts-owncloud.png
|
2024-03-29 17:58:58 +01:00
|
|
|
%ifnarch %{ix86}
|
|
|
|
%{_datadir}/accounts/providers/kde/nextcloud.provider
|
|
|
|
%{_datadir}/accounts/services/kde/nextcloud-contacts.service
|
|
|
|
%{_datadir}/accounts/services/kde/nextcloud-storage.service
|
|
|
|
%dir %{_datadir}/kpackage/genericqml/org.kde.kaccounts.nextcloud
|
|
|
|
%{_datadir}/kpackage/genericqml/org.kde.kaccounts.nextcloud/*
|
2024-01-06 00:24:40 +01:00
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/kaccounts-nextcloud.svg
|
2024-03-29 17:58:58 +01:00
|
|
|
%endif
|
2024-01-06 00:24:40 +01:00
|
|
|
%doc LICENSES
|
2024-01-06 00:24:40 +01:00
|
|
|
|
|
|
|
%files -n lib%{name}
|
|
|
|
%defattr(-,root,root)
|
2024-03-29 17:58:58 +01:00
|
|
|
%ifnarch %{ix86}
|
2024-02-24 15:43:10 +01:00
|
|
|
%{_libdir}/qt6/plugins/kaccounts/ui/nextcloud_plugin_kaccounts.so
|
2024-03-29 17:58:58 +01:00
|
|
|
%endif
|
2024-02-24 15:43:10 +01:00
|
|
|
%{_libdir}/qt6/plugins/kaccounts/ui/owncloud_plugin_kaccounts.so
|
2024-01-06 00:24:40 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-03-29 17:58:58 +01:00
|
|
|
* Fri Mar 22 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Mar 06 2024 Automatic Build System <autodist@openmamba.org> 24.02.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-24 15:43:10 +01:00
|
|
|
* Thu Feb 15 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:45 +01:00
|
|
|
* Fri Dec 08 2023 Automatic Build System <autodist@mambasoft.it> 23.08.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:45 +01:00
|
|
|
* Thu Nov 09 2023 Automatic Build System <autodist@mambasoft.it> 23.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:44 +01:00
|
|
|
* Thu Oct 12 2023 Automatic Build System <autodist@mambasoft.it> 23.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:44 +01:00
|
|
|
* Thu Sep 14 2023 Automatic Build System <autodist@mambasoft.it> 23.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:44 +01:00
|
|
|
* Fri Aug 25 2023 Automatic Build System <autodist@mambasoft.it> 23.08.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:43 +01:00
|
|
|
* Fri Jul 07 2023 Automatic Build System <autodist@mambasoft.it> 23.04.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:43 +01:00
|
|
|
* Fri Jun 09 2023 Automatic Build System <autodist@mambasoft.it> 23.04.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:43 +01:00
|
|
|
* Thu May 11 2023 Automatic Build System <autodist@mambasoft.it> 23.04.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:43 +01:00
|
|
|
* Thu Apr 20 2023 Automatic Build System <autodist@mambasoft.it> 23.04.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:42 +01:00
|
|
|
* Fri Mar 03 2023 Automatic Build System <autodist@mambasoft.it> 22.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:42 +01:00
|
|
|
* Fri Feb 03 2023 Automatic Build System <autodist@mambasoft.it> 22.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:42 +01:00
|
|
|
* Thu Jan 05 2023 Automatic Build System <autodist@mambasoft.it> 22.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:41 +01:00
|
|
|
* Thu Dec 08 2022 Automatic Build System <autodist@mambasoft.it> 22.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:41 +01:00
|
|
|
* Fri Nov 04 2022 Automatic Build System <autodist@mambasoft.it> 22.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:41 +01:00
|
|
|
* Fri Oct 14 2022 Automatic Build System <autodist@mambasoft.it> 22.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:41 +01:00
|
|
|
* Thu Sep 08 2022 Automatic Build System <autodist@mambasoft.it> 22.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:41 +01:00
|
|
|
* Thu Aug 18 2022 Automatic Build System <autodist@mambasoft.it> 22.08.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:41 +01:00
|
|
|
* Fri Jul 08 2022 Automatic Build System <autodist@mambasoft.it> 22.04.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:41 +01:00
|
|
|
* Fri Jun 10 2022 Automatic Build System <autodist@mambasoft.it> 22.04.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:41 +01:00
|
|
|
* Thu May 12 2022 Automatic Build System <autodist@mambasoft.it> 22.04.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:41 +01:00
|
|
|
* Thu Apr 21 2022 Automatic Build System <autodist@mambasoft.it> 22.04.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:41 +01:00
|
|
|
* Thu Mar 03 2022 Automatic Build System <autodist@mambasoft.it> 21.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:41 +01:00
|
|
|
* Fri Feb 04 2022 Automatic Build System <autodist@mambasoft.it> 21.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:41 +01:00
|
|
|
* Thu Jan 06 2022 Automatic Build System <autodist@mambasoft.it> 21.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:41 +01:00
|
|
|
* Thu Dec 09 2021 Automatic Build System <autodist@mambasoft.it> 21.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:41 +01:00
|
|
|
* Thu Nov 04 2021 Automatic Build System <autodist@mambasoft.it> 21.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:41 +01:00
|
|
|
* Fri Oct 08 2021 Automatic Build System <autodist@mambasoft.it> 21.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:41 +01:00
|
|
|
* Thu Sep 02 2021 Automatic Build System <autodist@mambasoft.it> 21.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:41 +01:00
|
|
|
* Thu Aug 12 2021 Automatic Build System <autodist@mambasoft.it> 21.08.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:41 +01:00
|
|
|
* Thu Jul 08 2021 Automatic Build System <autodist@mambasoft.it> 21.04.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:41 +01:00
|
|
|
* Thu Jun 10 2021 Automatic Build System <autodist@mambasoft.it> 21.04.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:41 +01:00
|
|
|
* Thu May 13 2021 Automatic Build System <autodist@mambasoft.it> 21.04.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:41 +01:00
|
|
|
* Thu Apr 22 2021 Automatic Build System <autodist@mambasoft.it> 21.04.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:41 +01:00
|
|
|
* Fri Mar 05 2021 Automatic Build System <autodist@mambasoft.it> 20.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:40 +01:00
|
|
|
* Fri Feb 05 2021 Automatic Build System <autodist@mambasoft.it> 20.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:40 +01:00
|
|
|
* Thu Jan 07 2021 Automatic Build System <autodist@mambasoft.it> 20.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:40 +01:00
|
|
|
* Sun Dec 20 2020 Automatic Build System <autodist@mambasoft.it> 20.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:40 +01:00
|
|
|
* Thu Nov 05 2020 Automatic Build System <autodist@mambasoft.it> 20.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:40 +01:00
|
|
|
* Sat Oct 10 2020 Automatic Build System <autodist@mambasoft.it> 20.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:40 +01:00
|
|
|
* Thu Sep 03 2020 Automatic Build System <autodist@mambasoft.it> 20.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:40 +01:00
|
|
|
* Sat Aug 15 2020 Automatic Build System <autodist@mambasoft.it> 20.08.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:40 +01:00
|
|
|
* Sun Jul 12 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 20.04.3-2mamba
|
|
|
|
- rebuilt with libkaccounts-integration 20.04.3
|
|
|
|
|
|
|
|
* Fri Jul 10 2020 Automatic Build System <autodist@mambasoft.it> 20.04.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:40 +01:00
|
|
|
* Fri Jun 12 2020 Automatic Build System <autodist@mambasoft.it> 20.04.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:40 +01:00
|
|
|
* Fri May 15 2020 Automatic Build System <autodist@mambasoft.it> 20.04.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 00:24:40 +01:00
|
|
|
* Thu Apr 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 20.04.0-1mamba
|
|
|
|
- package created using the webbuild interface
|