Compare commits

...
Sign in to create a new pull request.

6 commits

Author SHA1 Message Date
Troy Dawson
74207914ae epel8-playground decommissioned : https://pagure.io/epel/issue/136 2022-01-31 17:47:25 -08:00
Scott K Logan
5dcb4a4eb1 Switch pkg-config dep to more widely-available 'pkgconfig' 2021-08-25 11:42:10 -07:00
Scott K Logan
18c50a0fbc Update to 2.4.0 2021-08-25 11:14:53 -07:00
Troy Dawson
3dd2fda660 remove package.cfg per new epel-playground policy 2020-09-24 18:35:34 +00:00
Scott K Logan
74502402a3 Merge branch 'epel8-playground' into epel8 2020-06-18 10:42:47 -07:00
Gwyn Ciesla
8470d2b56e "Adding package.cfg file" 2020-06-17 18:17:27 -05:00
5 changed files with 1 additions and 45 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
/uhubctl-2.2.0.tar.gz

1
dead.package Normal file
View file

@ -0,0 +1 @@
epel8-playground decommissioned : https://pagure.io/epel/issue/136

View file

@ -1 +0,0 @@
SHA512 (uhubctl-2.2.0.tar.gz) = 5fe097dd9bbf1fd4aef894683a30b70cde363f98b85347092abe04c85af38d722db89897a22895f2fe6b1b0223c8483d7f0c3d6864964b57f4394a9cbbde1f7c

View file

@ -1,2 +0,0 @@
# MANUAL PAGES
addFilter(r': no-manual-page-for-binary uhubctl$')

View file

@ -1,41 +0,0 @@
Name: uhubctl
Version: 2.2.0
Release: 1%{?dist}
Summary: USB hub per-port power control
License: GPLv2
URL: https://github.com/mvp/%{name}
Source0: https://github.com/mvp/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc
BuildRequires: libusbx-devel
%description
uhubctl is utility to control USB power per-port on smart USB hubs. Smart hub
is defined as one that implements per-port power switching.
%prep
%autosetup -p1
# Ensure version doesn't have '-dev'
echo %{version} > VERSION
%build
%make_build
%install
%make_install
%files
%license COPYING LICENSE
%doc README.md
%{_sbindir}/%{name}
%changelog
* Tue May 26 2020 Scott K Logan <logans@cottsay.net> - 2.2.0-1
- Initial package (rhbz#1840296)