diff --git a/rpmlint.changes b/rpmlint.changes index 7e32308..32226f1 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -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 diff --git a/rpmlint.spec b/rpmlint.spec index 79f17e7..975557d 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -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