pkg://guile-core-19980806-2.src.rpm:754810/guile-core-19980806-2.spec
info downloads
Name: guile-core
Summary: A GNU Ubiquitous Language for Extensions
Version: 19980806
Release: 2
Copyright: Free Software Foundation
Group: Development/Languages/Scheme
Source: ftp://ftp.red-bean.com/pub/guile/snapshot/guile-core-19980806.tar.gz
Packager: Alexander L. Belikoff (abel@bfr.co.il)
BuildRoot: /tmp/guile-build
%description
Guile is a portable, embeddable Scheme implementation written in C.
Guile provides a machine independent execution platform that can be
linked in as a library when building extensible programs.
%prep
%setup -n guile-core
%build
./configure --prefix=/usr --enable-dynamic-linking --with-gnu-ld
make
%install
make prefix=$RPM_BUILD_ROOT/usr install
%clean
rm -rf $RPM_BUILD_ROOT
%files
/usr/share/guile
/usr/share/aclocal/guile.m4
/usr/share/aclocal/qthreads.m4
/usr/lib/libguile.so.3.0.0
/usr/lib/libguile.so.3
/usr/lib/libguile.so
/usr/lib/libguile.la
/usr/lib/libguile.a
/usr/bin/guile
/usr/bin/guile-snarf
/usr/bin/build-guile
/usr/include/libguile
/usr/include/libguile.h
/usr/include/guile
%doc ANON-CVS AUTHORS COPYING ChangeLog GUILE-VERSION HACKING INSTALL
%doc NEWS NOTES README RELEASE SNAPSHOTS THANKS TODO