Compare commits

..

9 commits

Author SHA1 Message Date
Mattias Ellert
1b48214d37 From version 5.1.0 xrootd-ceph is built from the main xrootd source rpm. 2021-02-26 07:51:50 +01:00
Fedora Release Engineering
b1db96f022 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-28 00:23:05 +00:00
Mattias Ellert
a2f33d57f0 Update to version 5.0.3 2020-11-12 10:41:07 +01:00
Mattias Ellert
d0ef89ec60 Update to version 5.0.2 2020-09-18 16:40:58 +02:00
Mattias Ellert
112351221a Update to version 5.0.1 (no code changes) 2020-08-27 21:01:53 +02:00
Fedora Release Engineering
4d6885305f - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-29 15:04:37 +00:00
c413c617dc
Improve compatibility with new CMake macro
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
2020-07-05 20:33:21 +02:00
Mattias Ellert
2a0bc0e2da Update to version 4.11.3 2020-03-23 19:44:08 +01:00
Fedora Release Engineering
d54e21d166 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-31 04:54:30 +00:00
5 changed files with 1 additions and 62 deletions

1
.gitignore vendored
View file

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

View file

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

1
dead.package Normal file
View file

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

View file

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

View file

@ -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 <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