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 %build
%configure --quiet %configure --quiet
make %{?_smp_mflags} %make_build
%if %{with tests}
make check
%endif
%install %install
rm -rf $RPM_BUILD_ROOT %make_install
make install DESTDIR=$RPM_BUILD_ROOT
%if %{with tests}
%check
make check
%endif
%files %files
%{ANNOBIN_PLUGIN_DIR} %{ANNOBIN_PLUGIN_DIR}