File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 1
-
2
- Name: xrootd-s3
3
- Version: 0.0.1
1
+ Name: xrootd-s3-http
2
+ Version: 0.0.2
4
3
Release: 1%{?dist }
5
- Summary: S3 filesystem plugin for xrootd
4
+ Summary: S3/HTTP filesystem plugins for xrootd
6
5
7
6
Group: System Environment/Daemons
8
7
License: BSD
9
- URL: https://github.com/htcondor/xrootd-s3
10
8
# Generated from:
11
- # git archive v%{version} --prefix=xrootd-s3-%{version}/ | gzip -7 > ~/rpmbuild/SOURCES/xrootd-s3-%{version}.tar.gz
9
+ # git archive v%{version} --prefix=xrootd-s3-http-%{version}/ | gzip -7 > ~/rpmbuild/SOURCES/xrootd-s3-http-%{version}.tar.gz
10
+ URL: https://github.com/pelicanplatform/xrootd-s3-http
12
11
Source0: %{name }-%{version }.tar.gz
13
12
14
13
%define xrootd_current_major 5
@@ -23,6 +22,7 @@ BuildRequires: xrootd-server-devel < 1:%{xrootd_next_major}
23
22
BuildRequires: cmake
24
23
BuildRequires: gcc-c++
25
24
BuildRequires: libcurl-devel
25
+ BuildRequires: openssl-devel
26
26
27
27
Requires: xrootd-server >= 1:%{xrootd_current_major }.%{xrootd_current_minor }
28
28
Requires: xrootd-server < 1:%{xrootd_next_major }.0.0-1
@@ -41,14 +41,15 @@ make VERBOSE=1 %{?_smp_mflags}
41
41
rm -rf $RPM_BUILD_ROOT
42
42
make install DESTDIR=$RPM_BUILD_ROOT
43
43
44
- %clean
45
- rm -rf $RPM_BUILD_ROOT
46
-
47
44
%files
48
45
%defattr(-,root,root,-)
49
- %{_libdir }/libXrdS3- * .so
50
- %{_sysconfdir }/xrootd/config.d/60-s3.cfg
46
+ %{_libdir }/libXrdS3* .so
47
+ %{_libdir }/libXrdHTTPServer * .so
51
48
52
49
%changelog
50
+ * Tue Nov 28 2023 Justin Hiemstra <jhiemstra@wisc.edu> - 0.0.2-1
51
+ - Add HTTPServer plugin
52
+
53
53
* Tue Dec 06 2022 Brian Bockelman <bbockelman@morgridge.org> - 0.0.1-1
54
54
- Initial, "Hello world" version of the S3 filesystem plugin
55
+
You can’t perform that action at this time.
0 commit comments