2007-01-16 00:40:20 +01:00
|
|
|
#
|
2009-12-30 00:31:32 +01:00
|
|
|
# spec file for package usbview (Version 1.1)
|
2007-01-16 00:40:20 +01:00
|
|
|
#
|
2009-06-18 00:32:47 +02:00
|
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:40:20 +01:00
|
|
|
#
|
2009-06-18 00:32:47 +02:00
|
|
|
# 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 http://bugs.opensuse.org/
|
2007-01-16 00:40:20 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2009-06-18 00:32:47 +02:00
|
|
|
|
|
|
|
Name: usbview
|
2009-12-30 00:31:32 +01:00
|
|
|
Version: 1.1
|
|
|
|
Release: 1
|
|
|
|
License: GPLv2+
|
|
|
|
Summary: USB Topology and Device Viewer
|
|
|
|
Url: http://www.kroah.com/linux-usb/
|
2009-06-18 00:32:47 +02:00
|
|
|
Group: Hardware/Other
|
2009-12-30 00:31:32 +01:00
|
|
|
Source: http://www.kroah.com/linux-usb/%{name}-%{version}.tar.bz2
|
2009-06-18 00:32:47 +02:00
|
|
|
Source1: %name.desktop
|
2009-12-30 00:31:32 +01:00
|
|
|
BuildRequires: gtk2-devel
|
|
|
|
BuildRequires: update-desktop-files
|
2009-06-18 00:32:47 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2007-01-16 00:40:20 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
USBView is a GTK program that displays the topography of the devices
|
|
|
|
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
|
|
|
|
a device is working properly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Greg Kroah-Hartman <greg@kroah.com>
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2009-12-30 00:31:32 +01:00
|
|
|
%configure
|
2007-01-16 00:40:20 +01:00
|
|
|
|
|
|
|
%install
|
2009-12-30 00:31:32 +01:00
|
|
|
%makeinstall
|
2007-01-16 00:40:20 +01:00
|
|
|
%suse_update_desktop_file -i %name System Monitor
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc ChangeLog COPYING* README TODO
|
2009-12-30 00:31:32 +01:00
|
|
|
%{_bindir}/usbview
|
|
|
|
%{_datadir}/applications/*.desktop
|
|
|
|
%doc %{_mandir}/man?/*.*
|
2007-01-16 00:40:20 +01:00
|
|
|
|
2009-06-18 00:32:47 +02:00
|
|
|
%changelog
|