1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/tests/zappy.spec Fri Mar 08 13:51:08 2019 +0000
1.3 @@ -0,0 +1,40 @@
1.4 +%define _source_payload w9.gzdio
1.5 +%define _binary_payload w9.gzdio
1.6 +
1.7 +Name: zappy
1.8 +Summary: Test package
1.9 +Group: Test
1.10 +License: GPL
1.11 +Version: 1
1.12 +Release: 1
1.13 +Source: zappy.tar
1.14 +BuildArch: noarch
1.15 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
1.16 +Prefix: /usr
1.17 +Requires: zap
1.18 +
1.19 +%description
1.20 +Test package
1.21 +
1.22 +%package tools
1.23 +Summary: Tools for using zappy
1.24 +Group: Test
1.25 +Requires: zappy
1.26 +
1.27 +%description tools
1.28 +Test package
1.29 +
1.30 +%prep
1.31 +
1.32 +%build
1.33 +
1.34 +%install
1.35 +mkdir -p $RPM_BUILD_ROOT/usr/bin
1.36 +echo %{name}-%{version}-%{release} > $RPM_BUILD_ROOT/usr/bin/zappy
1.37 +
1.38 +%clean
1.39 +
1.40 +%files
1.41 +/usr/bin/zappy
1.42 +
1.43 +%files tools