2008-04-17 04:52:37 +02:00
|
|
|
#
|
2011-01-14 14:41:20 +01:00
|
|
|
# spec file for package rpmlint
|
2008-04-17 04:52:37 +02:00
|
|
|
#
|
2017-01-24 11:34:55 +01:00
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
2008-04-17 04:52:37 +02:00
|
|
|
#
|
2008-08-06 01:56:12 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2008-04-17 04:52:37 +02:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2012-01-11 18:32:22 +01:00
|
|
|
|
2009-08-28 22:12:54 +02:00
|
|
|
#!BuildIgnore: rpmlint-mini
|
2008-04-17 04:52:37 +02:00
|
|
|
|
|
|
|
Name: rpmlint
|
2011-12-19 10:45:15 +01:00
|
|
|
BuildRequires: obs-service-format_spec_file
|
2016-01-28 08:20:40 +01:00
|
|
|
BuildRequires: python-pytest
|
2011-12-13 18:13:54 +01:00
|
|
|
BuildRequires: rpm-python
|
|
|
|
BuildRequires: xz
|
2008-04-17 04:52:37 +02:00
|
|
|
Summary: Rpm correctness checker
|
2011-12-13 18:13:54 +01:00
|
|
|
License: GPL-2.0+
|
|
|
|
Group: System/Packages
|
2015-11-26 11:24:13 +01:00
|
|
|
Version: 1.8
|
2011-12-13 18:13:54 +01:00
|
|
|
Release: 0
|
2015-11-26 11:24:13 +01:00
|
|
|
Source0: https://github.com/rpm-software-management/rpmlint/archive/rpmlint-%{version}.tar.gz
|
2015-10-14 16:27:51 +02:00
|
|
|
Source1: rpmlint-checks-master.tar.xz
|
2012-09-26 15:45:06 +02:00
|
|
|
Source2: config
|
|
|
|
Source3: config.in
|
|
|
|
Source11: pie.config
|
|
|
|
Source12: licenses.config
|
2015-05-06 17:14:09 +02:00
|
|
|
Source98: update_git.sh
|
2014-01-30 14:29:11 +01:00
|
|
|
Source99: README.packaging.txt
|
2008-04-17 04:52:37 +02:00
|
|
|
Source100: syntax-validator.py
|
2015-11-26 11:24:13 +01:00
|
|
|
Url: https://github.com/rpm-software-management/rpmlint
|
2012-02-29 12:02:50 +01:00
|
|
|
Requires: /usr/bin/readelf
|
|
|
|
Requires: bash
|
|
|
|
Requires: checkbashisms
|
|
|
|
Requires: cpio
|
|
|
|
Requires: dash
|
2008-04-17 04:52:37 +02:00
|
|
|
Requires: desktop-file-utils
|
2012-02-29 12:02:50 +01:00
|
|
|
Requires: file
|
|
|
|
Requires: findutils
|
2010-02-01 12:21:22 +01:00
|
|
|
Requires: python-magic
|
2016-02-22 09:21:14 +01:00
|
|
|
Requires: python-xml
|
2012-02-29 12:02:50 +01:00
|
|
|
Requires: rpm-python
|
2013-09-16 13:16:48 +02:00
|
|
|
# Requirement for ErlangCheck.py (pull-request #2).
|
|
|
|
Requires: python-pybeam
|
2012-10-04 13:32:25 +02:00
|
|
|
#
|
|
|
|
# Read README.packaging.txt before making any changes to this
|
|
|
|
# package
|
|
|
|
#
|
2015-04-10 16:35:46 +02:00
|
|
|
# PATCHLIST BEGIN
|
|
|
|
Patch00: rpmlint-suse.diff
|
|
|
|
Patch01: suse-checks.diff
|
|
|
|
Patch02: suse-version.diff
|
|
|
|
Patch03: suse-url-check.diff
|
|
|
|
Patch04: suse-python3-naming-policy.diff
|
|
|
|
Patch05: suse-filesystem.diff
|
|
|
|
Patch06: suse-pkg-config-check.diff
|
|
|
|
Patch07: suse-binarieschecks.diff
|
|
|
|
Patch08: no-doc-for-lib.diff
|
|
|
|
Patch09: suse-filter-exception.diff
|
2016-04-06 16:18:58 +02:00
|
|
|
Patch10: suse-spdx-license-exceptions.patch
|
|
|
|
Patch20: usr-arch.diff
|
|
|
|
Patch21: script-interpreter-only-for-exec-sc.diff
|
|
|
|
Patch22: sourced-dirs.diff
|
|
|
|
Patch23: suse-filter-more-verbose.diff
|
|
|
|
Patch24: docdata-examples.diff
|
|
|
|
Patch25: yast-provides.diff
|
|
|
|
Patch26: xdg-paths-update.diff
|
|
|
|
Patch27: better-wrong-script.diff
|
|
|
|
Patch28: buildroot-doc.diff
|
|
|
|
Patch29: rpmgroup-checks.diff
|
|
|
|
Patch30: devel-provide-is-devel-package.diff
|
|
|
|
Patch31: only-reg-files-are-scripts.diff
|
|
|
|
Patch32: buildroot-in-scripts.diff
|
|
|
|
Patch33: libtool-wrapper-check.diff
|
|
|
|
Patch34: suse-check-optional-dependencies.diff
|
|
|
|
Patch35: noarch-lib64.diff
|
|
|
|
Patch36: suse-no-run-ldconfig.diff
|
|
|
|
Patch37: description-check.diff
|
|
|
|
Patch38: add-weak-dependencies.diff
|
|
|
|
Patch39: selfconflicts-provide.diff
|
|
|
|
Patch40: no-badness-return.diff
|
|
|
|
Patch41: suse-shlib-devel-dependency.diff
|
|
|
|
Patch42: version-control-internal-file.diff
|
|
|
|
Patch43: stricter-interpreter-check.diff
|
|
|
|
Patch44: confusing-invalid-spec-name.diff
|
|
|
|
Patch45: rpmlint-pkg-quoting.diff
|
|
|
|
Patch46: suse-g-ir-chech.diff
|
|
|
|
Patch47: remove-expand-macros.diff
|
|
|
|
Patch48: suse-whitelist-opensuse.diff
|
|
|
|
Patch49: extend-suse-conffiles-check.diff
|
|
|
|
Patch50: compressed-backup-regex.diff
|
|
|
|
Patch51: suse-speccheck-utf8.diff
|
|
|
|
Patch52: suse-python-abi-check.diff
|
|
|
|
Patch53: suse-manpages-for-rc-scripts.diff
|
|
|
|
Patch54: suse-ignore-specfile-errors.diff
|
|
|
|
Patch55: invalid-filerequires.diff
|
|
|
|
Patch56: suse-sysv-init-checks.diff
|
|
|
|
Patch57: check-for-self-provides.diff
|
|
|
|
Patch58: add-check-for-tmpfiles-created-at-r.diff
|
|
|
|
Patch59: remove-files-attr-not-set-check.diff
|
|
|
|
Patch60: fix-shared-library-matching.diff
|
2016-01-21 13:19:22 +01:00
|
|
|
# https://github.com/rpm-software-management/rpmlint/commit/1436dd7bc41115af658cf8f36a3149ab90a61fcf.patch
|
2016-04-06 16:18:58 +02:00
|
|
|
Patch61: postin-speedup.diff
|
2016-01-21 13:19:22 +01:00
|
|
|
# https://github.com/rpm-software-management/rpmlint/commit/37fe9d4f237c2cb29fcb3b60d1ece189e578eeaf.patch and followup regression fixes
|
2016-04-06 16:18:58 +02:00
|
|
|
Patch62: binaryinfo-speedup.diff
|
|
|
|
Patch63: 0001-Avoid-messing-with-the-error-encoding-Fixes-61.patch
|
2016-05-04 09:28:52 +02:00
|
|
|
Patch64: omit_BUILDROOT_from_pyo_files.patch
|
2016-06-06 13:07:16 +02:00
|
|
|
# PATCH-FIX-UPSTREAM 0001-Fix-resolving-Python-source-from-3.5-.opt-12.pyc.patch alarrosa@suse.com -- Fixes resolving python source from files generated following PEP0488
|
|
|
|
Patch65: 0001-Fix-resolving-Python-source-from-3.5-.opt-12.pyc.patch
|
2017-01-31 16:01:29 +01:00
|
|
|
Patch661: issue_68_BinariesCheck_lower_memory-1.patch
|
|
|
|
Patch662: issue_68_BinariesCheck_lower_memory-2.patch
|
|
|
|
Patch663: issue_68_BinariesCheck_lower_memory-3.patch
|
|
|
|
Patch664: issue_68_BinariesCheck_lower_memory-4.patch
|
2017-01-09 09:32:58 +01:00
|
|
|
# Fix a regression introduced by suse-shlib-devel-dependency.diff
|
|
|
|
Patch67: suse-readd_terminator_in_regex.patch
|
2017-03-03 17:55:29 +01:00
|
|
|
Patch68: boo1027577-license_tag.patch
|
2015-04-10 16:35:46 +02:00
|
|
|
# PATCHLIST END
|
2015-11-13 13:32:29 +01:00
|
|
|
# BuildArch must at the end. is a bug: https://bugzilla.suse.com/show_bug.cgi?id=926766
|
2015-04-10 16:35:46 +02:00
|
|
|
BuildArch: noarch
|
2012-12-07 18:20:22 +01:00
|
|
|
|
2008-04-17 04:52:37 +02:00
|
|
|
%py_requires
|
|
|
|
|
|
|
|
%description
|
|
|
|
Rpmlint is a tool to check common errors on rpm packages. Binary and
|
|
|
|
source packages can be checked.
|
|
|
|
|
|
|
|
%prep
|
2015-11-26 11:24:13 +01:00
|
|
|
%autosetup -n rpmlint-rpmlint-%{version} -a1 -p1
|
2015-06-30 10:52:30 +02:00
|
|
|
|
2012-09-26 15:45:06 +02:00
|
|
|
cp -p %{SOURCE2} .
|
|
|
|
# Only move top-level python files
|
|
|
|
chmod 0755 rpmlint-checks-master/*.py
|
|
|
|
mv rpmlint-checks-master/*.py .
|
2008-04-17 04:52:37 +02:00
|
|
|
|
|
|
|
%build
|
2010-01-27 18:18:50 +01:00
|
|
|
make %{?_smp_mflags}
|
2008-04-17 04:52:37 +02:00
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2008-09-26 15:19:50 +02:00
|
|
|
# the provided bash-completion does not work and only prints bash errors
|
|
|
|
rm -rf $RPM_BUILD_ROOT/etc/bash_completion.d
|
2008-04-17 04:52:37 +02:00
|
|
|
mv $RPM_BUILD_ROOT/etc/rpmlint/config $RPM_BUILD_ROOT/usr/share/rpmlint/config
|
|
|
|
head -n 8 $RPM_BUILD_ROOT/usr/share/rpmlint/config > $RPM_BUILD_ROOT/etc/rpmlint/config
|
|
|
|
# make sure that the package is sane
|
|
|
|
python -tt %{SOURCE100} $RPM_BUILD_ROOT/usr/share/rpmlint/*.py $RPM_BUILD_ROOT/usr/share/rpmlint/config
|
2012-09-26 15:45:06 +02:00
|
|
|
%__install -m 644 %{SOURCE11} %{buildroot}/%{_sysconfdir}/rpmlint/
|
2011-12-19 10:45:15 +01:00
|
|
|
|
2012-09-26 15:45:06 +02:00
|
|
|
cp %{SOURCE12} licenses.config
|
2011-12-19 10:45:15 +01:00
|
|
|
# note there is a tab character behind the -d, so don't copy&paste lightly
|
|
|
|
cut '-d ' -f1 /usr/lib/obs/service/format_spec_file.files/licenses_changes.txt | tail -n +2 | sort -u | while read l; do
|
|
|
|
sed -i -e "s/\(#VALIDLICENSES\)/\1\n '$l',/" licenses.config
|
|
|
|
done
|
|
|
|
%__install -m 644 licenses.config %{buildroot}/%{_sysconfdir}/rpmlint/
|
2008-04-17 04:52:37 +02:00
|
|
|
|
2016-01-28 08:20:40 +01:00
|
|
|
%check
|
|
|
|
sh ./test.sh
|
2008-04-17 04:52:37 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,0755)
|
2015-11-26 11:24:13 +01:00
|
|
|
%doc COPYING INSTALL README*
|
2008-04-17 04:52:37 +02:00
|
|
|
%{_prefix}/bin/*
|
|
|
|
%{_prefix}/share/rpmlint
|
|
|
|
%config(noreplace) /etc/rpmlint/config
|
2011-05-10 13:44:35 +02:00
|
|
|
%config %{_sysconfdir}/rpmlint/pie.config
|
2011-11-29 13:08:58 +01:00
|
|
|
%config %{_sysconfdir}/rpmlint/licenses.config
|
2008-04-17 04:52:37 +02:00
|
|
|
%dir /etc/rpmlint
|
|
|
|
/usr/share/man/man1/rpmlint.1.gz
|
2015-04-10 16:35:46 +02:00
|
|
|
/usr/share/man/man1/rpmdiff.1.gz
|
2008-04-17 04:52:37 +02:00
|
|
|
|
|
|
|
%changelog
|