This commit is contained in:
parent
9384a98d09
commit
9aa7ef87e4
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 11 22:45:27 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 :
|
||||||
|
* Fix duplicate code
|
||||||
|
* Remove some kdelibs4support class
|
||||||
|
* Port to QFileDialog
|
||||||
|
* Port to debug categories
|
||||||
|
* Minor
|
||||||
|
* Increase minimum version
|
||||||
|
* Use explicit
|
||||||
|
* Fix open regexpeditor
|
||||||
|
* Coding style
|
||||||
|
* Ignore files
|
||||||
|
* Fix clazy warning
|
||||||
|
* Fix indent
|
||||||
|
* Update copyright
|
||||||
|
* Use KDE_APPLICATIONS_VERSION
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 5 18:17:41 UTC 2017 - christophe@krop.fr
|
Sat Aug 5 18:17:41 UTC 2017 - christophe@krop.fr
|
||||||
|
|
||||||
|
10
kfind.spec
10
kfind.spec
@ -22,12 +22,12 @@ Name: kfind
|
|||||||
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 Find File Utility
|
Summary: KDE Find File Utility
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
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: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
@ -36,7 +36,9 @@ BuildRequires: kdelibs4support-devel >= 5.7.0
|
|||||||
BuildRequires: kdoctools-devel >= 5.7.0
|
BuildRequires: kdoctools-devel >= 5.7.0
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
|
%if %{with lang}
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -75,11 +77,11 @@ KFind allows you to search for directories and files.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING*
|
%doc COPYING*
|
||||||
%config %{_kf5_configdir}/kfind.categories
|
%config %{_kf5_configdir}/*.categories
|
||||||
%dir %{_kf5_appstreamdir}
|
%dir %{_kf5_appstreamdir}
|
||||||
%dir %{_kf5_htmldir}
|
%dir %{_kf5_htmldir}
|
||||||
%dir %{_kf5_htmldir}/en
|
%dir %{_kf5_htmldir}/en
|
||||||
%doc %{_kf5_htmldir}/en/kfind/
|
%doc %lang(en) %{_kf5_htmldir}/en/kfind/
|
||||||
%doc %{_kf5_mandir}/man1/kfind.*
|
%doc %{_kf5_mandir}/man1/kfind.*
|
||||||
%{_kf5_applicationsdir}/org.kde.kfind.desktop
|
%{_kf5_applicationsdir}/org.kde.kfind.desktop
|
||||||
%{_kf5_appstreamdir}/org.kde.kfind.appdata.xml
|
%{_kf5_appstreamdir}/org.kde.kfind.appdata.xml
|
||||||
|
Loading…
Reference in New Issue
Block a user