summaryrefslogtreecommitdiff
path: root/ceph.spec.in
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2012-05-17 20:08:16 -0700
committerSage Weil <sage@inktank.com>2012-05-17 20:23:33 -0700
commita586bdf081670fc0eabf654270b2965aaed9ac8b (patch)
treee1b33b14ee817475f7c782bf4836e615844f1a76 /ceph.spec.in
parentf943f34b8389384d64c9ebdb3c5df6db18c3d825 (diff)
downloadceph-a586bdf081670fc0eabf654270b2965aaed9ac8b.tar.gz
ceph.spec: don't package gceph
Signed-off-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r--ceph.spec.in28
1 files changed, 0 insertions, 28 deletions
diff --git a/ceph.spec.in b/ceph.spec.in
index b3dd3f03b2f..fa72c2d9087 100644
--- a/ceph.spec.in
+++ b/ceph.spec.in
@@ -1,5 +1,3 @@
-%define with_gtk2 %{?_with_gtk2: 1} %{!?_with_gtk2: 0}
-
%bcond_with ocf
# it seems there is no usable tcmalloc rpm for x86_64; parts of
# google-perftools don't compile on x86_64, and apparently the
@@ -118,18 +116,6 @@ obsync is a tool to synchronize objects between cloud object
storage providers, such as Amazon S3 (or compatible services), a
Ceph RADOS cluster, or a local directory.
-%if %{with_gtk2}
-%package gcephtool
-Summary: Ceph graphical monitoring tool
-Group: System Environment/Base
-License: LGPLv2
-Requires: gtk2 gtkmm24
-BuildRequires: gtk2-devel gtkmm24-devel
-%description gcephtool
-gcephtool is a graphical monitor for the clusters running the Ceph distributed
-file system.
-%endif
-
%if %{with ocf}
%package resource-agents
Summary: OCF-compliant resource agents for Ceph daemons
@@ -200,12 +186,6 @@ MY_CONF_OPT=""
MY_CONF_OPT="$MY_CONF_OPT --with-radosgw"
-%if %{with_gtk2}
-MY_CONF_OPT="$MY_CONF_OPT --with-gtk2"
-%else
-MY_CONF_OPT="$MY_CONF_OPT --without-gtk2"
-%endif
-
export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed -e 's/i386/i486/'`
# be explicit about --with/without-tcmalloc because the
@@ -404,14 +384,6 @@ fi
%endif
#################################################################################
-%if %{with_gtk2}
-%files gcephtool
-%defattr(-,root,root,-)
-%{_bindir}/gceph
-%{_datadir}/ceph_tool/gui_resources/*
-%endif
-
-#################################################################################
%if %{with ocf}
%files resource-agents
%defattr(0755,root,root,-)