|
|
@ -1,10 +1,9 @@
|
|
|
|
Name: kaccounts-providers
|
|
|
|
Name: kaccounts-providers
|
|
|
|
Version: 15.12.0
|
|
|
|
Version: 15.12.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Additional service providers for KAccounts framework
|
|
|
|
Summary: Additional service providers for KAccounts framework
|
|
|
|
License: GPLv2
|
|
|
|
License: GPLv2
|
|
|
|
URL: https://projects.kde.org/projects/kde/kdenetwork/kaccounts-providers
|
|
|
|
URL: https://projects.kde.org/kaccounts-providers
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
%global revision %(echo %{version} | cut -d. -f3)
|
|
|
|
%if %{revision} >= 50
|
|
|
|
%if %{revision} >= 50
|
|
|
@ -18,10 +17,14 @@ BuildRequires: cmake
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: kaccounts-integration-devel >= 15.08
|
|
|
|
BuildRequires: kaccounts-integration-devel >= 15.08
|
|
|
|
|
|
|
|
BuildREquires: kf5-kdeclarative-devel
|
|
|
|
BuildRequires: pkgconfig(libaccounts-glib)
|
|
|
|
BuildRequires: pkgconfig(libaccounts-glib)
|
|
|
|
BuildRequires: pkgconfig(Qt5Gui)
|
|
|
|
BuildRequires: pkgconfig(Qt5Gui)
|
|
|
|
|
|
|
|
|
|
|
|
Requires: signon-ui
|
|
|
|
Requires: signon-ui%{?_isa}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# switched to arch'd pkg
|
|
|
|
|
|
|
|
Obsoletes: kaccounts-provides < 15.12.0
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
%{summary}.
|
|
|
@ -33,7 +36,7 @@ Requires: signon-ui
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
mkdir %{_target_platform}
|
|
|
|
mkdir %{_target_platform}
|
|
|
|
pushd %{_target_platform}
|
|
|
|
pushd %{_target_platform}
|
|
|
|
%{cmake} ..
|
|
|
|
%{cmake_kf5} ..
|
|
|
|
popd
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
@ -45,8 +48,11 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license COPYING
|
|
|
|
%license COPYING
|
|
|
|
%{_datadir}/accounts/providers/*.provider
|
|
|
|
|
|
|
|
%config %{_sysconfdir}/signon-ui/webkit-options.d/*
|
|
|
|
%config %{_sysconfdir}/signon-ui/webkit-options.d/*
|
|
|
|
|
|
|
|
%{_datadir}/accounts/providers/*.provider
|
|
|
|
|
|
|
|
%dir %{_kf5_datadir}/kpackage/genericqml
|
|
|
|
|
|
|
|
%{_qt5_plugindir}/kaccounts/ui/owncloud_plugin_kaccounts.so
|
|
|
|
|
|
|
|
%{_kf5_datadir}/kpackage/genericqml/org.kde.kaccounts.owncloud/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|