diff --git a/newt.spec b/newt.spec index dc5687d..f01fc5c 100644 --- a/newt.spec +++ b/newt.spec @@ -1,8 +1,8 @@ Name: newt Version: 0.52.23 -Release: 1 +Release: 3 Summary: A library for text mode user interfaces -License: LGPLv2 +License: LGPL-2.0-only URL: https://pagure.io/newt Source: https://pagure.io/releases/newt/newt-%{version}.tar.gz @@ -54,40 +54,43 @@ docbook2txt tutorial.sgml %install %make_install -rm -f $RPM_BUILD_ROOT%{_libdir}/libnewt.a +%delete_la_and_a +%find_lang %{name} %check -make test +%make_build test -%ldconfig_scriptlets - -%files -%defattr(-,root,root) +%files -f %{name}.lang %doc AUTHORS README %license COPYING %{_bindir}/* -%{_datadir}/locale %{_libdir}/libnewt.so.* %files devel -%defattr(-,root,root) %{_includedir}/newt* %{_libdir}/libnewt.so %{_libdir}/pkgconfig/* %files -n python3-newt -%defattr(-,root,root) %doc peanuts.py popcorn.py %{python3_sitearch}/*.* %{python3_sitearch}/__pycache__/*.py* %files help -%defattr(-,root,root) %doc tutorial.* CHANGES %{_mandir}/man1/whiptail.1* %changelog +* Thu Dec 05 2024 Funda Wang - 0.52.23-3 +- fix locale files installation + +* Thu Aug 01 2024 yanglu - 0.52.23-2 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:fix license + * Tue Jan 31 2023 yanglu - 0.52.23-1 - Type:requirement - Id:NA