use %make_build/%make_install

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-02-20 14:28:19 +01:00
parent 6d624de2e9
commit 4bfd40c188

View File

@ -77,11 +77,10 @@ you develop a front-end for the authselect library.
%build
autoreconf -if
%configure
make %{?_smp_mflags}
%make_build
%install
make install DESTDIR=$RPM_BUILD_ROOT
%make_install
# Remove .la and .a files created by libtool
find $RPM_BUILD_ROOT -name "*.la" -exec rm -f {} \;