diff --git a/.gitignore b/.gitignore deleted file mode 100644 index f6a3a77..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/*.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 56bd622..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# xrootd-ceph - -The xrootd-ceph package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..9d8b8f4 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +From version 5.1.0 xrootd-ceph is built from the main xrootd source rpm. diff --git a/sources b/sources deleted file mode 100644 index 4526fd2..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (xrootd-ceph-4.11.0.tar.gz) = 08ddf5ccae2d53c14a52d30423ab098c0c5c6892c759615528086c09a7e8e6532b074b5346f4082e44f352821ef274cffbc9d2497758e0674e473e851d0c5f26 diff --git a/xrootd-ceph.spec b/xrootd-ceph.spec deleted file mode 100644 index adb5e4d..0000000 --- a/xrootd-ceph.spec +++ /dev/null @@ -1,57 +0,0 @@ -Name: xrootd-ceph -Epoch: 1 -Version: 4.11.0 -Release: 1%{?dist} -Summary: XRootD plug-in for interfacing with the Ceph storage platform - -License: LGPLv3+ -URL: https://github.com/xrootd/xrootd-ceph -Source0: https://github.com/xrootd/xrootd-ceph/archive/v%{version}/%{name}-%{version}.tar.gz - -BuildRequires: gcc-c++ -BuildRequires: cmake -BuildRequires: xrootd-server-devel -BuildRequires: xrootd-private-devel -BuildRequires: librados-devel -BuildRequires: libradosstriper-devel - -%if %{?fedora}%{!?fedora:0} >= 30 -# Ceph is not available for 32 bit arches in Fedora 30+ -ExcludeArch: %{ix86} %{arm} -%endif - -%description -The xrootd-ceph is an OSS layer plug-in for the XRootD server for interfacing -with the Ceph storage platform. - -%prep -%setup -q - -%build -mkdir build - -pushd build -%cmake .. -%make_build -popd - -%install -pushd build -%make_install -popd -rm %{buildroot}%{_libdir}/libXrdCephPosix.so - -%ldconfig_scriptlets - -%files -%{_libdir}/libXrdCeph-4.so -%{_libdir}/libXrdCephXattr-4.so -%{_libdir}/libXrdCephPosix.so.* -%license COPYING* LICENSE - -%changelog -* Fri Oct 18 2019 Mattias Ellert - 1:4.11.0-1 -- Update to version 4.11.0 - -* Sun Jul 28 2019 Mattias Ellert - 1:4.10.0-1 -- xrootd-ceph split off to a separate source RPM