Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/slang.git#2e5883d329bb294d34214d3e62b8b9b903141a3e
This commit is contained in:
parent
735ba44bbd
commit
cc72768dcc
@ -4,10 +4,10 @@
|
|||||||
%bcond_with oniguruma
|
%bcond_with oniguruma
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Summary: The shared library for the S-Lang extension language
|
Summary: Shared library for the S-Lang extension language
|
||||||
Name: slang
|
Name: slang
|
||||||
Version: 2.3.2
|
Version: 2.3.2
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://www.jedsoft.org/slang/
|
URL: https://www.jedsoft.org/slang/
|
||||||
Source: https://www.jedsoft.org/releases/%{name}/%{name}-%{version}.tar.bz2
|
Source: https://www.jedsoft.org/releases/%{name}/%{name}-%{version}.tar.bz2
|
||||||
@ -15,6 +15,7 @@ Source: https://www.jedsoft.org/releases/%{name}/%{name}-%{version}.tar.bz2
|
|||||||
Patch1: slang-getkey-memmove.patch
|
Patch1: slang-getkey-memmove.patch
|
||||||
# disable test that fails with SIGHUP ignored (e.g. in koji)
|
# disable test that fails with SIGHUP ignored (e.g. in koji)
|
||||||
Patch2: slang-sighuptest.patch
|
Patch2: slang-sighuptest.patch
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: gcc libpng-devel pcre-devel zlib-devel
|
BuildRequires: gcc libpng-devel pcre-devel zlib-devel
|
||||||
%{?with_oniguruma:BuildRequires: oniguruma-devel}
|
%{?with_oniguruma:BuildRequires: oniguruma-devel}
|
||||||
# static removed in 2.3.1a-3
|
# static removed in 2.3.1a-3
|
||||||
@ -93,7 +94,6 @@ make check
|
|||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{!?_licensedir:%global license %%doc}
|
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc NEWS
|
%doc NEWS
|
||||||
%{_libdir}/libslang*.so.2*
|
%{_libdir}/libslang*.so.2*
|
||||||
@ -114,6 +114,9 @@ make check
|
|||||||
%{_includedir}/slang
|
%{_includedir}/slang
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-9
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-8
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-8
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user