SHA256
1
0
forked from pool/coccinelle

Switch to pkgconfig() requires

OBS-URL: https://build.opensuse.org/package/show/devel:tools/coccinelle?expand=0&rev=29
This commit is contained in:
Jan Engelhardt 2013-05-09 17:52:04 +00:00 committed by Git OBS Bridge
parent 7841b06adb
commit bd1ccd3af1
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 9 17:51:39 UTC 2013 - jengelh@inai.de
- Switch to using pkgconfig()-type BuildRequires
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 3 06:30:09 UTC 2013 - jengelh@inai.de Fri May 3 06:30:09 UTC 2013 - jengelh@inai.de

View File

@ -32,8 +32,11 @@ BuildRequires: ncurses-devel
BuildRequires: ocaml >= 3.11 BuildRequires: ocaml >= 3.11
BuildRequires: ocaml-camlp4-devel >= 3.11 BuildRequires: ocaml-camlp4-devel >= 3.11
BuildRequires: ocaml-ocamldoc >= 3.11 BuildRequires: ocaml-ocamldoc >= 3.11
BuildRequires: python-devel BuildRequires: pkg-config
BuildRequires: xz BuildRequires: xz
# Fails to link with PCRE
#BuildRequires: pkgconfig(libpcre)
BuildRequires: pkgconfig(python)
Requires: python-base Requires: python-base
%description %description