]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec: kill librgw
authorSage Weil <sage@newdream.net>
Sun, 6 May 2012 21:50:39 +0000 (14:50 -0700)
committerSage Weil <sage@newdream.net>
Sun, 6 May 2012 21:50:39 +0000 (14:50 -0700)
Signed-off-by: Sage Weil <sage@newdream.net>
ceph.spec.in

index a324195833265e6cb7bf0995d9ff0a2dabc16d81..b3dd3f03b2fa24868a9f6e6def9fb3a0cf0e5738 100644 (file)
@@ -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
 
 #################################################################################
@@ -442,17 +429,6 @@ fi
 %postun -n librados2
 /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,-)