SHA256
1
0
forked from pool/usbview

Accepting request 941729 from home:dirkmueller:Factory

- update to 2.1:
  - build warnings fixed
  - increased max number of interfaces allowed, fixing problem with some
    USB sound devices.
  - autogen.sh added
  - LICENSES directory added and license moved to it
  - SPDX license headers added
  - policykit support added

OBS-URL: https://build.opensuse.org/request/show/941729
OBS-URL: https://build.opensuse.org/package/show/Base:System/usbview?expand=0&rev=8
This commit is contained in:
Marcus Meissner 2022-01-02 15:43:05 +00:00 committed by Git OBS Bridge
parent 6ffc211f66
commit 774bed211d
4 changed files with 34 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:42511e4d43ddc5805bab0dea8aeeea54cc00462d229e04066ed5fb7c065d1b6b
size 366337

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Dec 20 23:22:34 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2.1:
- build warnings fixed
- increased max number of interfaces allowed, fixing problem with some
USB sound devices.
- autogen.sh added
- LICENSES directory added and license moved to it
- SPDX license headers added
- policykit support added
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jun 29 09:00:30 UTC 2013 - meissner@suse.com Sat Jun 29 09:00:30 UTC 2013 - meissner@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package usbview # spec file for package usbview
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,22 +12,25 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: usbview Name: usbview
Version: 2.0 Version: 2.1
Release: 0 Release: 0
Summary: USB Topology and Device Viewer Summary: USB Topology and Device Viewer
License: GPL-2.0+ License: GPL-2.0-only
Group: Hardware/Other Group: Hardware/Other
Url: http://www.kroah.com/linux-usb/ URL: https://github.com/gregkh/usbview
Source: http://www.kroah.com/linux-usb/%{name}-%{version}.tar.gz Source: https://github.com/gregkh/usbview/archive/refs/tags/v%{version}.tar.gz
Source1: %name.desktop Source1: %{name}.desktop
BuildRequires: ImageMagick
BuildRequires: automake
BuildRequires: gtk3-devel BuildRequires: gtk3-devel
BuildRequires: polkit
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: polkit
%description %description
USBView is a GTK program that displays the topography of the devices USBView is a GTK program that displays the topography of the devices
@ -35,27 +38,24 @@ that are plugged into the USB on a Linux machine. It also displays
information on each of the devices. This can be useful to determine if information on each of the devices. This can be useful to determine if
a device is working properly. a device is working properly.
Authors:
--------
Greg Kroah-Hartman <greg@kroah.com>
%prep %prep
%setup -q %setup -q
%build %build
sh autogen.sh
%configure %configure
%install %install
%makeinstall %make_install
%suse_update_desktop_file -i %name System Monitor %suse_update_desktop_file -i %{name} System Monitor
%files %files
%defattr(-,root,root) %license LICENSES/GPL-2.0-only.txt
%doc ChangeLog COPYING* README TODO %doc ChangeLog README TODO
%{_bindir}/usbview %{_bindir}/usbview
%{_datadir}/applications/*.desktop %{_datadir}/applications/*.desktop
%doc %{_mandir}/man?/*.* %{_datadir}/icons/hicolor/*/apps/usbview.*
%{_datadir}/polkit-1/actions/org.freedesktop.pkexec.usbview.policy
%{_mandir}/man?/*.*
%changelog %changelog

3
v2.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:781cdba9c22ebbe5e1f9c1033ce9d837aac93b06af68724710ed19b26122cbcc
size 283199