File obs-service-renderspec.spec of Package obs-service-renderspec

#
# spec file for package obs-service-renderspec
#
# 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 https://bugs.opensuse.org/
#


%define service renderspec

Name:           obs-service-%{service}
Version:        0.1.0+git.1565079147.e47a70e
Release:        0
Summary:        An OBS source service: update .spec files from renderspec templates
License:        Apache-2.0
Group:          Development/Tools/Building
Url:            https://github.com/openSUSE/obs-service-%{service}
Source:         %{name}-%{version}.tar.gz
Requires:       obs-service-download_files
Requires:       python3-renderspec
Requires:       python3-requests
Requires:       python3-six
BuildArch:      noarch

%description
This is a source service for openSUSE Build Service.

It supports rendering .spec.j2 templates via renderspec.

%prep
%setup -q

%build

%install
mkdir -p %{buildroot}%{_prefix}/lib/obs/service
install -m 0755 renderspec %{buildroot}%{_prefix}/lib/obs/service
install -m 0644 renderspec.service %{buildroot}%{_prefix}/lib/obs/service

%files
%license LICENSE
%doc README.md
%dir %{_prefix}/lib/obs
%{_prefix}/lib/obs/service

%changelog
openSUSE Build Service is sponsored by