New *cough* upstream *cough* version.
This commit is contained in:
parent
f9cc6dd629
commit
b0b298bf7b
@ -1 +1,2 @@
|
||||
newt-0.51.6.tar.gz
|
||||
newt-0.52.0.tar.gz
|
||||
|
||||
17
newt.spec
17
newt.spec
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user