Logoj0ke.net Open Build Service > Projects > devel:libs > json-c > Changes
Sign Up | Log In

Changes of Revision 2

[-] Changed json-c.spec
x
 
1
@@ -35,7 +35,11 @@
2
 Patch0:         %{name}-lfs.patch
3
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
4
 BuildRequires:  libtool
5
+%if 0%{?suse_version}
6
 BuildRequires:  pkg-config
7
+%else
8
+BuildRequires:  pkgconfig
9
+%endif
10
 
11
 %description
12
 JSON-C implements a reference counting object model that allows you to
13