diff --git a/newt.spec b/newt.spec index a49ba1e..ae77a48 100644 --- a/newt.spec +++ b/newt.spec @@ -5,10 +5,11 @@ Summary: A library for text mode user interfaces Name: newt Version: 0.52.21 -Release: 8%{?dist} +Release: 9%{?dist} License: LGPLv2 URL: https://pagure.io/newt Source: https://pagure.io/releases/newt/newt-%{version}.tar.gz +BuildRequires: make BuildRequires: gcc popt-devel python3-devel slang-devel %{?with_python2:BuildRequires: python2-devel} BuildRequires: docbook-utils @@ -71,12 +72,12 @@ providing a python API for creating text mode interfaces. # gpm support seems to smash the stack w/ we use help in anaconda?? # --with-gpm-support %configure --without-tcl -make %{?_smp_mflags} all +%make_build all chmod 0644 peanuts.py popcorn.py docbook2txt tutorial.sgml %install -make DESTDIR=$RPM_BUILD_ROOT install +%make_install rm -f $RPM_BUILD_ROOT%{_libdir}/libnewt.a %find_lang %{name} @@ -109,6 +110,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libnewt.a %{python3_sitearch}/__pycache__/*.py* %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.52.21-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Jul 28 2020 Fedora Release Engineering - 0.52.21-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild