Skip to content

Commit

Permalink
ceph.spec: kill librgw
Browse files Browse the repository at this point in the history
Signed-off-by: Sage Weil <[email protected]>
  • Loading branch information
liewegas committed May 6, 2012
1 parent caab859 commit 99ee622
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

#################################################################################
Expand Down Expand Up @@ -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,-)
Expand Down

0 comments on commit 99ee622

Please sign in to comment.