KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance)
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kfind?expand=0&rev=72
This commit is contained in:
parent
9e0cb859c8
commit
1ff1b99871
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f36b0779e3ea99835298e8556e532d1864a30fafd2e2545a52728acf15e12fe
|
||||
size 210136
|
3
kfind-18.11.80.tar.xz
Normal file
3
kfind-18.11.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e2bc15e2412051894f26e91e861667361fbb8f6d47a273fc537282d1b36a2a4
|
||||
size 267416
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 06:22:18 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Run spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 05:56:58 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 18.11.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.11.80.php
|
||||
- Changes since 18.08.3:
|
||||
* Too many changes to list here
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 08 20:43:36 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
|
33
kfind.spec
33
kfind.spec
@ -16,29 +16,33 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: kfind
|
||||
Version: 18.08.3
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
%define kf5_version 5.28.0
|
||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: kfind
|
||||
Version: 18.11.80
|
||||
Release: 0
|
||||
Summary: KDE Find File Utility
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/File utilities
|
||||
Url: http://www.kde.org/
|
||||
URL: http://www.kde.org/
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: karchive-devel >= 5.7.0
|
||||
BuildRequires: kdelibs4support-devel >= 5.7.0
|
||||
BuildRequires: kdoctools-devel >= 5.7.0
|
||||
BuildRequires: karchive-devel
|
||||
BuildRequires: kcoreaddons-devel
|
||||
BuildRequires: kdoctools-devel
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: kfilemetadata5-devel
|
||||
BuildRequires: ki18n-devel
|
||||
BuildRequires: kio-devel
|
||||
BuildRequires: ktextwidgets-devel
|
||||
BuildRequires: kwidgetsaddons-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cmake(Qt5Concurrent)
|
||||
BuildRequires: cmake(Qt5Widgets)
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
KFind allows you to search for directories and files.
|
||||
@ -56,7 +60,7 @@ KFind allows you to search for directories and files.
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%kf5_find_htmldocs
|
||||
%{kf5_find_htmldocs}
|
||||
%endif
|
||||
|
||||
%suse_update_desktop_file org.kde.kfind System Filesystem core
|
||||
@ -70,8 +74,7 @@ KFind allows you to search for directories and files.
|
||||
%icon_theme_cache_postun
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
%license COPYING*
|
||||
%config %{_kf5_configdir}/*.categories
|
||||
%dir %{_kf5_appstreamdir}
|
||||
%dir %{_kf5_htmldir}
|
||||
@ -85,7 +88,7 @@ KFind allows you to search for directories and files.
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%license COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user