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