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
|
%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}
|
||||||
|
Loading…
Reference in New Issue
Block a user