SHA256
1
0
forked from pool/kcoreaddons
Hrvoje Senjan 2014-05-05 01:08:45 +00:00 committed by Git OBS Bridge
parent 796d44fcf5
commit cf819a8014
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d8ba6619e3ad291b9f97ccfb8396dab0b3b7e91b03f8d714d504d3635b261502
size 2873672

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun May 4 01:41:03 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 4.99.0
* API improvements and cleanups
* Buildsystem fixes
* For more details please see:
http://www.kde.org/announcements/announce-frameworks5-beta2.php
-------------------------------------------------------------------
Sat Mar 29 19:47:25 UTC 2014 - hrvoje.senjan@gmail.com

View File

@ -44,6 +44,8 @@ Summary: Utilities for core application functionality and accessing the O
Group: System/GUI/KDE
Requires: shared-mime-info
Recommends: %{name} = %{version}
Provides: %{name} = %{version}
Recommends: %{name}-lang = %{version}
%description -n %lname
KCoreAddons provides classes built on top of QtCore to perform various tasks
@ -65,8 +67,10 @@ such as manipulating mime types, autosaving files, creating backup files,
generating random sequences, performing text manipulations such as macro
replacement, accessing user information and many more. Development files.
%lang_package
%prep
%setup -q
rm -rf po/{af,pl,si}
%build
%cmake_kf5 -d build
@ -76,6 +80,8 @@ replacement, accessing user information and many more. Development files.
%kf5_makeinstall -C build
%fdupes -s %{buildroot}
%find_lang %{name}5 --with-qt --without-mo
%post -n %lname -p /sbin/ldconfig
%post
@ -86,6 +92,8 @@ replacement, accessing user information and many more. Development files.
%postun
%{_bindir}/update-mime-database %{_kf5_sharedir}/mime &> /dev/null || :
%files lang -f %{name}5.lang
%files
%defattr(-,root,root)
%doc COPYING* README*