From bd1ccd3af1eec41009c2e95771b6604233ea8cc649d3d8288509ee0e486f40d7 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 9 May 2013 17:52:04 +0000 Subject: [PATCH] Switch to pkgconfig() requires OBS-URL: https://build.opensuse.org/package/show/devel:tools/coccinelle?expand=0&rev=29 --- coccinelle.changes | 5 +++++ coccinelle.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/coccinelle.changes b/coccinelle.changes index 1f1b276..499b5d1 100644 --- a/coccinelle.changes +++ b/coccinelle.changes @@ -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 diff --git a/coccinelle.spec b/coccinelle.spec index daa7fd0..0ceeabd 100644 --- a/coccinelle.spec +++ b/coccinelle.spec @@ -32,8 +32,11 @@ BuildRequires: ncurses-devel BuildRequires: ocaml >= 3.11 BuildRequires: ocaml-camlp4-devel >= 3.11 BuildRequires: ocaml-ocamldoc >= 3.11 -BuildRequires: python-devel +BuildRequires: pkg-config BuildRequires: xz +# Fails to link with PCRE +#BuildRequires: pkgconfig(libpcre) +BuildRequires: pkgconfig(python) Requires: python-base %description