diff --git a/cmake-gui.changes b/cmake-gui.changes index 30c5223..f2a0b98 100644 --- a/cmake-gui.changes +++ b/cmake-gui.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 19 15:05:10 UTC 2015 - hrvoje.senjan@gmail.com + +- Comment jsoncpp BuildRequires, as it creates dependancy cycle + ------------------------------------------------------------------- Sat Feb 14 19:48:11 UTC 2015 - hrvoje.senjan@gmail.com diff --git a/cmake-gui.spec b/cmake-gui.spec index 65d3afb..3657e76 100644 --- a/cmake-gui.spec +++ b/cmake-gui.spec @@ -38,9 +38,10 @@ BuildRequires: openssl-devel BuildRequires: python-sphinx BuildRequires: update-desktop-files BuildRequires: zlib-devel -%if 0%{?suse_version} > 1320 -BuildRequires: pkgconfig(jsoncpp) -%endif +# this is commented as it would create dependancy cycle between jsoncpp and cmake +#if 0%{?suse_version} > 1320 +#BuildRequires: pkgconfig(jsoncpp) +#endif BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(liblzma) Requires: cmake @@ -87,9 +88,7 @@ export CFLAGS="$CXXFLAGS" --system-bzip2 \ --no-system-libarchive \ %endif -%if 0%{?suse_version} <= 1320 --no-system-jsoncpp \ -%endif --parallel=0%{jobs} \ --qt-gui make VERBOSE=1 %{?_smp_mflags} diff --git a/cmake.changes b/cmake.changes index 76e029e..a73a877 100644 --- a/cmake.changes +++ b/cmake.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 19 15:05:10 UTC 2015 - hrvoje.senjan@gmail.com + +- Comment jsoncpp BuildRequires, as it creates dependancy cycle + ------------------------------------------------------------------- Mon Feb 16 14:59:01 UTC 2015 - tchvatal@suse.com diff --git a/cmake.spec b/cmake.spec index 0a59ba9..e56bae6 100644 --- a/cmake.spec +++ b/cmake.spec @@ -38,9 +38,10 @@ BuildRequires: gcc-c++ BuildRequires: libexpat-devel BuildRequires: ncurses-devel BuildRequires: zlib-devel -%if 0%{?suse_version} > 1320 -BuildRequires: pkgconfig(jsoncpp) -%endif +# this is commented as it would create dependancy cycle between jsoncpp and cmake +#if 0%{?suse_version} > 1320 +#BuildRequires: pkgconfig(jsoncpp) +#endif BuildRequires: pkgconfig(liblzma) Requires: make Recommends: cmake-mans @@ -71,9 +72,7 @@ export CFLAGS="$CXXFLAGS" %if 0%{?suse_version} <= 1110 --no-system-libarchive \ %endif -%if 0%{?suse_version} <= 1320 --no-system-jsoncpp \ -%endif --parallel=0%{jobs} \ --verbose \ --no-qt-gui