auto-import changelog data from newt-0.50.17-2j2.src.rpm
Thu Sep 07 2000 Erik Troan <ewt@redhat.com> - removed unneeded call to newtResize() [patch in CVS already] Thu Aug 31 2000 ISHIKAWA Mutsumi <ishikawa@redhat.com> - rebuild with slang-j Tue Aug 29 2000 ISHIKAWA Mutsumi <ishikawa@redhat.com> - Inport JP patches from Vine Linux
This commit is contained in:
parent
50dac6ff33
commit
fba0b32bb9
23
newt.spec
23
newt.spec
@ -2,16 +2,20 @@ Summary: A development library for text mode user interfaces.
|
||||
Name: newt
|
||||
%define version 0.50.17
|
||||
Version: %{version}
|
||||
Release: 1
|
||||
Release: 2j2
|
||||
Copyright: LGPL
|
||||
Group: System Environment/Libraries
|
||||
Source: ftp://ftp.redhat.com/pub/redhat/code/newt/newt-%{version}.tar.gz
|
||||
Requires: slang
|
||||
Patch: newt-0.50.17_jp.patch
|
||||
Patch1: newt-0.50.17_jp.euc.patch
|
||||
Patch2: newt-0.50.17_jp.libname.patch
|
||||
Patch3: newt-0.50.17-noresize.patch
|
||||
Requires: slang-j
|
||||
Provides: snack
|
||||
|
||||
%package devel
|
||||
Summary: Newt windowing toolkit development files.
|
||||
Requires: slang-devel %{name} = %{version}
|
||||
Requires: slang-j-devel %{name} = %{version}
|
||||
Group: Development/Libraries
|
||||
BuildRoot: /var/tmp/newtroot
|
||||
|
||||
@ -35,6 +39,10 @@ newt.
|
||||
|
||||
%prep
|
||||
%setup
|
||||
%patch -p1 -b .jp
|
||||
%patch1 -p1 -b .euc
|
||||
%patch2 -p1 -b .libname
|
||||
%patch3 -p1 -b .oot
|
||||
|
||||
%build
|
||||
# gpm support seems to smash the stack w/ we use help in anaconda??
|
||||
@ -57,6 +65,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Thu Sep 07 2000 Erik Troan <ewt@redhat.com>
|
||||
- removed unneeded call to newtResize() [patch in CVS already]
|
||||
|
||||
* Thu Aug 31 2000 ISHIKAWA Mutsumi <ishikawa@redhat.com>
|
||||
- rebuild with slang-j
|
||||
|
||||
* Tue Aug 29 2000 ISHIKAWA Mutsumi <ishikawa@redhat.com>
|
||||
- Inport JP patches from Vine Linux
|
||||
|
||||
* Tue Aug 22 2000 Erik Troan <ewt@redhat.com>
|
||||
- fixed cursor disappearing in suspend (again)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user