This commit is contained in:
committed by
Git OBS Bridge
parent
00f4e9d962
commit
33cb4279f2
@@ -4,9 +4,9 @@
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
+ LIBDB=-ldb-4.3
|
+ LIBDB=-ldb-4
|
||||||
+LTLIBDB=
|
+LTLIBDB=
|
||||||
+ INCDB=-I/usr/include/db43
|
+ INCDB=-I/usr/include/db4
|
||||||
+
|
+
|
||||||
ac_cv_libdb_libs="$LIBDB"
|
ac_cv_libdb_libs="$LIBDB"
|
||||||
ac_cv_libdb_ltlibs="$LTLIBDB"
|
ac_cv_libdb_ltlibs="$LTLIBDB"
|
||||||
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 5 15:54:47 CET 2009 - crrodriguez@suse.de
|
||||||
|
|
||||||
|
- build this package against newer Berkeley DB, so db43 can be
|
||||||
|
dropped as nothing else depends on it.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 26 13:45:14 CET 2008 - werner@suse.de
|
Tue Feb 26 13:45:14 CET 2008 - werner@suse.de
|
||||||
|
|
||||||
|
28
clisp.spec
28
clisp.spec
@@ -1,10 +1,17 @@
|
|||||||
#
|
#
|
||||||
# spec file for package clisp (Version 2.44.1)
|
# spec file for package clisp (Version 2.44.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 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/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@@ -13,7 +20,7 @@
|
|||||||
|
|
||||||
Name: clisp
|
Name: clisp
|
||||||
# BuildRequires: db43-devel gcc-c++ libstdc++-devel openssl-devel pcre-devel postgresql-devel readline-devel texlive-latex xorg-x11-devel
|
# BuildRequires: db43-devel gcc-c++ libstdc++-devel openssl-devel pcre-devel postgresql-devel readline-devel texlive-latex xorg-x11-devel
|
||||||
BuildRequires: db43-devel openssl-devel pcre-devel postgresql-devel readline-devel xorg-x11-devel
|
BuildRequires: db-devel openssl-devel pcre-devel postgresql-devel readline-devel xorg-x11-devel
|
||||||
#
|
#
|
||||||
# If set to yes do not forget to add
|
# If set to yes do not forget to add
|
||||||
# gcc-c++
|
# gcc-c++
|
||||||
@@ -25,7 +32,7 @@ Group: Development/Languages/Other
|
|||||||
PreReq: vim
|
PreReq: vim
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.44.1
|
Version: 2.44.1
|
||||||
Release: 1
|
Release: 62
|
||||||
Summary: A Common Lisp Interpreter
|
Summary: A Common Lisp Interpreter
|
||||||
Url: http://clisp.cons.org
|
Url: http://clisp.cons.org
|
||||||
Source0: ftp://ftp.gnu.org/pub/gnu/clisp/latest/clisp-%{version}.tar.bz2
|
Source0: ftp://ftp.gnu.org/pub/gnu/clisp/latest/clisp-%{version}.tar.bz2
|
||||||
@@ -306,6 +313,9 @@ find %{buildroot}${LSPLIB}/ -name '*.run' | xargs -r chmod 0755
|
|||||||
%doc %{_mandir}/man1/clisp.1.gz
|
%doc %{_mandir}/man1/clisp.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 05 2009 crrodriguez@suse.de
|
||||||
|
- build this package against newer Berkeley DB, so db43 can be
|
||||||
|
dropped as nothing else depends on it.
|
||||||
* Tue Feb 26 2008 werner@suse.de
|
* Tue Feb 26 2008 werner@suse.de
|
||||||
- Update 2.44.1
|
- Update 2.44.1
|
||||||
* Portability:
|
* Portability:
|
||||||
@@ -578,7 +588,7 @@ find %{buildroot}${LSPLIB}/ -name '*.run' | xargs -r chmod 0755
|
|||||||
can not determined anymore and uses NO_TYPECODES.
|
can not determined anymore and uses NO_TYPECODES.
|
||||||
* Fri Jan 24 2003 werner@suse.de
|
* Fri Jan 24 2003 werner@suse.de
|
||||||
- Update to 2.30
|
- Update to 2.30
|
||||||
* Tue Nov 12 2002 ro@suse.de
|
* Mon Nov 11 2002 ro@suse.de
|
||||||
- changed neededforbuild <xshared> to <x-devel-packages>
|
- changed neededforbuild <xshared> to <x-devel-packages>
|
||||||
- changed neededforbuild <xdevel> to <>
|
- changed neededforbuild <xdevel> to <>
|
||||||
* Thu Aug 01 2002 werner@suse.de
|
* Thu Aug 01 2002 werner@suse.de
|
||||||
@@ -595,13 +605,13 @@ find %{buildroot}${LSPLIB}/ -name '*.run' | xargs -r chmod 0755
|
|||||||
- build again with gcc-3.1 (use -fno-gcse and -DNO_ASM as proposed)
|
- build again with gcc-3.1 (use -fno-gcse and -DNO_ASM as proposed)
|
||||||
- use -fPIC for files linked into shared lib
|
- use -fPIC for files linked into shared lib
|
||||||
- still needs some porting for x86_64 (processor-defs in lispbibl.d)
|
- still needs some porting for x86_64 (processor-defs in lispbibl.d)
|
||||||
* Mon Jun 24 2002 ro@suse.de
|
* Sun Jun 23 2002 ro@suse.de
|
||||||
- fix permissions for doc directories
|
- fix permissions for doc directories
|
||||||
* Sat Jun 01 2002 adrian@suse.de
|
* Sat Jun 01 2002 adrian@suse.de
|
||||||
- fix build on mips
|
- fix build on mips
|
||||||
* fix wrong #includes
|
* fix wrong #includes
|
||||||
* fix as path /bin/as -> /usr/bin/as
|
* fix as path /bin/as -> /usr/bin/as
|
||||||
* Thu Aug 23 2001 ro@suse.de
|
* Wed Aug 22 2001 ro@suse.de
|
||||||
- fixed specfile to build on ppc
|
- fixed specfile to build on ppc
|
||||||
* Wed Jul 11 2001 ro@suse.de
|
* Wed Jul 11 2001 ro@suse.de
|
||||||
- update to 2.26
|
- update to 2.26
|
||||||
@@ -617,7 +627,7 @@ find %{buildroot}${LSPLIB}/ -name '*.run' | xargs -r chmod 0755
|
|||||||
- neededforbuild: postgresql
|
- neededforbuild: postgresql
|
||||||
* Mon Jun 05 2000 uli@suse.de
|
* Mon Jun 05 2000 uli@suse.de
|
||||||
- moved docs to %%{_docdir}
|
- moved docs to %%{_docdir}
|
||||||
* Tue Feb 01 2000 ro@suse.de
|
* Mon Jan 31 2000 ro@suse.de
|
||||||
- fixed libc6-checking again
|
- fixed libc6-checking again
|
||||||
* Mon Jan 31 2000 werner@suse.de
|
* Mon Jan 31 2000 werner@suse.de
|
||||||
- Tried to get PPC working (does NOT work)
|
- Tried to get PPC working (does NOT work)
|
||||||
|
Reference in New Issue
Block a user