-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patheos-diamond.spec
50 lines (38 loc) · 1.33 KB
/
eos-diamond.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
%define __spec_install_post %{nil}
%define debug_package %{nil}
%define __os_install_post %{_dbpath}/brp-compress
Summary: The EOS Diamond Storage bundle
Name: eos-diamond
Version: 1.4
Release: 1
License: GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Group: Applications/File
URL: https://github.com/cern-eos/eos-diamond
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
Requires: radosfs >= 0.5.2
Requires: radosfs-tools >= 0.5.2
Requires: xrootd-rados-oss >= 0.2.1
Requires: xrootd-diamond-ofs >= 0.1.4
Requires: xrootd-auth-change-uid >= 0.1.0
Requires: xrootd-client-plugin-radosfs >= 0.1.0
%description
This bundle RPM provides the relevant XRootD and CEPH plug-ins to run an EOS Diamond Storage service.
%prep
%build
%install
rm -rf $RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc
%changelog
* Tue Mar 31 2015 root <root@xrados.cern.ch> - diamond 1.4
- Add interruptable TPC, async OPs and XRootD 4.1 base
* Tue Mar 10 2015 root <root@xrados.cern.ch> - diamond 1.3
- Add client radosfs plug-in
* Tue Feb 24 2015 root <root@xrados.cern.ch> - diamond 1.2
- Use refactored RadosFS library
* Fri Nov 7 2014 root <root@xrados.cern.ch> - diamond 1.0
- Initial build.