Compare commits
6 commits
rawhide
...
epel8-play
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
74207914ae | ||
|
|
5dcb4a4eb1 | ||
|
|
18c50a0fbc | ||
|
|
3dd2fda660 | ||
|
|
74502402a3 | ||
|
|
8470d2b56e |
5 changed files with 1 additions and 45 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/uhubctl-2.2.0.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
epel8-playground decommissioned : https://pagure.io/epel/issue/136
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
SHA512 (uhubctl-2.2.0.tar.gz) = 5fe097dd9bbf1fd4aef894683a30b70cde363f98b85347092abe04c85af38d722db89897a22895f2fe6b1b0223c8483d7f0c3d6864964b57f4394a9cbbde1f7c
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
# MANUAL PAGES
|
||||
addFilter(r': no-manual-page-for-binary uhubctl$')
|
||||
41
uhubctl.spec
41
uhubctl.spec
|
|
@ -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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue