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
This commit is contained in:
parent
a81d2587cc
commit
6aebb84523
10
newt.spec
10
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 <releng@fedoraproject.org> - 0.52.21-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.52.21-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user