Accepting request 25492 from devel:languages:misc
Copy from devel:languages:misc/guile based on submit request 25492 from user pgajdos OBS-URL: https://build.opensuse.org/request/show/25492 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/guile?expand=0&rev=14
This commit is contained in:
committed by
Git OBS Bridge
parent
977b190e50
commit
ced949ddc0
17
guile.spec
17
guile.spec
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package guile (Version 1.8.6)
|
||||
# spec file for package guile (Version 1.8.7)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@@ -18,18 +18,18 @@
|
||||
|
||||
|
||||
Name: guile
|
||||
BuildRequires: gmp-devel readline-devel
|
||||
License: LGPL v2.1 or later
|
||||
BuildRequires: gc-devel gmp-devel readline-devel
|
||||
License: LGPLv2.1+
|
||||
Group: Development/Languages/Scheme
|
||||
AutoReqProv: on
|
||||
Version: 1.8.6
|
||||
Release: 2
|
||||
%define GUILEVERSION 1.8
|
||||
Version: 1.8.7
|
||||
Release: 1
|
||||
Summary: GNU's Ubiquitous Intelligent Language for Extension
|
||||
Url: http://www.gnu.org/software/guile/
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Patch1: %{name}-64bit.patch
|
||||
Patch2: %{name}-1.6.10-mktemp.patch
|
||||
Patch3: %{name}-popen-test.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
PreReq: fileutils sh-utils
|
||||
PreReq: %install_info_prereq
|
||||
@@ -57,7 +57,7 @@ Authors:
|
||||
Tom Tromey <tromey@cygnus.com>
|
||||
|
||||
%package devel
|
||||
License: LGPL v2.1 or later
|
||||
License: LGPLv2.1+
|
||||
Group: Development/Languages/Scheme
|
||||
Summary: GNU's Ubiquitous Intelligent Language for Extension
|
||||
Requires: %{name} = %{version} gmp-devel readline-devel ncurses-devel
|
||||
@@ -87,6 +87,7 @@ Authors:
|
||||
%setup -q
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3 -p1
|
||||
# guile-1.8.1: The code is not so good for -Werror (unused results of write()).
|
||||
sed -i s/-Werror// configure.in configure
|
||||
# force rebuild with non-broken makeinfo
|
||||
@@ -133,7 +134,7 @@ rm -f usr/share/guile/site/slibcat.SuSEconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc ABOUT-NLS AUTHORS COPYING* FAQ ChangeLog GUILE-VERSION HACKING
|
||||
%doc ABOUT-NLS AUTHORS COPYING* ChangeLog* GUILE-VERSION HACKING
|
||||
%doc LICENSE NEWS README THANKS
|
||||
%{_bindir}/*
|
||||
%{_datadir}/guile
|
||||
|
Reference in New Issue
Block a user