Spec file cleanup

This commit is contained in:
Robert Scheck 2021-01-18 20:09:43 +01:00
parent d8a1f04c3e
commit eb882acfaa

View File

@ -4,7 +4,7 @@ Version: 0.51.0
Release: 17%{?dist} Release: 17%{?dist}
License: GPLv2 with exceptions License: GPLv2 with exceptions
#VCS: bzr:https://code.edge.launchpad.net/~intltool/intltool/trunk #VCS: bzr:https://code.edge.launchpad.net/~intltool/intltool/trunk
Source: http://edge.launchpad.net/intltool/trunk/%{version}/+download/intltool-%{version}.tar.gz Source: https://edge.launchpad.net/intltool/trunk/%{version}/+download/intltool-%{version}.tar.gz
URL: https://launchpad.net/intltool URL: https://launchpad.net/intltool
BuildArch: noarch BuildArch: noarch
Requires: patch Requires: patch
@ -46,10 +46,10 @@ them in the po files.
%build %build
%configure %configure
make %{?_smp_mflags} %make_build
%install %install
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" %make_install
%check %check
if ! make check; then if ! make check; then