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/ncurses.git#a13c51988f6394e5055daffa99a078a48e931b4c
This commit is contained in:
DistroBaker 2021-02-03 00:23:52 +00:00
parent 8ac04d29f8
commit d062c01d98

View File

@ -2,7 +2,7 @@
Summary: Ncurses support utilities
Name: ncurses
Version: 6.2
Release: 3.%{revision}%{?dist}
Release: 4.%{revision}%{?dist}
License: MIT
URL: https://invisible-island.net/ncurses/ncurses.html
Source0: https://invisible-mirror.net/archives/ncurses/current/ncurses-%{version}-%{revision}.tgz
@ -13,6 +13,7 @@ Patch8: ncurses-config.patch
Patch9: ncurses-libs.patch
Patch11: ncurses-urxvt.patch
Patch12: ncurses-kbs.patch
BuildRequires: make
BuildRequires: gcc gcc-c++ gpm-devel pkgconfig gnupg2
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
@ -155,8 +156,8 @@ for abi in 5 6; do
[ $progs = yes ] || echo --without-progs
)
make %{?_smp_mflags} libs
[ $progs = yes ] && make %{?_smp_mflags} -C progs
%make_build libs
[ $progs = yes ] && %make_build -C progs
popd
done
@ -253,7 +254,6 @@ xz NEWS
%{_libdir}/libncurses++*.so.6*
%files base -f terms.base
%{!?_licensedir:%global license %%doc}
%license COPYING
%doc README
%dir %{_sysconfdir}/terminfo
@ -282,6 +282,9 @@ xz NEWS
%{_libdir}/lib*.a
%changelog
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 6.2-4.20200222
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.2-3.20200222
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild