1
0
Hrvoje Senjan 2014-08-08 21:31:51 +00:00 committed by Git OBS Bridge
parent e5c91ba864
commit 6618995ab2

View File

@ -59,6 +59,8 @@ Additional CLI tools for KDE applications and workspaces.
touch %{buildroot}%{_sysconfdir}/alternatives/kdesu touch %{buildroot}%{_sysconfdir}/alternatives/kdesu
chmod +x %{buildroot}%{_sysconfdir}/alternatives/kdesu chmod +x %{buildroot}%{_sysconfdir}/alternatives/kdesu
ln -s -f %{_sysconfdir}/alternatives/kdesu %{buildroot}%{_kf5_bindir}/kdesu ln -s -f %{_sysconfdir}/alternatives/kdesu %{buildroot}%{_kf5_bindir}/kdesu
touch %{buildroot}%{_sysconfdir}/alternatives/kdesu.1%{?ext_man}
mv %{buildroot}%{_mandir}/man1/kdesu.1 %{buildroot}%{_mandir}/man1/kdesu-4.1
ln -s -f %{_sysconfdir}/alternatives/kdesu.1%{?ext_man} %{buildroot}%{_mandir}/man1/kdesu.1%{?ext_man} ln -s -f %{_sysconfdir}/alternatives/kdesu.1%{?ext_man} %{buildroot}%{_mandir}/man1/kdesu.1%{?ext_man}
%post %post
@ -94,6 +96,6 @@ fi
%{_kf5_plugindir}/ %{_kf5_plugindir}/
%ghost %{_sysconfdir}/alternatives/kdesu.1%{?ext_man} %ghost %{_sysconfdir}/alternatives/kdesu.1%{?ext_man}
%doc %{_kf5_htmldir}/ %doc %{_kf5_htmldir}/
%{_kf5_mandir}/man1/kdesu.* %{_kf5_mandir}/man1/kdesu*.*
%changelog %changelog