auto-import changelog data from newt-0.50.34-3.src.rpm

Wed Jan 09 2002 Gary Benson <gbenson@redhat.com> 0.50.34-3
- add patches from Shrimpy (note that makefile-in patch is different)
- for Stronghold, compile packages for python 1.5
Sat Sep 15 2001 Trond Eivind Glomsrd <teg@redhat.com> 0.50.34-1
- remove python2 subpackage
- compile package for python 2.2
This commit is contained in:
cvsdist 2004-09-09 09:16:09 +00:00
parent 64c34f889e
commit df2e16538a
3 changed files with 26 additions and 5 deletions

View File

@ -1 +1 @@
newt-0.50.33.tar.gz
newt-0.50.34.tar.gz

View File

@ -1,11 +1,18 @@
Summary: A development library for text mode user interfaces.
Name: newt
%define version 0.50.33
%define version 0.50.34
Version: %{version}
Release: 1
Release: 3
License: LGPL
Group: System Environment/Libraries
Source: ftp://ftp.redhat.com/pub/redhat/code/newt/newt-%{version}.tar.gz
Patch0: newt-0.50.34-alloca.patch
Patch1: newt-0.50.34-makefile-in.patch
Patch3: newt-0.50.34-listbox.patch
Patch4: newt-0.50.34-scale.patch
Patch5: newt-0.50.34-select.patch
Patch6: newt-0.50.34-varargs.patch
Patch7: newt-0.50.34-snack.patch
BuildRequires: python,python-devel,perl, slang-devel
Requires: slang
Provides: snack
@ -33,6 +40,13 @@ the slang library.
%prep
%setup
%patch0 -p1 -b .alloca
%patch1 -p1 -b .mkfile
%patch3 -p1 -b .listbox
%patch4 -p1 -b .scale
%patch5 -p1 -b .select
%patch6 -p1 -b .varargs
%patch7 -p1 -b .snack
%build
# gpm support seems to smash the stack w/ we use help in anaconda??
@ -50,7 +64,6 @@ make instroot=$RPM_BUILD_ROOT install-sh
python -c 'from compileall import *; compile_dir("'$RPM_BUILD_ROOT'/usr/lib/python1.5",10,"/usr/lib/python1.5")'
%clean
rm -rf $RPM_BUILD_ROOT
@ -79,6 +92,14 @@ rm -rf $RPM_BUILD_ROOT
/usr/lib/libnewt.so
%changelog
* Wed Jan 9 2002 Gary Benson <gbenson@redhat.com> 0.50.34-3
- add patches from Shrimpy (note that makefile-in patch is different)
- for Stronghold, compile packages for python 1.5
* Fri Sep 15 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.50.34-1
- remove python2 subpackage
- compile package for python 2.2
* Wed Aug 29 2001 Trond Eivind Glomsrød <teg@redhat.com> 0.50.33-1
- s/Copyright/License/
- Add slang-devel to build dependencies (#49542)

View File

@ -1 +1 @@
7d8d1379bb6e85224e5862ef08c68716 newt-0.50.33.tar.gz
e4b4a030cd8d7ee1a4d83ad73dfbb1bb newt-0.50.34.tar.gz