epel9
Rex Dieter 9 years ago
parent 0313a75e55
commit 06ba97e5c9

7
.gitignore vendored

@ -1,6 +1 @@
/kaccounts-providers-15.03.95.tar.xz /kaccounts-providers-15.08.1.tar.xz
/kaccounts-providers-15.04.0.tar.xz
/kaccounts-providers-15.04.1.tar.xz
/kaccounts-providers-15.04.2.tar.xz
/kaccounts-providers-15.04.3.tar.xz
/kaccounts-providers-15.08.0.tar.xz

@ -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

@ -1 +1 @@
9bdb48a7a0b46dd785f2f1cb02e0c0bf kaccounts-providers-15.08.0.tar.xz 6fc1b1dd735d9b048b90e01e05d268b5 kaccounts-providers-15.08.1.tar.xz

Loading…
Cancel
Save