Browse Source

ncurses-6.3-1

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
2a727c331b
1 changed files with 9 additions and 9 deletions
  1. 9 9
      n/ncurses/ncurses-vl.spec

+ 9 - 9
n/ncurses/ncurses-vl.spec

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