|
@@ -3,7 +3,7 @@
|
|
%define day 25
|
|
%define day 25
|
|
%define name clisp
|
|
%define name clisp
|
|
%define version 2.49
|
|
%define version 2.49
|
|
-%define release 2%{?_dist_release}
|
|
+%define release 3%{?_dist_release}
|
|
%define clisp_build vine
|
|
%define clisp_build vine
|
|
|
|
|
|
Summary: Common Lisp (ANSI CL) implementation
|
|
Summary: Common Lisp (ANSI CL) implementation
|
|
@@ -15,9 +15,14 @@ Icon: clisp.gif
|
|
License: GPL
|
|
License: GPL
|
|
Group: Development/Languages
|
|
Group: Development/Languages
|
|
Source: ftp://ftp.gnu.org/pub/gnu/clisp/release/%{version}/%{name}-%{version}.tar.bz2
|
|
Source: ftp://ftp.gnu.org/pub/gnu/clisp/release/%{version}/%{name}-%{version}.tar.bz2
|
|
-Patch0: clisp-2.47-cpp.patch
|
|
+
|
|
-#Patch: %{name}-2.32-hfs.patch
|
|
+# patch from suse
|
|
-#Patch1: %{name}-2.27-dvi.patch
|
|
+# PATCH-FIX-OPENSUSE Correct path for header for System V IPC system calls
|
|
|
|
+Patch0: clisp-linux.patch
|
|
|
|
+# PATCH-FIX-OPENSUSE Glibc got rid of unused __swblk_t type therefore update linux.lisp
|
|
|
|
+Patch1: clisp-glibc-fix.patch
|
|
|
|
+#PATCH-FIX-UPSTREAM patch#3474660 changeset 15557 4f5985f83127
|
|
|
|
+Patch2: clisp-hostname.patch
|
|
|
|
|
|
URL: http://www.clisp.org/
|
|
URL: http://www.clisp.org/
|
|
Provides: clisp, ansi-cl
|
|
Provides: clisp, ansi-cl
|
|
@@ -43,7 +48,8 @@ BuildRequires: libXrender-devel
|
|
BuildRequires: libXt-devel
|
|
BuildRequires: libXt-devel
|
|
BuildRequires: libglade2-devel
|
|
BuildRequires: libglade2-devel
|
|
BuildRequires: pcre-devel
|
|
BuildRequires: pcre-devel
|
|
-BuildRequires: postgresql-devel
|
|
+BuildRequires: libpq-devel
|
|
|
|
+BuildRequires: openssl-devel
|
|
BuildRequires: zlib-devel
|
|
BuildRequires: zlib-devel
|
|
|
|
|
|
%description
|
|
%description
|
|
@@ -74,6 +80,9 @@ and Danish, and can be changed at run time.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
+%patch0 -p1
|
|
|
|
+%patch1 -p1 -b .glibc
|
|
|
|
+%patch2 -p0
|
|
sed -i 's|http://www.lisp.org/HyperSpec/|http://www.lispworks.com/documentation/HyperSpec/|g' \
|
|
sed -i 's|http://www.lisp.org/HyperSpec/|http://www.lispworks.com/documentation/HyperSpec/|g' \
|
|
doc/* src/*.d src/*.lisp
|
|
doc/* src/*.d src/*.lisp
|
|
|
|
|
|
@@ -133,6 +142,7 @@ rm -rf %{buildroot}
|
|
%files -f %{name}.lang
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%{_bindir}/%{name}
|
|
%{_bindir}/%{name}
|
|
|
|
+%{_bindir}/%{name}-link
|
|
%{_mandir}/man1/*
|
|
%{_mandir}/man1/*
|
|
%{_libdir}/%{name}-%{version}
|
|
%{_libdir}/%{name}-%{version}
|
|
%{_datadir}/aclocal/*.m4
|
|
%{_datadir}/aclocal/*.m4
|
|
@@ -141,6 +151,12 @@ rm -rf %{buildroot}
|
|
%doc %{_docdir}/clisp-%{version}
|
|
%doc %{_docdir}/clisp-%{version}
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Jul 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.49-3
|
|
|
|
+- rebuild with readline-6.3
|
|
|
|
+- add Patch0,1,2 from suse
|
|
|
|
+- remove BuildRequires: postgresql-devel
|
|
|
|
+- add BuildRequires: libpq-devel, openssl-devel
|
|
|
|
+
|
|
* Fri Mar 23 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.49-2
|
|
* Fri Mar 23 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.49-2
|
|
- rebuild with current ffcall
|
|
- rebuild with current ffcall
|
|
|
|
|
|
@@ -176,7 +192,7 @@ rm -rf %{buildroot}
|
|
- rebuild with new toolchains
|
|
- rebuild with new toolchains
|
|
- updated hfs patch
|
|
- updated hfs patch
|
|
|
|
|
|
-* Sat Aug 25 2002 Yoshihiro Ota <ota@j.email.ne.jp>
|
|
+* Sun Aug 25 2002 Yoshihiro Ota <ota@j.email.ne.jp>
|
|
- version up to 2.29
|
|
- version up to 2.29
|
|
|
|
|
|
* Sat Mar 9 2002 Yoshihiro Ota <ota@j.email.ne.jp>
|
|
* Sat Mar 9 2002 Yoshihiro Ota <ota@j.email.ne.jp>
|