SHA256
1
0
forked from pool/kcoreaddons
Hrvoje Senjan
2014-08-07 20:54:58 +00:00
committed by Git OBS Bridge
parent 6f318b1b4d
commit 2d5e8b73fe
2 changed files with 6 additions and 6 deletions

View File

@@ -4,6 +4,9 @@ Sat Aug 2 10:20:07 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.1.0
* For more details please see:
http://www.kde.org/announcements/kde-frameworks-5.1.php
- Harden required Qt5 libs versions
- Pass the location of lconvert executable
- Don't own standard directories
-------------------------------------------------------------------
Tue Jul 1 21:35:50 UTC 2014 - hrvoje.senjan@gmail.com

View File

@@ -47,6 +47,7 @@ replacement, accessing user information and many more.
Summary: Utilities for core application functionality and accessing the OS
Group: System/GUI/KDE
Recommends: %{name} = %{version}
%requires_ge libQt5Core5
%description -n %lname
KCoreAddons provides classes built on top of QtCore to perform various tasks
@@ -74,7 +75,7 @@ replacement, accessing user information and many more. Development files.
#rm -rf po/{af,pl,si}
%build
%cmake_kf5 -d build
%cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
%make_jobs
%install
@@ -98,8 +99,6 @@ replacement, accessing user information and many more. Development files.
%files
%defattr(-,root,root)
%doc COPYING* README*
%dir %{_kf5_sharedir}/mime
%dir %{_kf5_sharedir}/mime/packages
%{_kf5_appsdir}/mime/packages/kde5.xml
%files -n %lname
@@ -111,9 +110,7 @@ replacement, accessing user information and many more. Development files.
%defattr(-,root,root)
%{_kf5_libdir}/libKF5CoreAddons.so
%{_kf5_libdir}/cmake/KF5CoreAddons/
%dir %{_kf5_includedir}/*/
%{_kf5_includedir}/*/
%{_kf5_includedir}/*.h
%{_kf5_includedir}/
%{_kf5_mkspecsdir}/qt_KCoreAddons.pri
%changelog