| author | J. Ali Harlow <ali@juiblex.co.uk> |
| Fri Mar 22 11:53:00 2019 +0000 (2019-03-22) | |
| changeset 93 | 691fae7db8fe |
| permissions | -rw-r--r-- |
1 %define _source_payload w9.gzdio
2 %define _binary_payload w9.gzdio
4 Name: zappy2
5 Summary: Test package
6 Group: Test
7 License: GPL
8 Version: 1
9 Release: 1
10 Source: zappy2.tar
11 BuildArch: noarch
12 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
13 Prefix: /usr
14 Requires: zap
16 %description
17 Test package
19 %prep
21 %build
23 %install
24 mkdir -p $RPM_BUILD_ROOT/usr/bin
25 echo %{name}-%{version}-%{release} > $RPM_BUILD_ROOT/usr/bin/zappy2
27 %clean
29 %files
30 /usr/bin/zappy2