Compare commits

...
Sign in to create a new pull request.

6 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
5 changed files with 1 additions and 64 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.3.tar.gz) = b79584e7c0eb5e7ab9f28bc1ce574c07f3ccaaa6f1e2bc595b45e7411df4f92c6dd695719c4a026fab38e78edbbc3f4dbea2c33716bfa64ec8cf0d2bcf121555

View file

@ -1,59 +0,0 @@
%undefine __cmake_in_source_build
Name: xrootd-ceph
Epoch: 1
Version: 4.11.3
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
%cmake
%cmake_build
%install
%cmake_install
rm %{buildroot}%{_libdir}/libXrdCephPosix.so
%ldconfig_scriptlets
%files
%{_libdir}/libXrdCeph-4.so
%{_libdir}/libXrdCephXattr-4.so
%{_libdir}/libXrdCephPosix.so.*
%license COPYING* LICENSE
%changelog
* Sat Mar 21 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 1:4.11.3-1
- Update to version 4.11.3
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.11.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* 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