diff options
author | CoprDistGit <infra@openeuler.org> | 2023-07-21 08:14:45 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-07-21 08:14:45 +0000 |
commit | 3e00ebcd625adb2b26fcf16ef79f4498ba62adf5 (patch) | |
tree | bc4dcc3c26d1e8f96ce48dc47e3b5c2f5f3f5b97 | |
parent | 1833093bb0d22bd00c660efbea911c5fb5d2ab65 (diff) |
automatic import of kaccounts-providersopeneuler23.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | kaccounts-providers.spec | 80 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 82 insertions, 0 deletions
@@ -0,0 +1 @@ +/kaccounts-providers-23.04.3.tar.xz diff --git a/kaccounts-providers.spec b/kaccounts-providers.spec new file mode 100644 index 0000000..c05bbd4 --- /dev/null +++ b/kaccounts-providers.spec @@ -0,0 +1,80 @@ +Name: kaccounts-providers +Version: 23.04.3 +Release: 1 +Summary: Additional service providers for KAccounts framework +License: GPLv2 +URL: https://invent.kde.org/network/%{name} + +%global revision %(echo %{version} | cut -d. -f3) +%if %{revision} >= 50 +%global stable unstable +%else +%global stable stable +%endif +Source0: http://download.kde.org/%{stable}/release-service/%{version}/src/%{name}-%{version}.tar.xz + +# handled by qt5-srpm-macros, which defines %%qt5_qtwebengine_arches +%{?qt5_qtwebengine_arches:ExclusiveArch: %{qt5_qtwebengine_arches}} + +BuildRequires: extra-cmake-modules +BuildRequires: intltool +%global majmin_ver %(echo %{version} | cut -d. -f1,2) +BuildRequires: kaccounts-integration-devel >= %{majmin_ver} +BuildRequires: kf5-kdeclarative-devel +BuildRequires: kf5-ki18n-devel +BuildRequires: kf5-kio-devel +BuildRequires: kf5-rpm-macros + +BuildRequires: pkgconfig(libaccounts-glib) +BuildRequires: pkgconfig(Qt5Gui) +BuildRequires: pkgconfig(Qt5Qml) +BuildRequires: pkgconfig(Qt5WebEngine) + +Requires: signon-ui + +# https://pagure.io/fedora-kde/SIG/issue/66 +Supplements: kaccounts-integration + +# switched to arch'd pkg +Obsoletes: kaccounts-providers < 15.12.0 + +%description +%{summary}. + + +%prep +%autosetup -p1 + + +%build +%cmake_kf5 + +%cmake_build + + +%install +%cmake_install + +%find_lang %{name} --all-name + + +%files -f %{name}.lang +%license LICENSES/* +%config %{_sysconfdir}/signon-ui/webkit-options.d/* +%{_datadir}/accounts/providers/kde/ +%dir %{_kf5_datadir}/kpackage/genericqml +%{_kf5_datadir}/kpackage/genericqml/org.kde.kaccounts.owncloud/ +%dir %{_qt5_plugindir}/kaccounts/ +%dir %{_qt5_plugindir}/kaccounts/ui/ +%{_qt5_plugindir}/kaccounts/ui/nextcloud_plugin_kaccounts.so +%{_datadir}/accounts/services/kde/ +%{_qt5_plugindir}/kaccounts/ui/owncloud_plugin_kaccounts.so +%{_kf5_metainfodir}/org.kde.kaccounts.owncloud.appdata.xml +%{_kf5_datadir}/kpackage/genericqml/org.kde.kaccounts.nextcloud/ +%{_kf5_metainfodir}/org.kde.kaccounts.nextcloud.appdata.xml +%{_kf5_datadir}/icons/hicolor/*/*/* + + +%changelog +* Fri Jul 21 2023 lichaoran <pkwarcraft@hotmail.com> - 23.04.3-1 +- Init package @@ -0,0 +1 @@ +0ed9a1014e5e4010433130c204a2fddc kaccounts-providers-23.04.3.tar.xz |