Accepting request 95438 from devel:languages:misc
- Use _service to avoid silly osc checks - 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 - add automake as buildrequire to avoid implicit dependency - Remove redundant tags/sections from specfile OBS-URL: https://build.opensuse.org/request/show/95438 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/clisp?expand=0&rev=23
This commit is contained in:
commit
1d2abca467
12
_service
Normal file
12
_service
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<services>
|
||||||
|
<service mode="localonly" name="download_url">
|
||||||
|
<param name="host">ftp.gnu.org</param>
|
||||||
|
<param name="protocol">ftp</param>
|
||||||
|
<param name="path">/pub/gnu/libsigsegv/libsigsegv-2.8.tar.gz</param>
|
||||||
|
</service>
|
||||||
|
<service mode="localonly" name="recompress">
|
||||||
|
<param name="file">*.gz</param>
|
||||||
|
<param name="compression">bz2</param>
|
||||||
|
</service>
|
||||||
|
</services>
|
@ -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
|
Wed Oct 6 20:36:32 UTC 2010 - aj@suse.de
|
||||||
|
|
||||||
|
29
clisp.spec
29
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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,27 +15,36 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: clisp
|
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
|
# If set to yes do not forget to add
|
||||||
# gcc-c++
|
# gcc-c++
|
||||||
# to BuildRequires
|
# to BuildRequires
|
||||||
#
|
#
|
||||||
%define debug no
|
%define debug no
|
||||||
License: GPLv2+
|
License: GPL-2.0+
|
||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
PreReq: vim
|
PreReq: vim
|
||||||
AutoReqProv: on
|
|
||||||
Version: 2.49
|
Version: 2.49
|
||||||
Release: 2
|
Release: 0
|
||||||
Summary: A Common Lisp Interpreter
|
Summary: A Common Lisp Interpreter
|
||||||
Url: http://clisp.cons.org
|
Url: http://clisp.cons.org
|
||||||
Source0: http://switch.dl.sourceforge.net/sourceforge/clisp/clisp-2.49.tar.bz2
|
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
|
Source2: ftp://ftp.gnu.org/pub/gnu/libsigsegv/libsigsegv-2.8.tar.bz2
|
||||||
Source3: clisp-rpmlintrc
|
Source3: clisp-rpmlintrc
|
||||||
Source4: README.SuSE
|
Source4: README.SuSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user