Spec file cleanup
This commit is contained in:
parent
d8a1f04c3e
commit
eb882acfaa
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user