Accepting request 50182 from devel:languages:misc
Copy from devel:languages:misc/clisp based on submit request 50182 from user coolo OBS-URL: https://build.opensuse.org/request/show/50182 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/clisp?expand=0&rev=20
This commit is contained in:
parent
84cf34f362
commit
97fedb7b0e
@ -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,9 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -31,7 +31,7 @@ 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 +298,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