-
Notifications
You must be signed in to change notification settings - Fork 23
/
CQ-Unix-Toolkit.spec
68 lines (62 loc) · 1.85 KB
/
CQ-Unix-Toolkit.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# CQ Unix Toolkit
# Copyright (C) 2021 Wunderman Thompson Technology
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
Summary: CQ Unix Toolkit
Name: CQ-Unix-Toolkit
Version: 1.2.0
Release: 0
License: GPL
Group: Tools/CQ
Source: https://github.com/wttech/CQ-Unix-Toolkit/archive/v1.2.0.tar.gz
URL: https://github.com/wttech/CQ-Unix-Toolkit
Vendor: Wunderman Thompson Technology
Packager: Jakub Wadolowski <[email protected]>
BuildArch: noarch
# NOTE! Before building place vX.Y.Z.tar.gz file from above URL in SOURCES
# rpmbuild directory.
%description
CQ Unix Toolkit is a set of POSIX shell tools
that calls curl and other 3rd party commands
to perform some different tasks on Adobe CQ/AEM
platform such as:
- Build, upload, list, download, install and
deletion of CRX zip packages
- Maintenance tasks: consistency checks, TarPM
compaction and index merge, DataStore garbage
collection
- Active workflow instances list
%prep
echo Building %{name}-%{version}-%{release}
%setup -n CQ-Unix-Toolkit-1.2.0
%build
mkdir -p %buildroot/%{_bindir}/
mv -v cq* %buildroot/%{_bindir}/
rm -v *
%files
%{_bindir}/cqapi
%{_bindir}/cqbld
%{_bindir}/cqchk
%{_bindir}/cqclr
%{_bindir}/cqcp
%{_bindir}/cqdel
%{_bindir}/cqgc
%{_bindir}/cqget
%{_bindir}/cqls
%{_bindir}/cqmrg
%{_bindir}/cqosgi
%{_bindir}/cqput
%{_bindir}/cqpkg
%{_bindir}/cqrun
%{_bindir}/cqtpm
%{_bindir}/cqwfl