-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from jhiemstrawisc/rpm-dev
Add RPM spec file
- Loading branch information
Showing
4 changed files
with
63 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
Name: xrootd-lotman | ||
Version: 0.0.1 | ||
Release: 1%{?dist} | ||
Summary: A purge plugin for XRootD that uses Lotman's tracking for informed cache disk management | ||
|
||
License: Apache-2.0 | ||
URL: https://github.com/PelicanPlatform/xrootd-lotman | ||
Source0: https://github.com/PelicanPlatform/xrootd-lotman/archive/v0.0.1.tar.gz | ||
|
||
BuildRequires: cmake | ||
BuildRequires: g++ | ||
BuildRequires: make | ||
BuildRequires: lotman | ||
BuildRequires: alja-xrootd | ||
|
||
%description | ||
This package provides a purge plugin for XRootD that uses Lotman's tracking for informed purges. | ||
|
||
%prep | ||
%setup -q -n xrootd-lotman-%version | ||
|
||
%build | ||
|
||
%cmake | ||
%cmake_build | ||
|
||
%install | ||
%cmake_install | ||
|
||
%files | ||
%license LICENSE | ||
%doc README.md | ||
%{_libdir}/libXrdPurgeLotMan.so* | ||
%{_includedir}/XrdPurgeLotMan.hh | ||
|
||
%changelog | ||
* Tue Aug 27 2024 Justin Hiemstra <[email protected]> - 0.0.1-1 | ||
- Initial package |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters