|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: kaccounts-providers
|
|
|
|
Name: kaccounts-providers
|
|
|
|
Version: 15.08.0
|
|
|
|
Version: 15.08.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Additional service providers for KAccounts framework
|
|
|
|
Summary: Additional service providers for KAccounts framework
|
|
|
|
License: GPLv2
|
|
|
|
License: GPLv2
|
|
|
@ -14,10 +14,12 @@ BuildArch: noarch
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{version}.tar.xz
|
|
|
|
Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: libaccounts-glib-devel
|
|
|
|
BuildRequires: kaccounts-integration-devel
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(libaccounts-glib)
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(Qt5Gui)
|
|
|
|
|
|
|
|
|
|
|
|
Requires: signon-ui
|
|
|
|
Requires: signon-ui
|
|
|
|
|
|
|
|
|
|
|
@ -29,22 +31,28 @@ Requires: signon-ui
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
mkdir -p %{_target_platform}
|
|
|
|
mkdir %{_target_platform}
|
|
|
|
pushd %{_target_platform}
|
|
|
|
pushd %{_target_platform}
|
|
|
|
%{cmake} ..
|
|
|
|
%{cmake} ..
|
|
|
|
popd
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
make %{?_smp_mflags} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license COPYING
|
|
|
|
%license COPYING
|
|
|
|
%{_datadir}/accounts/providers/*.provider
|
|
|
|
%{_datadir}/accounts/providers/*.provider
|
|
|
|
%config %{_sysconfdir}/signon-ui/webkit-options.d/*
|
|
|
|
%config %{_sysconfdir}/signon-ui/webkit-options.d/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Sep 28 2015 Rex Dieter <rdieter@fedoraproject.org> 15.08.1-1
|
|
|
|
|
|
|
|
- 15.08.1
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 20 2015 Than Ngo <than@redhat.com> - 15.08.0-1
|
|
|
|
* Thu Aug 20 2015 Than Ngo <than@redhat.com> - 15.08.0-1
|
|
|
|
- 15.08.0
|
|
|
|
- 15.08.0
|
|
|
|
|
|
|
|
|
|
|
|