| author | J. Ali Harlow <ali@juiblex.co.uk> |
| Fri Mar 08 18:20:14 2019 +0000 (2019-03-08) | |
| changeset 90 | c12878ef2fe1 |
| permissions | -rw-r--r-- |
1 %define _source_payload w9.gzdio
2 %define _binary_payload w9.gzdio
4 Name: uninstallable
5 Summary: A package that cannot be installed
6 Group: Test
7 License: GPL
8 URL: http://www.juiblex.co.uk/beach
9 Version: 1
10 Release: 1
11 Source: uninstallable.tar
12 BuildArch: noarch
13 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
14 Prefix: /usr
16 %description
17 A package that cannot be installed because its pre script always fails.
19 %prep
21 %build
23 %install
25 %clean
27 %pre -p <lua>
28 error("Package is uninstallable")
30 %files