Compare commits

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

1 commit

Author SHA1 Message Date
Mattias Ellert
cc14250a28 Insufficient support for c++11 in EPEL6 to build the package 2019-08-07 10:29:12 +02:00
5 changed files with 1 additions and 59 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 @@
Insufficient support for c++11 in EPEL6 to build the package

View file

@ -1 +0,0 @@
SHA512 (xrdcl-http-4.10.0.tar.gz) = 135188d047b48e413c116e8f8eead2a7163211fcae1f1f6400bad6be0e1e41807f3735999e41e23e813a66ec86e50108872b9177019cec34a5eee9f792a8a24d

View file

@ -1,54 +0,0 @@
Name: xrdcl-http
Version: 4.10.0
Release: 2%{?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
* 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