2024-01-06 00:24:40 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
|
|
|
|
Name: kaccounts-providers
|
2024-01-06 00:24:41 +01:00
|
|
|
Version: 21.12.2
|
2024-01-06 00:24:40 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 00:24:40 +01:00
|
|
|
Summary: KDE Frameworks 5 account providers plugins
|
|
|
|
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-01-06 00:24:40 +01:00
|
|
|
Source: https://download.kde.org/stable/release-service/%{version}/src/kaccounts-providers-%{version}.tar.xz
|
|
|
|
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 00:24:41 +01:00
|
|
|
BuildRequires: libQt5Positioning-devel
|
|
|
|
BuildRequires: libQt5WebChannel-devel
|
2024-01-06 00:24:40 +01:00
|
|
|
BuildRequires: libQt5WebEngine-devel
|
|
|
|
BuildRequires: libaccounts-qt5-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libkaccounts-integration-devel
|
|
|
|
BuildRequires: libkconfig-devel
|
|
|
|
BuildRequires: libkcoreaddons-devel
|
|
|
|
BuildRequires: libkdeclarative-devel
|
|
|
|
BuildRequires: libki18n-devel
|
|
|
|
BuildRequires: libkio-devel
|
|
|
|
BuildRequires: libkpackage-devel
|
|
|
|
BuildRequires: libkservice-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
2024-01-06 00:24:41 +01:00
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
BuildRequires: qt5-qtdeclarative-devel
|
2024-01-06 00:24:40 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: rpm-macros-kde5
|
|
|
|
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
|
|
|
|
KDE Frameworks 5 account providers plugins.
|
|
|
|
|
|
|
|
%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
|
|
|
|
%cmake_kde5 -d build
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
|
|
|
%find_lang %{name}5_qt --with-qt --with-html --with-man --all-name || touch %{name}5_qt.lang
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f %{name}5_qt.lang
|
|
|
|
%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/nextcloud.provider
|
|
|
|
%{_datadir}/accounts/providers/kde/owncloud.provider
|
|
|
|
%{_datadir}/accounts/services/kde/nextcloud-contacts.service
|
|
|
|
%{_datadir}/accounts/services/kde/nextcloud-storage.service
|
2024-01-06 00:24:40 +01:00
|
|
|
%{_datadir}/accounts/services/kde/owncloud-storage.service
|
|
|
|
%dir %{_datadir}/kpackage/genericqml/org.kde.kaccounts.nextcloud
|
|
|
|
%{_datadir}/kpackage/genericqml/org.kde.kaccounts.nextcloud/*
|
|
|
|
%dir %{_datadir}/kpackage/genericqml/org.kde.kaccounts.owncloud
|
|
|
|
%{_datadir}/kpackage/genericqml/org.kde.kaccounts.owncloud/*
|
|
|
|
%{_datadir}/metainfo/org.kde.kaccounts.*.appdata.xml
|
|
|
|
%{_datadir}/icons/hicolor/256x256/apps/kaccounts-owncloud.png
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/kaccounts-nextcloud.svg
|
|
|
|
%doc LICENSES
|
2024-01-06 00:24:40 +01:00
|
|
|
|
|
|
|
%files -n lib%{name}
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/qt5/plugins/kaccounts/ui/nextcloud_plugin_kaccounts.so
|
|
|
|
%{_libdir}/qt5/plugins/kaccounts/ui/owncloud_plugin_kaccounts.so
|
|
|
|
|
|
|
|
%changelog
|
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
|