File test-obs.spec of Package test-obs-package

#
# spec file for package test-obs
#
# Copyright (c) 2019 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:           test-obs
Version:        1.0
Release:        1
Summary:	OBS package example implemented in C
Group:		Documentation/Other
License:        GPL-3.0
Url:            https://example.com/%{name}
Source0:        %{name}-%{version}.tar.gz

BuildRequires:  gcc
BuildRequires:  make
BuildRoot:	%{_tmppath}/%{name}-%{version}-build

%description
This is a description for the test-obs-package

%prep
%setup -q

%build
make %{?_smp_mflags}

%install
%make_install

%files
%defattr(-,root,root,-)
%license LICENSE 
%{_bindir}/%{name}

%changelog



openSUSE Build Service is sponsored by