first package

This commit is contained in:
Adam Majer 2025-02-13 11:32:23 +01:00
commit 429d53eb2a
4 changed files with 69 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
git-quick-stats-2.5.8.tar.gz filter=lfs diff=lfs merge=lfs -text

BIN
git-quick-stats-2.5.8.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

5
git-quick-stats.changes Normal file
View File

@ -0,0 +1,5 @@
-------------------------------------------------------------------
Thu Feb 13 10:31:57 UTC 2025 - Adam Majer <adam.majer@suse.de>
- First package

60
git-quick-stats.spec Normal file
View File

@ -0,0 +1,60 @@
#
# spec file for package git-quick-stats
#
# Copyright (c) 2025 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: git-quick-stats
Version: 2.5.8
Release: 0
Summary: simple and efficient way to access various statistics in a git repository
License: MIT
URL: https://github.com/git-quick-stats/git-quick-stats
Source: https://github.com/git-quick-stats/git-quick-stats/archive/refs/tags/%{version}.tar.gz#/git-quick-stats-%{version}.tar.gz
Requires: gawk
Requires: coreutils
Requires: util-linux
Requires: /usr/bin/git
Requires: grep
Requires: /usr/bin/tput
BuildRequires: /usr/bin/git
BuildRequires: make
BuildRequires: gawk
BuildRequires: coreutils
BuildRequires: util-linux
BuildRequires: /usr/bin/git
BuildRequires: grep
BuildRequires: /usr/bin/tput
%description
%prep
%autosetup -p1
%build
%make_build
%install
%make_install
%check
make tests
%files
%license LICENSE
%doc README.md
%changelog