Accepting request 490410 from KDE:Applications
KDE Applications 17.04.0 final OBS-URL: https://build.opensuse.org/request/show/490410 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/keditbookmarks?expand=0&rev=5
This commit is contained in:
commit
8622d1a9c5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5628972b3d82b144d5da855049539a183b646664c4aebcae61424a4dcb92c336
|
||||
size 64068
|
3
keditbookmarks-17.04.0.tar.xz
Normal file
3
keditbookmarks-17.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e80d4b3b4848d3919452884ecf971181e29aefcb638e086f9e66ce3289594ab5
|
||||
size 182732
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 16 10:44:57 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.04.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.04.0.php
|
||||
- Changes since 17.03.90:
|
||||
* Can't use QTEST_GUILESS_MAIN anymore
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 12 20:25:33 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.03.90
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.04-rc.php
|
||||
- Changes since 17.03.80:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 25 23:10:25 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.03.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.03.80.php
|
||||
- Changes since 16.12.3:
|
||||
* Set standard icon and shortcuts for Undo/Redo actions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 9 12:37:28 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
@ -20,21 +50,21 @@ Thu Feb 9 06:54:20 UTC 2017 - lbeltrame@kde.org
|
||||
Sat Jan 14 08:55:31 UTC 2017 - lbeltrame@kde.org
|
||||
|
||||
- - Update to KDE Applications 16.12.1
|
||||
* KDE Applications 16.12.1
|
||||
* KDE Applications 16.12.1
|
||||
* https://www.kde.org/announcements/announce-applications-16.12.1.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 13 19:42:28 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 16.12.0
|
||||
* KDE Applications 16.12.0
|
||||
* KDE Applications 16.12.0
|
||||
* https://www.kde.org/announcements/announce-applications-16.12.0.php
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 09:11:53 UTC 2016 - lbeltrame@kde.org
|
||||
|
||||
- Update license as pointed out by legal review
|
||||
- Update license as pointed out by legal review
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 3 16:25:29 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
@ -16,16 +16,18 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: keditbookmarks
|
||||
Version: 16.12.3
|
||||
Version: 17.04.0
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
Summary: KDE Bookmark Editor
|
||||
License: GPL-2.0
|
||||
Group: System/GUI/KDE
|
||||
Url: http://www.kde.org/
|
||||
Url: http://www.kde.org
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: kbookmarks-devel >= 5.24.0
|
||||
@ -41,11 +43,16 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(Qt5Core) >= 5.4.0
|
||||
BuildRequires: pkgconfig(Qt5Test) >= 5.4.0
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
This is an editor to edit your KDE-wide bookmark set.
|
||||
|
||||
%if %{with lang}
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -55,6 +62,10 @@ This is an editor to edit your KDE-wide bookmark set.
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%kf5_find_htmldocs
|
||||
%endif
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
@ -72,4 +83,9 @@ This is an editor to edit your KDE-wide bookmark set.
|
||||
%{_kf5_htmldir}/en/keditbookmarks/
|
||||
%{_mandir}/man1/kbookmarkmerger.1%{ext_man}
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user