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
|
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.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -22,15 +22,14 @@ BuildRequires: gmp-devel readline-devel
|
|||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: Development/Languages/Scheme
|
Group: Development/Languages/Scheme
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 1.8.5
|
Version: 1.8.6
|
||||||
Release: 27
|
Release: 1
|
||||||
%define GUILEVERSION 1.8
|
%define GUILEVERSION 1.8
|
||||||
Summary: GNU's Ubiquitous Intelligent Language for Extension
|
Summary: GNU's Ubiquitous Intelligent Language for Extension
|
||||||
Url: http://www.gnu.org/software/guile/
|
Url: http://www.gnu.org/software/guile/
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Patch1: %{name}-64bit.patch
|
Patch1: %{name}-64bit.patch
|
||||||
Patch2: %{name}-1.6.10-mktemp.patch
|
Patch2: %{name}-1.6.10-mktemp.patch
|
||||||
Patch3: %{name}-ac.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
PreReq: fileutils sh-utils
|
PreReq: fileutils sh-utils
|
||||||
PreReq: %install_info_prereq
|
PreReq: %install_info_prereq
|
||||||
@ -88,7 +87,6 @@ Authors:
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch1
|
%patch1
|
||||||
%patch2
|
%patch2
|
||||||
%patch3
|
|
||||||
# guile-1.8.1: The code is not so good for -Werror (unused results of write()).
|
# guile-1.8.1: The code is not so good for -Werror (unused results of write()).
|
||||||
sed -i s/-Werror// configure.in configure
|
sed -i s/-Werror// configure.in configure
|
||||||
# force rebuild with non-broken makeinfo
|
# 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.
|
# NOTE: At least some .so files must be here, required for dynamic-link.
|
||||||
%{_libdir}/libguile*.so
|
%{_libdir}/libguile*.so
|
||||||
%{_libdir}/libguile*.la
|
%{_libdir}/libguile*.la
|
||||||
|
%{_mandir}/man1/guile.1.gz
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -156,6 +155,9 @@ rm -f usr/share/guile/site/slibcat.SuSEconfig
|
|||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Feb 07 2009 schwab@suse.de
|
||||||
- Rebuild broken info files.
|
- Rebuild broken info files.
|
||||||
- Fix %%post scripts.
|
- Fix %%post scripts.
|
||||||
@ -355,7 +357,7 @@ rm -f usr/share/guile/site/slibcat.SuSEconfig
|
|||||||
- Build with -O0 on ia64.
|
- Build with -O0 on ia64.
|
||||||
* Thu Nov 23 2000 cihlar@suse.cz
|
* Thu Nov 23 2000 cihlar@suse.cz
|
||||||
- fixed to compile on older distros
|
- 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
|
- don't redeclare inet_aton
|
||||||
* Wed Nov 08 2000 ro@suse.de
|
* Wed Nov 08 2000 ro@suse.de
|
||||||
- changed %%post to %%triggerin -- scheme
|
- changed %%post to %%triggerin -- scheme
|
||||||
|
Loading…
Reference in New Issue
Block a user