Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
dcache-cta
Commits
45209d5b
Commit
45209d5b
authored
Dec 22, 2021
by
Tigran Mkrtchyan
☕
Browse files
rpm: add missing rpm spec file template ; fixes
309ce6c5
parent
309ce6c5
Pipeline
#15272
passed with stages
in 3 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/rpm/dcache-cta.spec
0 → 100644
View file @
45209d5b
Summary: dCache nearline storage provider for CTA
Vendor: dCache.org
Name: dcache-cta
URL: https://dcache.org
Packager: dCache.org <support@dcache.org>
License: Distributable
Group: Applications/System
Version: @dist.version@
Release: 1
BuildArch: noarch
Prefix: /
AutoReqProv: no
Requires: dcache >= 7.2.2
Source0: %{name}-%{version}.tar.gz
%description
dCache Nearline storage provider for integration with CERN Tape Archive (CTA)
%prep
%setup -q -a 0 -n %{name}-%{version}
%install
mkdir -p %{buildroot}%{_datadir}/dcache/plugins
cp -a %{name}-%{version} %{buildroot}%{_datadir}/dcache/plugins
%files
%defattr(-,root,root,-)
%{_datadir}
%changelog
* Wed Dec 22 2021 Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
- Initialize package creation
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment