|
@@ -1,4 +1,4 @@
|
|
-%global revision 20210213
|
|
+%global revision 20210731
|
|
%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}
|
|
@@ -7,7 +7,7 @@ Summary: A screen handling and optimization package.
|
|
Summary(ja): スクリーンの操作と最適化を行うパッケージ
|
|
Summary(ja): スクリーンの操作と最適化を行うパッケージ
|
|
Name: ncurses
|
|
Name: ncurses
|
|
Version: 6.2
|
|
Version: 6.2
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
Group: system
|
|
Group: system
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
@@ -271,13 +271,6 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/terminfo
|
|
#rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/{*_g,ncurses++*}.pc
|
|
#rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/{*_g,ncurses++*}.pc
|
|
|
|
|
|
|
|
|
|
-%post -p /sbin/ldconfig
|
|
|
|
-%postun -p /sbin/ldconfig
|
|
|
|
-
|
|
|
|
-%post -n compat32-%{name} -p /sbin/ldconfig
|
|
|
|
-%postun -n compat32-%{name} -p /sbin/ldconfig
|
|
|
|
-
|
|
|
|
-
|
|
|
|
%files -f terms.all
|
|
%files -f terms.all
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
%license COPYING
|
|
%license COPYING
|
|
@@ -348,6 +341,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Aug 05 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.2-2
|
|
|
|
+- updated to 6.2 + 20210731.
|
|
|
|
+- dropped ldconfig scriptlets.
|
|
|
|
+- updated Patch9, 11 and 12.
|
|
|
|
+
|
|
* Mon Feb 15 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.2-1
|
|
* Mon Feb 15 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.2-1
|
|
- updated to 6.2 + 20210213.
|
|
- updated to 6.2 + 20210213.
|
|
- updated Patch9 and 12.
|
|
- updated Patch9 and 12.
|