- buildrequire ltdl-devel
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=39
This commit is contained in:
parent
44f6f92459
commit
3c255369d7
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 3 14:24:16 UTC 2011 - coolo@suse.com
|
||||
|
||||
- buildrequire ltdl-devel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 28 15:51:34 UTC 2011 - pgajdos@suse.com
|
||||
|
||||
|
20
guile.spec
20
guile.spec
@ -14,8 +14,6 @@
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
# define the name used for versioning libs and directories.
|
||||
%define guilemaj 2
|
||||
%define guilemin 0
|
||||
@ -26,11 +24,17 @@
|
||||
%define greadsuff v-%{libgreadver}-%{libgreadver}
|
||||
|
||||
Name: guile
|
||||
BuildRequires: gc-devel gmp-devel libffi46-devel libunistring-devel pkg-config readline-devel
|
||||
License: LGPL-3.0+ and GPL-3.0+ and FDL-1.3+
|
||||
BuildRequires: gc-devel
|
||||
BuildRequires: gmp-devel
|
||||
BuildRequires: libffi46-devel
|
||||
BuildRequires: libltdl-devel
|
||||
BuildRequires: libunistring-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: readline-devel
|
||||
License: FDL-1.3+ and GPL-3.0+ and LGPL-3.0+
|
||||
Group: Development/Languages/Scheme
|
||||
Version: %{guilevers}.3
|
||||
Release: 1
|
||||
Release: 0
|
||||
Summary: GNU's Ubiquitous Intelligent Language for Extension
|
||||
Url: http://www.gnu.org/software/guile/
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
@ -51,7 +55,6 @@ C. Guile provides a machine independent execution platform that can be
|
||||
linked in as a library when building extensible programs.
|
||||
|
||||
%package -n libguile-%{gsuff}
|
||||
Group: Development/Languages/Scheme
|
||||
Summary: GNU's Ubiquitous Intelligent Language for Extension
|
||||
Requires: %{name}-modules-%{guilemaj}_%{guilemin} >= %{version}
|
||||
|
||||
@ -62,7 +65,6 @@ linked in as a library when building extensible programs. This package
|
||||
contains the shared libraries.
|
||||
|
||||
%package modules-%{guilemaj}_%{guilemin}
|
||||
Group: Development/Languages/Scheme
|
||||
Summary: GNU's Ubiquitous Intelligent Language for Extension
|
||||
|
||||
%description modules-%{guilemaj}_%{guilemin}
|
||||
@ -72,7 +74,6 @@ linked in as a library when building extensible programs. This package
|
||||
contains guile modules.
|
||||
|
||||
%package -n libguilereadline-%{greadsuff}
|
||||
Group: Development/Languages/Scheme
|
||||
Summary: GNU's Ubiquitous Intelligent Language for Extension
|
||||
|
||||
%description -n libguilereadline-%{greadsuff}
|
||||
@ -82,8 +83,7 @@ linked in as a library when building extensible programs. This package
|
||||
contains the shared libraries.
|
||||
|
||||
%package devel
|
||||
License: LGPL v2.1 or later
|
||||
Group: Development/Languages/Scheme
|
||||
License: LGPL-2.1+
|
||||
Summary: GNU's Ubiquitous Intelligent Language for Extension
|
||||
Requires: gmp-devel readline-devel ncurses-devel gc-devel libunistring-devel libffi-devel
|
||||
# following Requires needed because /usr/bin/guile-config needs /usr/bin/guile
|
||||
|
Loading…
Reference in New Issue
Block a user