File scc-tools.spec of Package scc-tools
#
# spec file for package scc-tools
#
# Copyright (c) 2024 SUSE LLC
#
# 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/
#
Name: scc-tools
Version: 2.2+20240220
Release: 0
Summary: A set of simple tools to interact with SUSE Customer Center (SCC)
License: MIT
URL: https://github.com/doccaz/scc-tools
Source: scc-tools-2.2-20240220.tar.gz
Requires: python3
BuildArch: noarch
%description
This tool searches for the latest versions of packages on SCC.
It started as a pet project to do a simple package search with the API, but it evolved into a much more complex tool that can analyze supportconfig archives, correlate product versions and repositories, and generate reports on package versions.
Disclaimer: I'm a SUSE employee.
%prep
%autosetup -n scc-tools-2.2-20240220
%build
%install
mkdir -p %{buildroot}%{_bindir}
install -m 755 vercheck.py %{buildroot}%{_bindir}/
%files
%license LICENSE
%doc README.md
%{_bindir}/vercheck.py
%changelog