tests/unsatisfiable.spec
author J. Ali Harlow <ali@juiblex.co.uk>
Tue Jun 29 10:08:33 2021 +0100 (2021-06-29)
changeset 106 cc42fad3fe31
permissions -rw-r--r--
Add a --paths option to app-manager and use it in setup.js and update.js
     1 %define _source_payload w9.gzdio
     2 %define _binary_payload w9.gzdio
     3 
     4 Name:      unsatisfiable
     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:    unsatisfiable.tar
    12 BuildArch: noarch
    13 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    14 Prefix:    /usr
    15 Requires:  pony > 0, pony-tail >= 1, pony-feet <= 4, pony-lame < 1
    16 Conflicts: money
    17 Obsoletes: life
    18 
    19 %description
    20 A package that cannot be installed because it requires a property (pony)
    21 that is not provided by any package.
    22 
    23 %prep
    24 
    25 %build
    26 
    27 %install
    28 
    29 %clean
    30 
    31 %files