cleanup spec
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
d6f88f636c
commit
757c3b03f5
14
annobin.spec
14
annobin.spec
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user