KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance)
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/keditbookmarks?expand=0&rev=66
This commit is contained in:
parent
742d944c9f
commit
dadc6e7e0d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ad7047e7aa35410468f10547943185ea68a1d80adf2e7044492ca604ba0ac33d
|
|
||||||
size 183900
|
|
3
keditbookmarks-18.11.80.tar.xz
Normal file
3
keditbookmarks-18.11.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4fb9701257328d4dcf84eb2c1967fb595e5dae7d2d9241279419ddc30f0a0141
|
||||||
|
size 184692
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 20 06:22:17 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:
|
||||||
|
* Fix minor EBN issues and typos
|
||||||
|
* Fix minor EBN issues
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 08 20:43:35 UTC 2018 - lbeltrame@kde.org
|
Thu Nov 08 20:43:35 UTC 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -16,18 +16,17 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_without lang
|
|
||||||
|
|
||||||
Name: keditbookmarks
|
|
||||||
Version: 18.08.3
|
|
||||||
Release: 0
|
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
# 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}')}
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
|
%bcond_without lang
|
||||||
|
Name: keditbookmarks
|
||||||
|
Version: 18.11.80
|
||||||
|
Release: 0
|
||||||
Summary: KDE Bookmark Editor
|
Summary: KDE Bookmark Editor
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
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
|
||||||
@ -46,7 +45,6 @@ BuildRequires: pkgconfig(Qt5Test) >= 5.4.0
|
|||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
%endif
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is an editor to edit your KDE-wide bookmark set.
|
This is an editor to edit your KDE-wide bookmark set.
|
||||||
@ -66,15 +64,14 @@ This is an editor to edit your KDE-wide bookmark set.
|
|||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%find_lang %{name} --with-man --all-name
|
%find_lang %{name} --with-man --all-name
|
||||||
%kf5_find_htmldocs
|
%{kf5_find_htmldocs}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license COPYING*
|
||||||
%doc COPYING*
|
|
||||||
%dir %{_kf5_configkcfgdir}
|
%dir %{_kf5_configkcfgdir}
|
||||||
%doc %lang(en) %{_kf5_htmldir}/en/keditbookmarks/
|
%doc %lang(en) %{_kf5_htmldir}/en/keditbookmarks/
|
||||||
%{_kf5_applicationsdir}/org.kde.keditbookmarks.desktop
|
%{_kf5_applicationsdir}/org.kde.keditbookmarks.desktop
|
||||||
@ -87,7 +84,7 @@ This is an editor to edit your KDE-wide bookmark set.
|
|||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
%doc COPYING*
|
%license COPYING*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user