You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.3 KiB
58 lines
1.3 KiB
10 years ago
|
Name: kaccounts-providers
|
||
|
Version: 15.03.95
|
||
|
Release: 1%{?dist}
|
||
|
Summary: Additional service providers for KAccounts framework
|
||
|
License: GPLv2
|
||
|
URL: https://projects.kde.org/projects/kde/kdenetwork/kaccounts-providers
|
||
|
BuildArch: noarch
|
||
|
|
||
|
%global revision %(echo %{version} | cut -d. -f3)
|
||
|
%if %{revision} >= 50
|
||
|
%global stable unstable
|
||
|
%else
|
||
|
%global stable stable
|
||
|
%endif
|
||
|
Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{version}.tar.xz
|
||
|
|
||
|
BuildRequires: extra-cmake-modules
|
||
|
|
||
|
BuildRequires: intltool
|
||
|
BuildRequires: libaccounts-glib-devel
|
||
|
|
||
|
Requires: sigon-ui
|
||
|
|
||
|
%description
|
||
|
%{summary}.
|
||
|
|
||
|
%prep
|
||
|
%setup -q -n kaccounts-providers-%{version}
|
||
|
|
||
|
|
||
|
%build
|
||
|
mkdir -p %{_target_platform}
|
||
|
pushd %{_target_platform}
|
||
|
%{cmake} ..
|
||
|
popd
|
||
|
|
||
|
make %{?_smp_mflags} -C %{_target_platform}
|
||
|
|
||
|
%install
|
||
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||
|
|
||
|
%files
|
||
|
%license COPYING
|
||
|
%{_datadir}/accounts/providers/*.provider
|
||
|
%config %{_sysconfdir}/signon-ui/webkit-options.d/*
|
||
|
|
||
|
%changelog
|
||
|
* Tue Mar 21 2015 Daniel Vrátil <dvratil@redhat.com> - 15.03.95-1
|
||
|
- update to latest beta
|
||
|
- fix license
|
||
|
|
||
|
* Wed Mar 25 2015 Daniel Vrátil <dvratil@redhat.com> - 15.03.90-2
|
||
|
- use %%config
|
||
|
- use %%license instead of %%doc
|
||
|
|
||
|
* Tue Mar 17 2015 Daniel Vrátil <dvratil@redhat.com> - 15.03.90-1
|
||
|
- Initial version
|