SHA256
1
0
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:
Marcus Rückert 2011-04-15 22:38:17 +00:00 committed by Git OBS Bridge
parent bb8d82a2c6
commit e5736c01a2
2 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -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