Provide /usr/bin/kdesu (previously provided by kde-runtime)

epel9
Dan Vrátil 10 years ago
parent 6d06139354
commit 56c22a457b

@ -1,6 +1,6 @@
Name: kde-cli-tools Name: kde-cli-tools
Version: 5.2.0 Version: 5.2.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: Tools based on KDE Frameworks 5 to better interact with the system Summary: Tools based on KDE Frameworks 5 to better interact with the system
License: GPLv2+ License: GPLv2+
@ -31,7 +31,7 @@ BuildRequires: kf5-kwindowsystem-devel
Requires: kf5-filesystem Requires: kf5-filesystem
Provides: kdesu = %{version}-%{release} Provides: kdesu
%description %description
Provides several KDE and Plasma specific command line tools to allow Provides several KDE and Plasma specific command line tools to allow
@ -52,6 +52,7 @@ make %{?_smp_mflags} -C %{_target_platform}
make install/fast DESTDIR=%{buildroot} -C %{_target_platform} make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%find_lang kdeclitools_qt --with-qt --with-kde --all-name %find_lang kdeclitools_qt --with-qt --with-kde --all-name
ln -s %{_libexecdir}/kdesu %{buildroot}%{_bindir}/kdesu
%files -f kdeclitools_qt.lang %files -f kdeclitools_qt.lang
%{_bindir}/kcmshell5 %{_bindir}/kcmshell5
@ -73,6 +74,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%{_datadir}/doc/HTML/en/kdesu %{_datadir}/doc/HTML/en/kdesu
%changelog %changelog
* Thu Jan 29 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.0-2
- Provide kdesu symlink in /usr/bin (instead of kde-runtime)
* Mon Jan 26 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.0-1 * Mon Jan 26 2015 Daniel Vrátil <dvratil@redhat.com> - 5.2.0-1
- Plasma 5.2.0 - Plasma 5.2.0

Loading…
Cancel
Save