KDE release gear 22.12 beta. Don't forward
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kbackup?expand=0&rev=158
This commit is contained in:
17
kbackup.spec
17
kbackup.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kbackup
|
||||
#
|
||||
# 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 @@
|
||||
# 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}')}
|
||||
Name: kbackup
|
||||
Version: 22.08.3
|
||||
Version: 22.11.80
|
||||
Release: 0
|
||||
Summary: Backup program based on KDE Frameworks 5
|
||||
License: GPL-2.0-only
|
||||
Group: System/GUI/KDE
|
||||
URL: https://apps.kde.org/kbackup
|
||||
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
|
||||
@@ -63,10 +62,8 @@ Although GUI based, it also offers an automated, GUI-less mode.
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
|
||||
%if %{with released}
|
||||
%find_lang %{name} --with-man --with-qt --all-name
|
||||
%{kf5_find_htmldocs}
|
||||
%endif
|
||||
%find_lang %{name} --with-man --with-qt --all-name
|
||||
%{kf5_find_htmldocs}
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
@@ -80,8 +77,6 @@ Although GUI based, it also offers an automated, GUI-less mode.
|
||||
%{_kf5_kxmlguidir}/kbackup/
|
||||
%{_mandir}/man1/kbackup.1.gz
|
||||
|
||||
%if %{with released}
|
||||
%files lang -f %{name}.lang
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user