summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiroslav Lichvar <mlichvar@fedoraproject.org>2006-05-18 12:17:06 +0000
committerMiroslav Lichvar <mlichvar@fedoraproject.org>2006-05-18 12:17:06 +0000
commit589d3f1f57593c20b560cef7ccf36c8fd4452a72 (patch)
treeab051d18724927dfe4389e59858a5df09b512f61
parent9dbee1ce68882963cd16332f933da0b2f300b71f (diff)
downloadguile-589d3f1f57593c20b560cef7ccf36c8fd4452a72.tar.gz
guile-589d3f1f57593c20b560cef7ccf36c8fd4452a72.tar.xz
guile-589d3f1f57593c20b560cef7ccf36c8fd4452a72.zip
- add gmp-devel to requires for devel package (#192107)guile-1_8_0-4
- fix guile-config link (#191595)
-rw-r--r--guile.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/guile.spec b/guile.spec
index 943ae71..09ab1c1 100644
--- a/guile.spec
+++ b/guile.spec
@@ -1,12 +1,13 @@
Summary: A GNU implementation of Scheme for application extensibility.
Name: guile
Version: 1.8.0
-Release: 3
+Release: 4
Source: ftp://ftp.gnu.org/pub/gnu/guile/guile-%{version}.tar.gz
URL: http://www.gnu.org/software/guile/
Patch1: guile-1.8.0-rpath.patch
Patch2: guile-1.8.0-slib.patch
Patch3: guile-1.8.0-stacksize.patch
+Patch4: guile-1.8.0-deplibs.patch
License: GPL
Group: Development/Languages
Buildroot: %{_tmppath}/%{name}-root
@@ -28,7 +29,7 @@ that you are developing.
%package devel
Summary: Libraries and header files for the GUILE extensibility library.
Group: Development/Libraries
-Requires: guile = %{epoch}:%{PACKAGE_VERSION}
+Requires: guile = %{epoch}:%{PACKAGE_VERSION} gmp-devel
%description devel
The guile-devel package includes the libraries, header files, etc.,
@@ -44,6 +45,7 @@ install the guile package.
%patch1 -p1 -b .rpath
%patch2 -p1 -b .slib
%patch3 -p1 -b .stacksize
+%patch4 -p1 -b .deplibs
%build
@@ -109,6 +111,10 @@ fi
%{_includedir}/libguile.h
%changelog
+* Thu May 18 2006 Miroslav Lichvar <mlichvar@redhat.com> - 5:1.8.0-4
+- add gmp-devel to requires for devel package (#192107)
+- fix guile-config link (#191595)
+
* Tue May 16 2006 Miroslav Lichvar <mlichvar@redhat.com> - 5:1.8.0-3
- don't package .la files and static libraries (#191595)
- move module .so files from devel to main package