summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiroslav Lichvar <mlichvar@fedoraproject.org>2006-07-12 10:56:36 +0000
committerMiroslav Lichvar <mlichvar@fedoraproject.org>2006-07-12 10:56:36 +0000
commit07476c384a92aaef1b43c010a672273fb2999540 (patch)
treef027c4e42e6cce7a55958acd4b366edeb48d76d2
parent3d72999bba6223a81b2a23ceb6d2f8cddf726ca5 (diff)
downloadguile-07476c384a92aaef1b43c010a672273fb2999540.tar.gz
guile-07476c384a92aaef1b43c010a672273fb2999540.tar.xz
guile-07476c384a92aaef1b43c010a672273fb2999540.zip
- update from CVS
- fix requires (#196016) - link libguile with pthread (#198215)
-rw-r--r--.cvsignore1
-rw-r--r--guile.spec17
-rw-r--r--sources1
3 files changed, 14 insertions, 5 deletions
diff --git a/.cvsignore b/.cvsignore
index ff545da..65a2fc5 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1,2 @@
guile-1.8.0.tar.gz
+guile-1.8.0-20060712cvs.patch.gz
diff --git a/guile.spec b/guile.spec
index 2bfec11..7e2a66b 100644
--- a/guile.spec
+++ b/guile.spec
@@ -1,9 +1,10 @@
Summary: A GNU implementation of Scheme for application extensibility.
Name: guile
Version: 1.8.0
-Release: 5
+Release: 6.20060712cvs
Source: ftp://ftp.gnu.org/pub/gnu/guile/guile-%{version}.tar.gz
URL: http://www.gnu.org/software/guile/
+Patch0: guile-1.8.0-20060712cvs.patch.gz
Patch1: guile-1.8.0-rpath.patch
Patch2: guile-1.8.0-slib.patch
Patch3: guile-1.8.0-stacksize.patch
@@ -14,7 +15,8 @@ Group: Development/Languages
Buildroot: %{_tmppath}/%{name}-root
BuildRequires: libtool libtool-ltdl-devel gmp-devel readline-devel
Requires(post): /sbin/install-info
-Requires(postun): /sbin/install-info
+Requires(preun): /sbin/install-info
+Requires: coreutils
Epoch: 5
%description
@@ -42,9 +44,9 @@ install the guile package.
%prep
%setup -q
+%patch0 -p1
%patch1 -p1 -b .rpath
%patch2 -p1 -b .slib
-%patch3 -p1 -b .stacksize
%patch4 -p1 -b .deplibs
%patch5 -p1 -b .multilib
@@ -52,12 +54,12 @@ install the guile package.
%configure --disable-static --disable-error-on-warning
-make
+make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
-%{makeinstall}
+%makeinstall
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/guile/site
@@ -120,6 +122,11 @@ fi
%{_includedir}/libguile.h
%changelog
+* Wed Jul 12 2006 Miroslav Lichvar <mlichvar@redhat.com> - 5:1.8.0-6.20060712cvs
+- update from CVS
+- fix requires (#196016)
+- link libguile with pthread (#198215)
+
* Wed May 24 2006 Miroslav Lichvar <mlichvar@redhat.com> - 5:1.8.0-5
- remove dependency on slib, provide support through triggers
- fix multilib -devel conflicts in guile-snarf and scmconfig.h (#192684)
diff --git a/sources b/sources
index fc7822f..1c4fb00 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
3f47443602f93e94bf43218d9b86099d guile-1.8.0.tar.gz
+f7fa2dc8210c21bc4e81fa1e8f4656d6 guile-1.8.0-20060712cvs.patch.gz