From 6aebb8452352c2a86d3f59ac35ee1bb585d37c6c Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 00:38:51 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/newt.git#e83808fa1b859a1f4a3eea933a56c9e35ff527e3 --- newt.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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