SHA256
1
0
forked from pool/kseexpr

Accepting request 941798 from home:wolfi323:branches:KDE:Extra

- Rename %lang option to %released to pass Factory review

OBS-URL: https://build.opensuse.org/request/show/941798
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kseexpr?expand=0&rev=11
This commit is contained in:
Fabian Vogt 2021-12-21 21:12:26 +00:00 committed by Git OBS Bridge
parent b1c0126d24
commit 0054878add
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 21 09:33:15 UTC 2021 - Wolfgang Bauer <wbauer@tmo.at>
- Rename %lang option to %released to pass Factory review
-------------------------------------------------------------------
Wed Dec 15 15:04:33 UTC 2021 - Wolfgang Bauer <wbauer@tmo.at>

View File

@ -17,7 +17,7 @@
%define sover 4
%bcond_without lang
%bcond_without released
Name: kseexpr
Version: 4.0.4.0
Release: 0
@ -26,7 +26,7 @@ License: GPL-3.0-or-later AND Apache-2.0 AND BSD-3-Clause AND MIT
Group: Productivity/Graphics/Other
URL: https://invent.kde.org/graphics/kseexpr/
Source0: https://download.kde.org/stable/%{name}/4.0.4/%{name}-%{version}.tar.gz
%if %{with lang}
%if %{with released}
Source1: https://download.kde.org/stable/%{name}/4.0.4/%{name}-%{version}.tar.gz.asc
Source2: %{name}.keyring
%endif
@ -76,7 +76,7 @@ Development headers and libraries for %{name}.
%install
%cmake_install
%if %{with lang}
%if %{with released}
%find_lang seexpr2 %{name}.lang --with-qt
%endif
@ -98,7 +98,7 @@ Development headers and libraries for %{name}.
%{_libdir}/libKSeExpr.so
%{_libdir}/libKSeExprUI.so
%if %{with lang}
%if %{with released}
%files lang -f %{name}.lang
%endif