KDE release gear 22.12 beta. Don't forward

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/keditbookmarks?expand=0&rev=197
This commit is contained in:
2022-11-17 22:58:19 +00:00
committed by Git OBS Bridge
parent 1cff21b8db
commit 11bcd042fe
6 changed files with 35 additions and 33 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package keditbookmarks
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,15 +20,14 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without released
Name: keditbookmarks
Version: 22.08.3
Version: 22.11.80
Release: 0
Summary: KDE Bookmark Editor
License: GPL-2.0-only
Group: System/GUI/KDE
URL: https://www.kde.org/
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with released}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules
@@ -54,15 +53,14 @@ This is an editor to edit your KDE-wide bookmark set.
%autosetup -p1
%build
%cmake_kf5 -d build
%cmake_build
%cmake_kf5 -d build
%cmake_build
%install
%kf5_makeinstall -C build
%if %{with released}
%find_lang %{name} --with-man --all-name
%{kf5_find_htmldocs}
%endif
%kf5_makeinstall -C build
%find_lang %{name} --with-man --all-name
%{kf5_find_htmldocs}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@@ -78,8 +76,6 @@ This is an editor to edit your KDE-wide bookmark set.
%{_kf5_libdir}/libkbookmarkmodel_private.so*
%{_kf5_mandir}/man1/kbookmarkmerger.1%{ext_man}
%if %{with released}
%files lang -f %{name}.lang
%endif
%changelog