File hello.spec of Package hello
#
# spec file for package hello
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: hello
Version: 0.0.20170526
Release: 0
Summary: Hello World package
License: WTFPL
# FIXME: use correct group, see "https://en.opensuse.org/openSUSE:Package_group_guidelines"
Group: Other/Bullshit
Url: https://github.com/sleep-walker/hello-world
Source0: %{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
%prep
%setup -q
%build
:
%install
install -D -t %{buildroot}%{_bindir} print_hello.sh
cat print_hello.sh
%files
%defattr(-,root,root,-)
%doc README.md
%{_bindir}/*
%changelog