summaryrefslogtreecommitdiff
path: root/ceph.spec.in
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2012-05-06 14:50:39 -0700
committerSage Weil <sage@newdream.net>2012-05-06 14:50:39 -0700
commit99ee622e67533e07e4a7b64c7081aa8072d53785 (patch)
tree5b767bc01576702432929972750466d41cdfd216 /ceph.spec.in
parentcaab859b6d4e7dd59e9f660a0fc710226ad3d3ff (diff)
downloadceph-99ee622e67533e07e4a7b64c7081aa8072d53785.tar.gz
ceph.spec: kill librgw
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r--ceph.spec.in24
1 files changed, 0 insertions, 24 deletions
diff --git a/ceph.spec.in b/ceph.spec.in
index a3241958332..b3dd3f03b2f 100644
--- a/ceph.spec.in
+++ b/ceph.spec.in
@@ -25,7 +25,6 @@ URL: http://ceph.newdream.net/
Source0: http://ceph.newdream.net/download/%{name}-%{version}.tar.bz2
Requires: librbd1 = %{version}-%{release}
Requires: librados2 = %{version}-%{release}
-Requires: librgw1 = %{version}-%{release}
Requires: libcephfs1 = %{version}-%{release}
Requires(post): binutils
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -85,7 +84,6 @@ Group: Development/Libraries
License: LGPLv2
Requires: %{name} = %{version}-%{release}
Requires: librados2 = %{version}
-Requires: librgw1 = %{version}
Requires: librbd1 = %{version}
Requires: libcephfs1 = %{version}
%description devel
@@ -166,15 +164,6 @@ RADOS, a reliable, autonomic distributed object storage cluster
developed as part of the Ceph distributed storage system. This is a
shared library allowing applications to manage these block devices.
-%package -n librgw1
-Summary: RGW distributed object store client library
-Group: System Environment/Libraries
-License: LGPLv2
-%description -n librgw1
-radosgw is a REST gateway for RADOS distributed object store. librgw
-contains support for reading and writing objects in the format expected
-by radosgw.
-
%package -n libcephfs1
Summary: Ceph distributed file system client library
Group: System Environment/Libraries
@@ -379,13 +368,11 @@ fi
%{_includedir}/rados/buffer.h
%{_includedir}/rados/page.h
%{_includedir}/rados/crc32c.h
-%{_includedir}/rados/librgw.h
%dir %{_includedir}/rbd
%{_includedir}/rbd/librbd.h
%{_includedir}/rbd/librbd.hpp
%{_libdir}/libcephfs.so
%{_libdir}/librbd.so
-%{_libdir}/librgw.so
%{_libdir}/librados.so
#################################################################################
@@ -443,17 +430,6 @@ fi
/sbin/ldconfig
#################################################################################
-%files -n librgw1
-%defattr(-,root,root,-)
-%{_libdir}/librgw.so.*
-
-%post -n librgw1
-/sbin/ldconfig
-
-%postun -n librgw1
-/sbin/ldconfig
-
-#################################################################################
%files -n librbd1
%defattr(-,root,root,-)
%{_libdir}/librbd.so.*