forked from pool/patch
- Be more verbose when %verbose is defined.
OBS-URL: https://build.opensuse.org/package/show/devel:tools/patch?expand=0&rev=15
This commit is contained in:
parent
3b8bf5d048
commit
34ab43d3ca
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 2 14:40:09 CEST 2010 - agruen@suse.de
|
||||||
|
|
||||||
|
- Be more verbose when %verbose is defined.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 2 14:01:47 CEST 2010 - agruen@suse.de
|
Sun May 2 14:01:47 CEST 2010 - agruen@suse.de
|
||||||
|
|
||||||
|
@ -49,13 +49,13 @@ Authors:
|
|||||||
%build
|
%build
|
||||||
CFLAGS="$RPM_OPT_FLAGS -Wall -O2 -pipe" \
|
CFLAGS="$RPM_OPT_FLAGS -Wall -O2 -pipe" \
|
||||||
./configure --prefix=%{_prefix}
|
./configure --prefix=%{_prefix}
|
||||||
make %{?jobs:-j%jobs};
|
make %{?jobs:-j%jobs} %{verbose:V=1};
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make check %{verbose:V=1}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT %{verbose:V=1}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user