- use versioned symbols, patch by Alastair McKinstry, mckinstry at debian

dot org, thanks
- need private wstrlen due to versioned syms, patch from debian package of
    newt
- both of the above needed to be forward-ported
This commit is contained in:
prockai 2005-09-08 07:58:15 +00:00
parent 50da9c5735
commit f9cc6dd629

View File

@ -4,11 +4,13 @@ Summary: A development library for text mode user interfaces.
Name: newt
%define version 0.51.6
Version: %{version}
Release: 7
Release: 8
License: LGPL
Group: System Environment/Libraries
Source: newt-%{version}.tar.gz
Patch1: newt-0.51.6-if1close.patch
Patch2: newt-0.51.6-versioned-syms.patch
Patch3: newt-0.51.6-wstrlen-private.patch
BuildRequires: python,python-devel,perl, slang-devel
Requires: slang
Provides: snack
@ -41,6 +43,8 @@ newt.
%prep
%setup -q
%patch1 -p1 -b .if1close
%patch2 -p1 -b .versioned-syms
%patch3 -p1 -b .wstrlen-private
%build
# gpm support seems to smash the stack w/ we use help in anaconda??
@ -85,6 +89,13 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libnewt.so
%changelog
* Fri Sep 02 2005 Petr Rockai <prockai@redhat.com>
- use versioned symbols, patch by Alastair McKinstry, mckinstry at
debian dot org, thanks
- need private wstrlen due to versioned syms, patch from debian
package of newt
- both of the above needed to be forward-ported
* Sun Mar 06 2005 Petr Rockai <prockai@redhat.com>
- rebuild