forked from pool/varnish
- use pkgconfig instead of pkg-config on SLES 9
OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=45
This commit is contained in:
parent
bb8d82a2c6
commit
e5736c01a2
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 22:36:02 UTC 2011 - mrueckert@suse.de
|
||||
|
||||
- use pkgconfig instead of pkg-config on SLES 9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 3 23:38:24 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
|
@ -26,7 +26,12 @@ License: BSD
|
||||
Group: Productivity/Networking/Web/Proxy
|
||||
#
|
||||
BuildRoot: %_tmppath/%name-%version-build
|
||||
BuildRequires: libxslt, ncurses-devel, pcre-devel, pkg-config
|
||||
BuildRequires: libxslt, ncurses-devel, pcre-devel
|
||||
%if %{suse_version} >= 1010
|
||||
BuildRequires: pkg-config
|
||||
%else
|
||||
BuildRequires: pkgconfig
|
||||
%endif
|
||||
Prereq(post): %_sbindir/useradd %_sbindir/groupadd
|
||||
%if 0%{?suse_version}
|
||||
Recommends: logrotate
|
||||
|
Loading…
Reference in New Issue
Block a user