Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1b48214d37 | ||
|
|
b1db96f022 | ||
|
|
a2f33d57f0 | ||
|
|
d0ef89ec60 | ||
|
|
112351221a | ||
|
|
4d6885305f |
5 changed files with 1 additions and 64 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/*.tar.gz
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
# xrootd-ceph
|
||||
|
||||
The xrootd-ceph package
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
From version 5.1.0 xrootd-ceph is built from the main xrootd source rpm.
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (xrootd-ceph-4.11.3.tar.gz) = b79584e7c0eb5e7ab9f28bc1ce574c07f3ccaaa6f1e2bc595b45e7411df4f92c6dd695719c4a026fab38e78edbbc3f4dbea2c33716bfa64ec8cf0d2bcf121555
|
||||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue