forked from pool/guile
This commit is contained in:
parent
18ce62d3f3
commit
51d2acb9e3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aeac5ada5ecc10fbc56b5afbb41a0b3acc30e0447396c73c6a3637426407978e
|
||||
size 3054305
|
3
guile-1.8.6.tar.bz2
Normal file
3
guile-1.8.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1660a18571722d2ece33cf25f0eb6e6ce087a22876d03fad80c99968c332960f
|
||||
size 3132299
|
@ -1,11 +0,0 @@
|
||||
--- 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,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 16 19:47:46 CEST 2009 - pgajdos@suse.cz
|
||||
|
||||
- Updated to 1.8.6 (see NEWS)
|
||||
- removed ac.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 7 19:26:11 CET 2009 - schwab@suse.de
|
||||
|
||||
|
14
guile.spec
14
guile.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package guile (Version 1.8.5)
|
||||
# spec file for package guile (Version 1.8.6)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -22,15 +22,14 @@ BuildRequires: gmp-devel readline-devel
|
||||
License: LGPL v2.1 or later
|
||||
Group: Development/Languages/Scheme
|
||||
AutoReqProv: on
|
||||
Version: 1.8.5
|
||||
Release: 27
|
||||
Version: 1.8.6
|
||||
Release: 1
|
||||
%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
|
||||
@ -88,7 +87,6 @@ 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
|
||||
# force rebuild with non-broken makeinfo
|
||||
@ -143,6 +141,7 @@ rm -f usr/share/guile/site/slibcat.SuSEconfig
|
||||
# NOTE: At least some .so files must be here, required for dynamic-link.
|
||||
%{_libdir}/libguile*.so
|
||||
%{_libdir}/libguile*.la
|
||||
%{_mandir}/man1/guile.1.gz
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -156,6 +155,9 @@ rm -f usr/share/guile/site/slibcat.SuSEconfig
|
||||
%{_libdir}/pkgconfig/*
|
||||
|
||||
%changelog
|
||||
* Tue Jun 16 2009 pgajdos@suse.cz
|
||||
- Updated to 1.8.6 (see NEWS)
|
||||
- removed ac.patch
|
||||
* Sat Feb 07 2009 schwab@suse.de
|
||||
- Rebuild broken info files.
|
||||
- Fix %%post scripts.
|
||||
@ -355,7 +357,7 @@ rm -f usr/share/guile/site/slibcat.SuSEconfig
|
||||
- Build with -O0 on ia64.
|
||||
* Thu Nov 23 2000 cihlar@suse.cz
|
||||
- fixed to compile on older distros
|
||||
* Sun Nov 12 2000 ro@suse.de
|
||||
* Mon Nov 13 2000 ro@suse.de
|
||||
- don't redeclare inet_aton
|
||||
* Wed Nov 08 2000 ro@suse.de
|
||||
- changed %%post to %%triggerin -- scheme
|
||||
|
Loading…
Reference in New Issue
Block a user