Compare commits

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

7 commits

Author SHA1 Message Date
Mattias Ellert
73d2e04167 From version 5.1.0 xrdcl-http is built from the main xrootd source rpm. 2021-02-26 07:53:37 +01:00
Fedora Release Engineering
1b819c2e02 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-28 00:22:30 +00:00
Mattias Ellert
8b158081f0 Update to version 5.0.2
Drop patches (accepted upstream or previously backported)
2020-09-18 16:43:27 +02:00
Mattias Ellert
94bb4b6c1e Update sources 2020-08-27 23:14:10 +02:00
Mattias Ellert
52834c4770 Update to version 5.0.1
Don't use versioned plugin names in configuration
Backport plugin version change from git master
2020-08-27 23:11:28 +02:00
Fedora Release Engineering
a0dcc8f671 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-08-01 09:48:13 +00:00
Fedora Release Engineering
74b8b2f9ba - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-29 15:03:43 +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 @@
# xrdcl-http
The xrdcl-http package

1
dead.package Normal file
View file

@ -0,0 +1 @@
From version 5.1.0 xrdcl-http is built from the main xrootd source rpm.

View file

@ -1 +0,0 @@
SHA512 (xrdcl-http-4.12.2.tar.gz) = 6948056c0d03def63aa9ea67a9be5f6dc58c438da1ea9cbf1e063c47d7bd174700d818e2aa50ec9e4ca6142dc49db2fb5e50a3a520918f025aafacc4ee98bd94

View file

@ -1,59 +0,0 @@
%undefine __cmake_in_source_build
Name: xrdcl-http
Version: 4.12.2
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: 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
%cmake
%cmake_build
%install
%cmake_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 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