New *cough* upstream *cough* version.

This commit is contained in:
prockai 2005-09-27 14:23:22 +00:00
parent f9cc6dd629
commit b0b298bf7b
3 changed files with 11 additions and 9 deletions

View File

@ -1 +1,2 @@
newt-0.51.6.tar.gz
newt-0.52.0.tar.gz

View File

@ -2,16 +2,14 @@
Summary: A development library for text mode user interfaces.
Name: newt
%define version 0.51.6
%define version 0.52.0
Version: %{version}
Release: 8
Release: 0
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
BuildRequires: python,python-devel,perl, slang-devel, tcl-devel
Requires: slang
Provides: snack
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -43,13 +41,12 @@ 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??
#./configure --with-gpm-support
%configure
make depend
make %{?_smp_mflags} all
chmod 0644 peanuts.py popcorn.py
@ -76,9 +73,10 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr (-,root,root)
%doc CHANGES COPYING
%doc COPYING
%{_bindir}/whiptail
%{_libdir}/libnewt.so.*
%{_libdir}/whiptcl.so
%{_libdir}/python%{pythonver}/site-packages/*
%files devel
@ -89,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libnewt.so
%changelog
* Wed Sep 21 2005 Petr Rockai <prockai@redhat.com> - 0.52.0-0
- new upstream version
* Fri Sep 02 2005 Petr Rockai <prockai@redhat.com>
- use versioned symbols, patch by Alastair McKinstry, mckinstry at
debian dot org, thanks

View File

@ -1 +1 @@
76ebfb749d3bbe9a0d55915faef4ac5e newt-0.51.6.tar.gz
8ffb4b908093f1ee793aad4527411453 newt-0.52.0.tar.gz