Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
73d2e04167 | ||
|
|
1b819c2e02 | ||
|
|
8b158081f0 | ||
|
|
94bb4b6c1e | ||
|
|
52834c4770 | ||
|
|
a0dcc8f671 | ||
|
|
74b8b2f9ba | ||
|
23a09596d9 |
|||
|
|
671e6631ae |
5 changed files with 1 additions and 65 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/*.tar.gz
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
# xrdcl-http
|
||||
|
||||
The xrdcl-http package
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
From version 5.1.0 xrdcl-http is built from the main xrootd source rpm.
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (xrdcl-http-4.11.3.tar.gz) = 1f87a8843273b4194e3c9a16049b45e808a13e1bfafb555e67a0c4afbf530670a3647076758bb17e224a22bf9378ab8f75176364b958820a010efea0fc20394c
|
||||
|
|
@ -1,60 +0,0 @@
|
|||
Name: xrdcl-http
|
||||
Version: 4.11.3
|
||||
Release: 1%{?dist}
|
||||
Summary: HTTP client plug-in for XRootD
|
||||
|
||||
License: BSD
|
||||
URL: https://github.com/xrootd/xrdcl-http
|
||||
Source0: https://github.com/xrootd/xrdcl-http/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: cmake
|
||||
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
|
||||
mkdir build
|
||||
|
||||
pushd build
|
||||
%cmake ..
|
||||
%make_build
|
||||
popd
|
||||
|
||||
%install
|
||||
pushd build
|
||||
%make_install
|
||||
popd
|
||||
|
||||
# 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
|
||||
* 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