diff --git a/_service b/_service new file mode 100644 index 0000000..cbeaa40 --- /dev/null +++ b/_service @@ -0,0 +1,12 @@ + + + + ftp.gnu.org + ftp + /pub/gnu/libsigsegv/libsigsegv-2.8.tar.gz + + + *.gz + bz2 + + diff --git a/clisp.changes b/clisp.changes index fd24a91..2191e39 100644 --- a/clisp.changes +++ b/clisp.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Dec 5 12:01:05 UTC 2011 - werner@suse.de + +- Use _service to avoid silly osc checks + +------------------------------------------------------------------- +Fri Dec 2 08:37:00 UTC 2011 - werner@suse.de + +- Avoid download of ffcall-1.10+2.43 +- Convert libsigsegv-2.6.tar from bz2 to gz as build system is not + smart enough to detect and change the compression format + +------------------------------------------------------------------- +Fri Dec 2 07:42:14 UTC 2011 - coolo@suse.com + +- add automake as buildrequire to avoid implicit dependency + +------------------------------------------------------------------- +Sat Sep 17 23:05:18 UTC 2011 - jengelh@medozas.de + +- Remove redundant tags/sections from specfile + ------------------------------------------------------------------- Wed Oct 6 20:36:32 UTC 2010 - aj@suse.de diff --git a/clisp.spec b/clisp.spec index 7c4f721..fddc156 100644 --- a/clisp.spec +++ b/clisp.spec @@ -1,7 +1,7 @@ # -# spec file for package clisp (Version 2.49) +# spec file for package clisp # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,27 +15,36 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - - Name: clisp -BuildRequires: db-devel dbus-1-devel fdupes gdbm-devel gtk2-devel libglade2-devel openssl-devel pcre-devel postgresql-devel readline-devel xorg-x11-devel +BuildRequires: automake +BuildRequires: db-devel +BuildRequires: dbus-1-devel +BuildRequires: fdupes +BuildRequires: gdbm-devel +BuildRequires: gtk2-devel +BuildRequires: libglade2-devel +BuildRequires: openssl-devel +BuildRequires: pcre-devel +BuildRequires: postgresql-devel +BuildRequires: readline-devel +BuildRequires: xorg-x11-devel # # If set to yes do not forget to add # gcc-c++ # to BuildRequires # %define debug no -License: GPLv2+ +License: GPL-2.0+ Group: Development/Languages/Other PreReq: vim -AutoReqProv: on Version: 2.49 -Release: 2 +Release: 0 Summary: A Common Lisp Interpreter Url: http://clisp.cons.org Source0: http://switch.dl.sourceforge.net/sourceforge/clisp/clisp-2.49.tar.bz2 -Source1: http://www.haible.de/bruno/gnu/ffcall-1.10+2.43.tar.bz2 +# Original source at http://www.haible.de/bruno/gnu/ffcall-1.10.tar.gz +# adopted to work with clisp-2.43 and higher +Source1: ffcall-1.10+2.43.tar.bz2 Source2: ftp://ftp.gnu.org/pub/gnu/libsigsegv/libsigsegv-2.8.tar.bz2 Source3: clisp-rpmlintrc Source4: README.SuSE