Compare commits

..

No commits in common. "rawhide" and "f30" have entirely different histories.

5 changed files with 46 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/whipper-plugin-eaclogger-0.5.0.tar.gz

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# whipper-plugin-eaclogger
The whipper-plugin-eaclogger package

View file

@ -1 +0,0 @@
Orphaned for 6+ weeks

1
sources Normal file
View file

@ -0,0 +1 @@
SHA512 (whipper-plugin-eaclogger-0.5.0.tar.gz) = 87c09a971efccec2d4172a4745dab14eca24acd49786711cbe7c859fd3761cf94ea6e59f500bdf108a63aad5af94cc13f50a0d4238adfcc11c695c656f7a8900

View file

@ -0,0 +1,41 @@
%global srcname whipper-plugin-eaclogger
%global sum Whipper plugin to provide EAC style log reports
%global desc Whipper plugin to provide EAC style log reports.
Name: %{srcname}
Version: 0.5.0
Release: 1%{?dist}
Summary: %{sum}
URL: https://github.com/whipper-team/whipper-plugin-eaclogger
License: ISC
Source0: https://github.com/whipper-team/%{srcname}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
Requires: whipper >= 0.9.0
%description
%{desc}
%prep
%autosetup
%build
%py3_build
%install
%py3_install
%files
%{python3_sitelib}/whipper_plugin_eaclogger-%{version}-py%{python3_version}.egg-info/
%{python3_sitelib}/eaclogger/
%license LICENSE
%doc README.md
%changelog
* Thu Dec 5 2019 Matthew Ruszczyk <mruszczyk17@gmail.com> - 0.5.0-1
- Initial RPM release