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:
parent
b1c0126d24
commit
0054878add
@ -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>
|
Wed Dec 15 15:04:33 UTC 2021 - Wolfgang Bauer <wbauer@tmo.at>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define sover 4
|
%define sover 4
|
||||||
%bcond_without lang
|
%bcond_without released
|
||||||
Name: kseexpr
|
Name: kseexpr
|
||||||
Version: 4.0.4.0
|
Version: 4.0.4.0
|
||||||
Release: 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
|
Group: Productivity/Graphics/Other
|
||||||
URL: https://invent.kde.org/graphics/kseexpr/
|
URL: https://invent.kde.org/graphics/kseexpr/
|
||||||
Source0: https://download.kde.org/stable/%{name}/4.0.4/%{name}-%{version}.tar.gz
|
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
|
Source1: https://download.kde.org/stable/%{name}/4.0.4/%{name}-%{version}.tar.gz.asc
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
%endif
|
%endif
|
||||||
@ -76,7 +76,7 @@ Development headers and libraries for %{name}.
|
|||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with released}
|
||||||
%find_lang seexpr2 %{name}.lang --with-qt
|
%find_lang seexpr2 %{name}.lang --with-qt
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -98,7 +98,7 @@ Development headers and libraries for %{name}.
|
|||||||
%{_libdir}/libKSeExpr.so
|
%{_libdir}/libKSeExpr.so
|
||||||
%{_libdir}/libKSeExprUI.so
|
%{_libdir}/libKSeExprUI.so
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with released}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user