KDE Frameworks 5.7.0

epel9
Dan Vrátil 10 years ago
parent 17a93f365e
commit af2b5a78dc

1
.gitignore vendored

@ -7,3 +7,4 @@
/ktexteditor-5.4.0.tar.xz
/ktexteditor-5.5.0.tar.xz
/ktexteditor-5.6.0.tar.xz
/ktexteditor-5.7.0.tar.xz

@ -1,12 +1,12 @@
%global framework ktexteditor
Name: kf5-%{framework}
Version: 5.6.0
Release: 2%{?dist}
Version: 5.7.0
Release: 1%{?dist}
Summary: KDE Frameworks 5 Tier 3 with advanced embeddable text editor
License: LGPLv2+
URL: https://projects.kde.org/projects/frameworks/ktexteditor
URL: http://www.kde.org
%global versiondir %(echo %{version} | cut -d. -f1-2)
%global revision %(echo %{version} | cut -d. -f3)
@ -66,10 +66,7 @@ make %{?_smp_mflags} -C %{_target_platform}
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%find_lang %{name} --with-qt --all-name
# create/own plugindir
mkdir -p %{buildroot}%{_kf5_qtplugindir}/ktexteditor
%find_lang ktexteditor5_qt --with-qt --all-name
%post
@ -80,30 +77,31 @@ mkdir -p %{buildroot}%{_kf5_qtplugindir}/ktexteditor
/sbin/ldconfig
/usr/bin/update-desktop-database &> /dev/null || :
%files -f %{name}.lang
%files -f ktexteditor5_qt.lang
%doc COPYING.LIB README.md
%config %{_sysconfdir}/xdg/kate*
%{_kf5_libdir}/libKF5TextEditor.so.*
%{_kf5_plugindir}/parts/katepart.so
%{_kf5_datadir}/kservices5/katepart.desktop
%{_kf5_datadir}/kservicetypes5/*.desktop
%{_kf5_datadir}/katepart5/
%{_kf5_datadir}/kxmlgui5/katepart/
%{_kf5_qtplugindir}/ktexteditor/
%{_kf5_datadir}/katepart5/script/
%{_kf5_datadir}/katepart5/syntax/
%{_kf5_datadir}/kxmlgui5/katepart/katepart5ui.rc
%files devel
%{_kf5_libdir}/libKF5TextEditor.so
%{_kf5_libdir}/cmake/KF5TextEditor/
%{_kf5_libdir}/cmake/KF5TextEditor
%{_kf5_includedir}/ktexteditor_version.h
%{_kf5_includedir}/KTextEditor/
%{_kf5_includedir}/KTextEditor
%{_kf5_archdatadir}/mkspecs/modules/qt_KTextEditor.pri
%changelog
* Mon Feb 02 2015 Rex Dieter <rdieter@fedoraproject.org> - 5.6.0-2
- own %%{_kf5_datadir}/katepart5/, %%{_kf5_datadir}/kxmlgui5/katepart/, %%{_kf5_qtplugindir}/ktexteditor/
- better URL
- use 'make install/fast'
* Mon Feb 16 2015 Daniel Vrátil <dvratil@redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
* Mon Feb 09 2015 Daniel Vrátil <dvratil@redhat.com> - 5.7.0-1
- KDE Frameworks 5.7.0
* Thu Jan 08 2015 Daniel Vrátil <dvratil@redhat.com> - 5.6.0-1
- KDE Frameworks 5.6.0

@ -1 +1 @@
de6fa98b5a36c43c7e1b5741b476d0ed ktexteditor-5.6.0.tar.xz
9a2f27c1ee892848bde4d21aaa694d7c ktexteditor-5.7.0.tar.xz

Loading…
Cancel
Save