SHA256
1
0
forked from pool/varnish

Accepting request 359616 from home:evshmarnev:branches:server:http

- disable silent rules in spec file.
- enable testsuite for varnish.

OBS-URL: https://build.opensuse.org/request/show/359616
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=74
This commit is contained in:
Jan Engelhardt 2016-02-16 13:09:08 +00:00 committed by Git OBS Bridge
parent 41bfcdbe68
commit 4312559fea
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Feb 16 12:52:51 UTC 2016 - eshmarnev@suse.com
- disable silent rules in spec file.
- enable testsuite for varnish.
-------------------------------------------------------------------
Tue Feb 16 12:16:47 UTC 2016 - eshmarnev@suse.com

View File

@ -99,6 +99,7 @@ This package holds the development files for varnish.
export CFLAGS="%optflags -fstack-protector"
%configure --disable-static --docdir="%_docdir/%name" \
--localstatedir="%_localstatedir/cache/" \
--disable-silent-rules \
--enable-developer-warnings
make %{?_smp_mflags}
@ -129,6 +130,9 @@ mkdir -p "$b/%pkg_logdir"
mkdir -p "$b/%_docdir/%name"
cp -a ChangeLog LICENSE README "$b/%_docdir/%name/"
%check
make %{?_smp_mflags} check
%pre
%_bindir/getent group varnish >/dev/null || \
%_sbindir/groupadd -r varnish || :