Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3c061c3fac |
5 changed files with 69 additions and 1 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/*.tar.gz
|
||||
3
README.md
Normal file
3
README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# xrdcl-http
|
||||
|
||||
The xrdcl-http package
|
||||
|
|
@ -1 +0,0 @@
|
|||
From version 5.1.0 xrdcl-http is built from the main xrootd source rpm.
|
||||
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
SHA512 (xrdcl-http-4.12.4.tar.gz) = 0cb48a7a38f094a7e73d56acc18f256e89b699f6d345c0dc1e54130a08450a85a11e4222fb5b16e3acc41892829b070effa7f0709ed303a2f1ba16328c23d20f
|
||||
64
xrdcl-http.spec
Normal file
64
xrdcl-http.spec
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
%undefine __cmake_in_source_build
|
||||
%undefine __cmake3_in_source_build
|
||||
|
||||
Name: xrdcl-http
|
||||
Version: 4.12.4
|
||||
Release: 1%{?dist}
|
||||
Summary: HTTP client plug-in for XRootD
|
||||
|
||||
License: BSD
|
||||
URL: https://github.com/xrootd/%{name}
|
||||
Source0: https://github.com/xrootd/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: cmake3
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: xrootd-client-devel
|
||||
BuildRequires: davix-devel
|
||||
|
||||
%description
|
||||
xrdcl-http is an XRootD client plugin which allows XRootD to interact
|
||||
with HTTP repositories.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake3 -DPLUGIN_VERSION:STRING=$(xrootd-config --plugin-version) \
|
||||
-DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir}
|
||||
%cmake3_build
|
||||
|
||||
%install
|
||||
%cmake3_install
|
||||
|
||||
# client plug-in config
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/xrootd/client.plugins.d
|
||||
sed 's!/usr/local/lib!%{_libdir}!' config/http.client.conf.example > \
|
||||
%{buildroot}%{_sysconfdir}/xrootd/client.plugins.d/xrdcl-http-plugin.conf
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%{_libdir}/libXrdClHttp-4.so
|
||||
%{_sysconfdir}/xrootd/client.plugins.d/xrdcl-http-plugin.conf
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Fri Sep 04 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 4.12.4-1
|
||||
- Update to version 4.12.4
|
||||
|
||||
* Fri Jun 05 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 4.12.2-1
|
||||
- Update to version 4.12.2
|
||||
|
||||
* Sat Mar 21 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 4.11.3-1
|
||||
- Update to version 4.11.3
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.10.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Aug 01 2019 Mattias Ellert <mattias.ellert@physics.uu.se> - 4.10.0-2
|
||||
- Correct License tag and install LICENSE file
|
||||
- Install README.md file
|
||||
|
||||
* Sun Jul 28 2019 Mattias Ellert <mattias.ellert@physics.uu.se> - 4.10.0-1
|
||||
- Initial Fedora package
|
||||
Loading…
Add table
Add a link
Reference in a new issue