-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathvc3-builder.spec
46 lines (35 loc) · 1.03 KB
/
vc3-builder.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
AutoReqProv: no
AutoReq: no
Name: vc3-builder
Version: 1.1.0
Release: 1%{?dist}
Summary: Pilot and software installer
License: MIT
URL: https://github.com/vc3-project/vc3-builder
# tarball generation:
# -------------------
# cd ~/rpmbuild/SOURCES
# git clone --depth=1 https://github.com/vc3-project/vc3-builder
# rm -rf vc3-builder/.git*
# tar -cvzf vc3-builder-1.1.0-src.tgz vc3-builder
Source0: vc3-builder-1.1.0-src.tgz
BuildArch: noarch
# Requires:
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Prefix: %{_prefix}
%description
%prep
%setup -q -n vc3-builder
# make clean # we do not clean, as we used the provided vc3-builder
%build
# make # we do not make, as we used the provided vc3-builder
%install
mkdir -p %{buildroot}/%{_bindir}
cp vc3-builder %{buildroot}/%{_bindir}
%files -n vc3-builder
%{_bindir}/vc3-builder
%changelog
* Wed Oct 03 2018 Lincoln Bryant <[email protected]> - 1.1.0-1
- Updated for latest builder release
* Wed Jan 17 2018 Lincoln Bryant <[email protected]> - 1.0.0-1
- Initial package