| author | J. Ali Harlow <ali@juiblex.co.uk> |
| Tue Jul 05 09:40:01 2016 +0100 (2016-07-05) | |
| changeset 477 | 6ba4c0f3c9d1 |
| parent 351 | 48b0adfe3059 |
| permissions | -rw-r--r-- |
1 %define _source_payload w9.gzdio
2 %define _binary_payload w9.gzdio
4 Name: zap
5 Summary: Test package
6 Group: Test
7 License: GPL
8 Version: 1
9 Release: 1
10 Source: zap.tar
11 BuildArch: noarch
12 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
13 Prefix: /usr
15 %description
16 Test package
18 %prep
20 %build
22 %install
23 mkdir -p $RPM_BUILD_ROOT/usr/bin
24 touch $RPM_BUILD_ROOT/usr/bin/zap
26 %clean
28 %files
29 /usr/bin/zap