Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
9953f385
Commit
9953f385
authored
Mar 01, 2018
by
Eric Cano
Browse files
Removed leftover support for SLC6 in spec file.
parent
9b3dfc1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
cta.spec.in
View file @
9953f385
...
...
@@ -33,11 +33,6 @@ BuildRequires: cmake >= 2.6 redhat-rpm-config
# The CTA client is the only component of CTA that can be compiled on both SLC6
# and C77, therefore only the packages it depends on are required for SLC6
%define radosVersion 2:12.2.2
%if "%{?dist}" == ".slc6" || "%{?dist}" == ".el6"
BuildRequires: xrootd-client-devel = 1:4.2.3
BuildRequires: xrootd-devel = 1:4.2.3
BuildRequires: cryptopp-devel >= 5.6.2
%else
BuildRequires: xrootd-client-devel >= 1:4.8.1
BuildRequires: xrootd-devel >= 1:4.8.1
BuildRequires: xrootd-server-devel >= 1:4.8.1
...
...
@@ -59,7 +54,6 @@ BuildRequires: valgrind
BuildRequires: valgrind-devel
%{?systemd_requires}
BuildRequires: systemd
%endif
# only build debug info if you're building the whole code
%description
...
...
@@ -101,25 +95,7 @@ cd build
%{__make} shortunittests
%endif
# The packages will be cta-taped, cta-frontend, cta-cli
# The CTA client is the only component of CTA that can be compiled on both SLC6
# and C77
%if "%{?dist}" == ".slc6" || "%{?dist}" == ".el6"
%package -n cta-cli
Summary: CERN Tape Archive: command line interface
Group: Application/CTA
%description -n cta-cli
CERN Tape Archive:
The xroot plugin
%files -n cta-cli
%defattr(-,root,root)
%attr(0755,root,root) %{_bindir}/cta-admin
%attr(0755,root,root) %{_bindir}/cta-wfe-test
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cta/cta-cli.conf
%else
# The main packages will be cta-taped, cta-frontend, cta-cli
%package -n cta-taped
Summary: CERN Tape Archive: tape daemon
...
...
@@ -361,4 +337,3 @@ castor (Cern Advanced STORage system)
%attr(0644,root,root) %doc /usr/share/man/man1/cta-tape-acs-queryvolume.1cta.gz
%attr(0644,root,root) %doc /usr/share/man/man1/cta-tape-acs-mount.1cta.gz
%attr(0644,root,root) %doc /usr/share/man/man1/cta-tape-acs-dismount.1cta.gz
%endif
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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