diff --git a/clisp-rpmlintrc b/clisp-rpmlintrc index 8373160..d5b29ec 100644 --- a/clisp-rpmlintrc +++ b/clisp-rpmlintrc @@ -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/.*") diff --git a/clisp.changes b/clisp.changes index 3d8119f..34764d4 100644 --- a/clisp.changes +++ b/clisp.changes @@ -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 diff --git a/clisp.spec b/clisp.spec index f22f200..51f55f3 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,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