cleanup spec

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2017-10-03 15:48:09 +02:00
parent d6f88f636c
commit 757c3b03f5
1 changed files with 7 additions and 7 deletions

View File

@ -47,15 +47,15 @@ touch configure */configure Makefile.in */Makefile.in
%build
%configure --quiet
make %{?_smp_mflags}
%if %{with tests}
make check
%endif
%make_build
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%make_install
%if %{with tests}
%check
make check
%endif
%files
%{ANNOBIN_PLUGIN_DIR}