This repository has been archived on 2022-01-17. You can view files and clone it, but cannot push or open issues/pull-requests.
packaging/test.spec

21 lines
380 B
Plaintext

name: hello
version: 2.10
sources: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
url: https://www.gnu.org/software/hello/
description: The GNU Hello program produces a familiar, friendly greeting.
#dependencies: gettext
dependencies:
- gettext
- something else
@configure
cd %{name}-%{version}
./configure --prefix=/usr
options:
- configure = --without-nls