This commit is contained in:
parent
2a13e42ff1
commit
2b34819525
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 11 22:45:26 UTC 2017 - christophe@krop.fr
|
||||||
|
|
||||||
|
- Update to KDE Applications 17.08.0
|
||||||
|
* New feature release
|
||||||
|
* https://www.kde.org/announcements/announce-applications-17.08.0.php
|
||||||
|
- Changes since 17.04.3 :
|
||||||
|
* Update copyright + fix hdpi support
|
||||||
|
* Fix clazy warning
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 5 18:17:39 UTC 2017 - christophe@krop.fr
|
Sat Aug 5 18:17:39 UTC 2017 - christophe@krop.fr
|
||||||
|
|
||||||
|
@ -22,12 +22,12 @@ Name: keditbookmarks
|
|||||||
Version: 17.07.90
|
Version: 17.07.90
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
Summary: KDE Bookmark Editor
|
Summary: KDE Bookmark Editor
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org/
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: kbookmarks-devel >= 5.24.0
|
BuildRequires: kbookmarks-devel >= 5.24.0
|
||||||
@ -43,7 +43,9 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(Qt5Core) >= 5.4.0
|
BuildRequires: pkgconfig(Qt5Core) >= 5.4.0
|
||||||
BuildRequires: pkgconfig(Qt5Test) >= 5.4.0
|
BuildRequires: pkgconfig(Qt5Test) >= 5.4.0
|
||||||
|
%if %{with lang}
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -73,15 +75,15 @@ This is an editor to edit your KDE-wide bookmark set.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING*
|
%doc COPYING*
|
||||||
|
%dir %{_kf5_configkcfgdir}
|
||||||
|
%doc %lang(en) %{_kf5_htmldir}/en/keditbookmarks/
|
||||||
|
%{_kf5_applicationsdir}/org.kde.keditbookmarks.desktop
|
||||||
%{_kf5_bindir}/kbookmarkmerger
|
%{_kf5_bindir}/kbookmarkmerger
|
||||||
%{_kf5_bindir}/keditbookmarks
|
%{_kf5_bindir}/keditbookmarks
|
||||||
%{_kf5_applicationsdir}/org.kde.keditbookmarks.desktop
|
%{_kf5_configkcfgdir}/keditbookmarks*.kcfg
|
||||||
%{_kf5_libdir}/libkbookmarkmodel_private.so*
|
%{_kf5_libdir}/libkbookmarkmodel_private.so*
|
||||||
%{_kf5_sharedir}/kxmlgui5/keditbookmarks/
|
%{_kf5_sharedir}/kxmlgui5/keditbookmarks/
|
||||||
%dir %{_kf5_configkcfgdir}
|
%{_kf5_mandir}/man1/kbookmarkmerger.1%{ext_man}
|
||||||
%{_kf5_configkcfgdir}/keditbookmarks*.kcfg
|
|
||||||
%{_kf5_htmldir}/en/keditbookmarks/
|
|
||||||
%{_mandir}/man1/kbookmarkmerger.1%{ext_man}
|
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
Loading…
Reference in New Issue
Block a user