Accepting request 254429 from KDE:Frameworks5
Remove ktrash and kio_trash, merged in KIO framework since 5.3.0 OBS-URL: https://build.opensuse.org/request/show/254429 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio-extras5?expand=0&rev=10
This commit is contained in:
parent
7ccb7e22e1
commit
9321f3c4cf
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 4 18:33:11 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Remove ktrash and kio_trash, merged in KIO framework since 5.3.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 26 09:14:10 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -79,6 +79,7 @@ sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt
|
||||
# nor are meant for development
|
||||
rm -rf %{buildroot}%{_kf5_sharedir}/dbus-1/
|
||||
rm -rf %{buildroot}%{_kf5_libdir}/libmolletnetwork.so
|
||||
find %{buildroot} -type f -name '*trash*' -exec rm -fv {} ';'
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
@ -86,7 +87,6 @@ sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_kf5_bindir}/ktrash5
|
||||
%{_kf5_libdir}/libmolletnetwork.so.*
|
||||
%{_kf5_plugindir}/
|
||||
%{_kf5_configkcfgdir}/
|
||||
|
Loading…
Reference in New Issue
Block a user