forked from pool/rpmlint
Accepting request 536380 from home:jengelh:branches:devel:openSUSE:Factory:rpmlint
- Description updates. Use the %make_install macro. OBS-URL: https://build.opensuse.org/request/show/536380 OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=541
This commit is contained in:
parent
dbbe8b55cf
commit
169fb46bec
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 24 12:54:47 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Description updates. Use the %make_install macro.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 24 12:49:34 UTC 2017 - dmueller@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
Name: rpmlint
|
||||
Version: 1.10
|
||||
Release: 0
|
||||
Summary: Rpm correctness checker
|
||||
Summary: RPM file correctness checker
|
||||
License: GPL-2.0+
|
||||
Group: System/Packages
|
||||
Url: https://github.com/rpm-software-management/rpmlint
|
||||
@ -108,7 +108,7 @@ Requires: python3-xml
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
Rpmlint is a tool to check common errors on rpm packages. Binary and
|
||||
rpmlint is a tool to check common errors on RPM packages. Binary and
|
||||
source packages can be checked.
|
||||
|
||||
%prep
|
||||
@ -123,7 +123,7 @@ mv rpmlint-checks-master/*.py .
|
||||
make %{?_smp_mflags} PYTHON=%{_bindir}/python3
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot} PYTHON=%{_bindir}/python3
|
||||
%make_install PYTHON=%{_bindir}/python3
|
||||
# the provided bash-completion does not work and only prints bash errors
|
||||
rm -rf %{buildroot}%{_sysconfdir}/bash_completion.d
|
||||
mv %{buildroot}%{_sysconfdir}/rpmlint/config %{buildroot}%{_datadir}/rpmlint/config
|
||||
|
Loading…
Reference in New Issue
Block a user