| author | J. Ali Harlow <ali@juiblex.co.uk> |
| Fri Jun 24 17:48:44 2016 +0100 (2016-06-24) | |
| changeset 47 | 2d0ee44ab3c6 |
| 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