diff --git a/rpmlintrc b/rpmlintrc new file mode 100644 index 0000000..7c893c3 --- /dev/null +++ b/rpmlintrc @@ -0,0 +1,4 @@ +# This line is mandatory to access the configuration functions +from Config import * + +addFilter("sane-backends devel-file-in-non-devel-package .*libsane.*.so") diff --git a/sane-backends.changes b/sane-backends.changes index 64dfdc6..b40b8ba 100644 --- a/sane-backends.changes +++ b/sane-backends.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 6 01:19:40 CEST 2007 - ro@suse.de + +- suppress devel file warnings for libsane*.so + ------------------------------------------------------------------- Sat Apr 21 15:15:08 CEST 2007 - aj@suse.de diff --git a/sane-backends.spec b/sane-backends.spec index 0b471f2..0f0bc14 100644 --- a/sane-backends.spec +++ b/sane-backends.spec @@ -12,15 +12,16 @@ Name: sane-backends BuildRequires: libgphoto2-devel libieee1284 libjpeg-devel libpng net-snmp-devel pkg-config texlive-latex -License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL) +License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL), GPL with linking exception. Group: Hardware/Scanner Autoreqprov: on Summary: SANE (Scanner Access Now Easy) scanner drivers Version: 1.0.18 -Release: 15 +Release: 34 URL: http://www.sane-project.org/ # URL for Source0: http://alioth.debian.org/download.php/1669/sane-backends-1.0.18.tar.gz Source0: sane-backends-%{version}.tar.bz2 +Source1: rpmlintrc # Source100... is SUSE specific stuff: Source100: sane-dev Source101: sane-port @@ -341,6 +342,8 @@ exit 0 %doc %{_mandir}/man8/saned.8.gz %changelog +* Wed Jun 06 2007 - ro@suse.de +- suppress devel file warnings for libsane*.so * Sat Apr 21 2007 - aj@suse.de - Use texlive. * Wed Feb 21 2007 - jsmeix@suse.de