|
@@ -1,4 +1,4 @@
|
|
-%global revision 20210731
|
|
+%global revision 20211030
|
|
%define includedirw %{_includedir}/ncursesw
|
|
%define includedirw %{_includedir}/ncursesw
|
|
|
|
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
@@ -6,8 +6,8 @@
|
|
Summary: A screen handling and optimization package.
|
|
Summary: A screen handling and optimization package.
|
|
Summary(ja): スクリーンの操作と最適化を行うパッケージ
|
|
Summary(ja): スクリーンの操作と最適化を行うパッケージ
|
|
Name: ncurses
|
|
Name: ncurses
|
|
-Version: 6.2
|
|
+Version: 6.3
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
Group: system
|
|
Group: system
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
@@ -21,8 +21,6 @@ Patch9: ncurses-libs.patch
|
|
Patch11: ncurses-urxvt.patch
|
|
Patch11: ncurses-urxvt.patch
|
|
Patch12: ncurses-kbs.patch
|
|
Patch12: ncurses-kbs.patch
|
|
|
|
|
|
-Requires(post): /sbin/ldconfig
|
|
|
|
-
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: pkgconfig
|
|
|
|
|
|
@@ -70,7 +68,7 @@ C++ bindings to ncurses
|
|
%package -n compat32-%{name}
|
|
%package -n compat32-%{name}
|
|
Summary: A screen handling and optimization package.
|
|
Summary: A screen handling and optimization package.
|
|
Summary(ja): スクリーンの操作と最適化を行うパッケージ
|
|
Summary(ja): スクリーンの操作と最適化を行うパッケージ
|
|
-Group: system
|
|
+Group: system,legacy
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
%description -n compat32-%{name}
|
|
%description -n compat32-%{name}
|
|
@@ -83,7 +81,7 @@ discontinued 4.4 BSD classic curses library.
|
|
%package -n compat32-%{name}-devel
|
|
%package -n compat32-%{name}-devel
|
|
Summary: The development files for applications which use ncurses.
|
|
Summary: The development files for applications which use ncurses.
|
|
Summary(ja): ncurses を用いるアプリケーション開発用のファイル
|
|
Summary(ja): ncurses を用いるアプリケーション開発用のファイル
|
|
-Group: programming
|
|
+Group: programming,legacy
|
|
Requires: compat32-%{name} = %{version}-%{release}
|
|
Requires: compat32-%{name} = %{version}-%{release}
|
|
Requires: %{name}-devel = %{version}-%{release}
|
|
Requires: %{name}-devel = %{version}-%{release}
|
|
Obsoletes: compat32-libtermcap-devel <= 2.0.8-46vl1
|
|
Obsoletes: compat32-libtermcap-devel <= 2.0.8-46vl1
|
|
@@ -107,7 +105,7 @@ Use the following compiler flags to build against the ncurses library:
|
|
|
|
|
|
%package -n compat32-%{name}-c++-devel
|
|
%package -n compat32-%{name}-c++-devel
|
|
Summary: C++ bindings to ncurses
|
|
Summary: C++ bindings to ncurses
|
|
-Group: programming
|
|
+Group: programming,legacy
|
|
Requires: compat32-%{name} = %{version}-%{release}
|
|
Requires: compat32-%{name} = %{version}-%{release}
|
|
Requires: compat32-%{name}-devel = %{version}-%{release}
|
|
Requires: compat32-%{name}-devel = %{version}-%{release}
|
|
Requires: %{name}-c++-devel = %{version}-%{release}
|
|
Requires: %{name}-c++-devel = %{version}-%{release}
|
|
@@ -317,7 +315,6 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/terminfo
|
|
%if %{build_compat32}
|
|
%if %{build_compat32}
|
|
%files -n compat32-%{name}
|
|
%files -n compat32-%{name}
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
-%attr(755,root,root) %{_libdir}/lib*.so.*
|
|
|
|
/%{_lib}/lib*.so.*
|
|
/%{_lib}/lib*.so.*
|
|
%{_libdir}/lib*.so.*
|
|
%{_libdir}/lib*.so.*
|
|
|
|
|
|
@@ -341,6 +338,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Nov 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.3-1
|
|
|
|
+- updated to 6.3 + 20211030.
|
|
|
|
+
|
|
* Thu Aug 05 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.2-2
|
|
* Thu Aug 05 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.2-2
|
|
- updated to 6.2 + 20210731.
|
|
- updated to 6.2 + 20210731.
|
|
- dropped ldconfig scriptlets.
|
|
- dropped ldconfig scriptlets.
|