Accepting request 83098 from home:jengelh:bl-c
- Remove redundant tags/sections from specfile OBS-URL: https://build.opensuse.org/request/show/83098 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/clisp?expand=0&rev=15
This commit is contained in:
parent
02550c8475
commit
f434f9b825
@ -1,5 +1,4 @@
|
||||
addFilter(".*devel-file-in-non-devel-package.*/usr/lib/clisp-.*/.*")
|
||||
addFilter(".*files-duplicate.*/usr/lib/clisp-.*/.*")
|
||||
addFilter(".*devel-file-in-non-devel-package.*/usr/lib.*/clisp-.*/.*")
|
||||
addFilter(".*make-check-outside-check-section.*make\ check.*")
|
||||
addFilter(".*executable-stack.*/usr/lib/clisp-2.49/.*")
|
||||
addFilter(".*binary-or-shlib-calls-gethostbyname.*/usr/lib/clisp-2.49/.*")
|
||||
addFilter(".*executable-stack.*/usr/lib.*/clisp-2.49/.*")
|
||||
addFilter(".*binary-or-shlib-calls-gethostbyname.*/usr/lib.*/clisp-2.49/.*")
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Use fdupes
|
||||
- Fix rpmlintrc for lib64.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 15 15:09:10 CEST 2010 - werner@suse.de
|
||||
|
||||
|
@ -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,7 +15,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: clisp
|
||||
@ -29,9 +28,8 @@ BuildRequires: db-devel dbus-1-devel fdupes gdbm-devel gtk2-devel libglade2-dev
|
||||
License: GPLv2+
|
||||
Group: Development/Languages/Other
|
||||
PreReq: vim
|
||||
AutoReqProv: on
|
||||
Version: 2.49
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: A Common Lisp Interpreter
|
||||
Url: http://clisp.cons.org
|
||||
Source0: http://switch.dl.sourceforge.net/sourceforge/clisp/clisp-2.49.tar.bz2
|
||||
@ -298,6 +296,7 @@ rm -f %{buildroot}${CLXDOC}/demos/.\#*
|
||||
rm -f %{buildroot}${CLXDOC}/demos/*.orig
|
||||
find %{buildroot}${LSPLIB}/ -name '*.dvi' | xargs -r rm -f
|
||||
find %{buildroot}${LSPLIB}/ -name '*.run' | xargs -r chmod 0755
|
||||
%fdupes %{buildroot}${LSPLIB}/
|
||||
%find_lang clisp
|
||||
%find_lang clisplow clisp.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user