update to 1.6
This commit is contained in:
parent
7c6bb13edb
commit
4346425f02
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/rpmlint-1.3.tar.xz
|
/rpmlint-1.3.tar.xz
|
||||||
/rpmlint-1.4.tar.xz
|
/rpmlint-1.4.tar.xz
|
||||||
/rpmlint-1.5.tar.xz
|
/rpmlint-1.5.tar.xz
|
||||||
|
/rpmlint-1.6.tar.xz
|
||||||
|
26
rpmlint.spec
26
rpmlint.spec
@ -1,8 +1,7 @@
|
|||||||
Name: rpmlint
|
Name: rpmlint
|
||||||
Version: 1.5
|
Version: 1.6
|
||||||
Release: 12%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for checking common errors in RPM packages
|
Summary: Tool for checking common errors in RPM packages
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://sourceforge.net/projects/rpmlint/
|
URL: http://sourceforge.net/projects/rpmlint/
|
||||||
@ -14,21 +13,12 @@ Source3: %{name}-etc.config
|
|||||||
Source4: %{name}.config.el4
|
Source4: %{name}.config.el4
|
||||||
# EL-5 specific config
|
# EL-5 specific config
|
||||||
Source5: %{name}.config.el5
|
Source5: %{name}.config.el5
|
||||||
# http://sourceforge.net/p/rpmlint/code/ci/f85186d/
|
|
||||||
Patch0: rpmlint-1.5-desktopfix.patch
|
|
||||||
# http://sourceforge.net/p/rpmlint/code/ci/b5044ef95714377fd8b6f1dec79360b34d8c24f9
|
|
||||||
Patch1: rpmlint-1.5-dont-modify-sys-argv-0.patch
|
|
||||||
# http://sourceforge.net/p/rpmlint/code/ci/910b08d053eb384605ca6ad5606791e7c224c3fa
|
|
||||||
Patch2: rpmlint-1.5-fix-unbound-var.patch
|
|
||||||
# https://sourceforge.net/p/rpmlint/code/ci/9844a91e281b2da647c599c3958ec34375d245a2
|
|
||||||
Patch3: rpmlint-1.5-fix-unicode-name-bug.patch
|
|
||||||
# http://sourceforge.net/p/rpmlint/code/ci/0929683e2544813d65ef85ae49b52ccdc6662746
|
|
||||||
Patch4: rpmlint-1.5-python-3.4-magic-number-fix.patch
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python >= 2.4
|
BuildRequires: python >= 2.4
|
||||||
BuildRequires: rpm-python >= 4.4
|
BuildRequires: rpm-python >= 4.4
|
||||||
BuildRequires: sed >= 3.95
|
BuildRequires: sed >= 3.95
|
||||||
|
BuildRequires: pytest
|
||||||
%if ! 0%{?rhel}
|
%if ! 0%{?rhel}
|
||||||
# no bash-completion for RHEL
|
# no bash-completion for RHEL
|
||||||
BuildRequires: bash-completion
|
BuildRequires: bash-completion
|
||||||
@ -59,11 +49,6 @@ and source packages as well as spec files can be checked.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .desktopfix
|
|
||||||
%patch1 -p1 -b .argv0
|
|
||||||
%patch2 -p1 -b .fixunbound
|
|
||||||
%patch3 -p1 -b .fixunicode
|
|
||||||
%patch4 -p1 -b .py34
|
|
||||||
sed -i -e /MenuCheck/d Config.py
|
sed -i -e /MenuCheck/d Config.py
|
||||||
cp -p config config.example
|
cp -p config config.example
|
||||||
install -pm 644 %{SOURCE2} CHANGES.package.old
|
install -pm 644 %{SOURCE2} CHANGES.package.old
|
||||||
@ -110,10 +95,13 @@ make check
|
|||||||
%{_bindir}/rpmlint
|
%{_bindir}/rpmlint
|
||||||
%{_datadir}/rpmlint/
|
%{_datadir}/rpmlint/
|
||||||
%exclude %{_datadir}/rpmlint/rpmlint.py[co]
|
%exclude %{_datadir}/rpmlint/rpmlint.py[co]
|
||||||
|
%{_mandir}/man1/rpmdiff.1*
|
||||||
%{_mandir}/man1/rpmlint.1*
|
%{_mandir}/man1/rpmlint.1*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 4 2014 Tom Callaway <spot@fedoraproject.org> - 1.6-1
|
||||||
|
- update to 1.6
|
||||||
|
|
||||||
* Wed Jun 25 2014 Tom Callaway <spot@fedoraproject.org> - 1.5-12
|
* Wed Jun 25 2014 Tom Callaway <spot@fedoraproject.org> - 1.5-12
|
||||||
- add systemd to UsrLibBinaryException
|
- add systemd to UsrLibBinaryException
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user