epel9
Rex Dieter 8 years ago
parent 9ca1a7d064
commit d289f00b29

1
.gitignore vendored

@ -5,3 +5,4 @@
/kaccounts-integration-16.12.1.tar.xz
/kaccounts-integration-16.12.2.tar.xz
/kaccounts-integration-16.12.3.tar.xz
/kaccounts-integration-17.04.1.tar.xz

@ -1,10 +1,10 @@
Name: kaccounts-integration
Version: 16.12.3
Version: 17.04.1
Release: 1%{?dist}
Summary: Small system to administer web accounts across the KDE desktop
License: GPLv2+
URL: https://quickgit.kde.org/?p=%{name}.git
URL: https://cgit.kde.org/%{name}.git
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
@ -43,6 +43,9 @@ Requires: signon-plugin-oauth2%{?_isa}
Obsoletes: kaccounts < 15.03
Provides: kaccounts = %{version}-%{release}
# translations moved here
Conflicts: kde-l10n < 17.03
%description
Small system to administer web accounts for the sites and services
across the KDE desktop.
@ -74,13 +77,15 @@ make %{?_smp_mflags} -C %{_target_platform}
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%find_lang %{name} --all-name --with-html
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%files -f %{name}.lang
%doc README
%license COPYING
%license COPYING*
%{_kf5_qtplugindir}/kcm_kaccounts.so
%{_kf5_datadir}/kservices5/kcm_kaccounts.desktop
%{_kf5_qtplugindir}/kded_accounts.so
@ -96,6 +101,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%changelog
* Sun Jun 04 2017 Rex Dieter <rdieter@fedoraproject.org> - 17.04.1-1
- 17.04.1
* Thu Mar 09 2017 Rex Dieter <rdieter@fedoraproject.org> - 16.12.3-1
- 16.12.3

@ -1 +1 @@
SHA512 (kaccounts-integration-16.12.3.tar.xz) = f2b646b2c1b21a8990984fd447457f93ed2b9692bbdf352b9803c5a8f1b3e93909d1f1bfbf8c834e4402e86bc8518b9958121d2f568b9cd26c61056b6864690c
SHA512 (kaccounts-integration-17.04.1.tar.xz) = 1506fcd65e401f9c4a0565b55090ff3d26002b8ed857936742cd8f574932a73cc436314984bb4c1734f20ac32a805625019b1c5c3fd47b60d35ac49bc4ae323c

Loading…
Cancel
Save