Compare commits

..

No commits in common. "rawhide" and "f29" have entirely different histories.

5 changed files with 62 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/*.tar.gz

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# xrootd-ceph
The xrootd-ceph package

View file

@ -1 +0,0 @@
From version 5.1.0 xrootd-ceph is built from the main xrootd source rpm.

1
sources Normal file
View file

@ -0,0 +1 @@
SHA512 (xrootd-ceph-4.11.0.tar.gz) = 08ddf5ccae2d53c14a52d30423ab098c0c5c6892c759615528086c09a7e8e6532b074b5346f4082e44f352821ef274cffbc9d2497758e0674e473e851d0c5f26

57
xrootd-ceph.spec Normal file
View file

@ -0,0 +1,57 @@
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 <mattias.ellert@physics.uu.se> - 1:4.11.0-1
- Update to version 4.11.0
* Sun Jul 28 2019 Mattias Ellert <mattias.ellert@physics.uu.se> - 1:4.10.0-1
- xrootd-ceph split off to a separate source RPM