auto-import guile-1.3.4-13 from guile-1.3.4-13.src.rpm

This commit is contained in:
cvsdist 2004-09-09 06:02:38 +00:00
parent c0f12e2b19
commit baa95761ad
1 changed files with 3 additions and 12 deletions

View File

@ -1,10 +1,9 @@
Summary: A GNU implementation of Scheme for application extensibility.
Name: guile
Version: 1.3.4
Release: 12a
Release: 13
Source: ftp://ftp.gnu.org/gnu/guile-%{version}.tar.gz
Patch: guile-1.3.4-inet_aton.patch
Patch1: guile-1.3.4-sizet.patch
Copyright: GPL
Group: Development/Languages
Buildroot: %{_tmppath}/%{name}-root
@ -37,7 +36,6 @@ install the guile package.
%prep
%setup -q
%patch -p1 -b .inet_aton
%patch1 -p1 -b .sizet
%build
LDFLAGS="-L`pwd`/libguile -L`pwd`/libguile/.libs"; export LDFLAGS
@ -46,9 +44,6 @@ CFLAGS="-O0" %configure --enable-dynamic-linking
%else
%configure --enable-dynamic-linking
%endif
%ifarch s390x
echo "#undef SCM_STACK_GROWS_UP" >> libguile/scmconfig.h
%endif
make
%install
@ -107,12 +102,8 @@ fi
%{_infodir}/data-rep*
%changelog
* Mon May 29 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com>
- work around for problem with optimiziaton higher than 2
SCM_STACK_GROWS_UP ist not set correct with -O3
* Fri May 4 2001 Oliver Paukstadt <oliver.paukstadt@millenux.com>
- ported to IBM zSeries (s390x, 64 bit)
* Fri May 11 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.3.4-13
- Rebuild with new readline
* Wed Feb 28 2001 Philipp Knirsch <pknirsch@redhat.de>
- Fixed missing devel version dependancy.