Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
File Transfer Service
fts-rest
Commits
7a49719c
Commit
7a49719c
authored
Mar 21, 2013
by
ayllon
Browse files
Packaging REST Cli
parent
711e6250
Changes
3
Hide whitespace changes
Inline
Side-by-side
dist/fts-rest.spec
View file @
7a49719c
...
...
@@ -41,6 +41,15 @@ Requires: python-fts
%description
This package provides the FTS3 REST interface
%package cli
Summary: FTS3 Rest Interface CLI
Group: Applications/Internet
Requires: python-fts
%description cli
Command line utilities for the FTS3 REST interface
%prep
%setup -q -n %{name}-%{version}
...
...
@@ -63,6 +72,9 @@ rm -rf %{buildroot}
%config(noreplace) %{_sysconfdir}/fts3/fts3rest.ini
%config(noreplace) %{_sysconfdir}/httpd/conf.d/fts3rest.conf
%files cli
%{_bindir}/fts-rest-*
%changelog
* Thu Mar 21 2013 Alejandro Álvarez <aalvarez@cern.ch> - 0.0.1-1
- Initial build
...
...
src/CMakeLists.txt
View file @
7a49719c
cmake_minimum_required
(
VERSION 2.6
)
add_subdirectory
(
cli
)
add_subdirectory
(
fts3rest
)
src/cli/CMakeLists.txt
0 → 100644
View file @
7a49719c
cmake_minimum_required
(
VERSION 2.6
)
install
(
PROGRAMS fts-rest-transfer-cancel
fts-rest-transfer-list
fts-rest-transfer-status
fts-rest-transfer-submit
DESTINATION usr/bin
)
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