This commit is contained in:
committed by
Git OBS Bridge
parent
f8dbc209aa
commit
13016634f9
11
guile-ac.patch
Normal file
11
guile-ac.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- configure.in
|
||||
+++ configure.in
|
||||
@@ -38,7 +38,7 @@ AC_INIT(patsubst(m4_esyscmd(. ./GUILE-VE
|
||||
]),
|
||||
[bug-guile@gnu.org])
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
-AC_CONFIG_MACRO_DIR([m4])
|
||||
+AC_CONFIG_MACRO_DIR([guile-config])
|
||||
AC_CONFIG_SRCDIR(GUILE-VERSION)
|
||||
|
||||
AM_INIT_AUTOMAKE([gnu no-define check-news])
|
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 7 11:34:14 CEST 2008 - schwab@suse.de
|
||||
|
||||
- Fix conflicting options.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 7 16:48:39 CEST 2008 - pgajdos@suse.cz
|
||||
|
||||
|
22
guile.spec
22
guile.spec
@@ -2,13 +2,19 @@
|
||||
# spec file for package guile (Version 1.8.5)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: guile
|
||||
@@ -17,13 +23,14 @@ License: LGPL v2.1 or later
|
||||
Group: Development/Languages/Scheme
|
||||
AutoReqProv: on
|
||||
Version: 1.8.5
|
||||
Release: 1
|
||||
Release: 22
|
||||
%define GUILEVERSION 1.8
|
||||
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}-ac.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
PreReq: fileutils sh-utils
|
||||
PreReq: %install_info_prereq
|
||||
@@ -81,6 +88,7 @@ Authors:
|
||||
%setup -q
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
# guile-1.8.1: The code is not so good for -Werror (unused results of write()).
|
||||
sed -i s/-Werror// configure.in configure
|
||||
|
||||
@@ -101,14 +109,14 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/guile/site
|
||||
rm -fr $RPM_BUILD_ROOT
|
||||
|
||||
%post
|
||||
%run_ldconfig
|
||||
/sbin/ldconfig
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/goops.info.gz
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/guile-tut.info.gz
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/r5rs.info.gz
|
||||
|
||||
%postun
|
||||
%run_ldconfig
|
||||
/sbin/ldconfig
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/goops.info.gz
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/guile-tut.info.gz
|
||||
@@ -143,6 +151,8 @@ rm -f usr/share/guile/site/slibcat.SuSEconfig
|
||||
%{_libdir}/pkgconfig/*
|
||||
|
||||
%changelog
|
||||
* Sun Sep 07 2008 schwab@suse.de
|
||||
- Fix conflicting options.
|
||||
* Mon Jul 07 2008 pgajdos@suse.cz
|
||||
- updated to 1.8.5:
|
||||
* new modules `(srfi srfi-88)'
|
||||
|
Reference in New Issue
Block a user