]> git.pld-linux.org Git - packages/usbview.git/blob - usbview.spec
- updated to 2.0 (gtk+3 port)
[packages/usbview.git] / usbview.spec
1 Summary:        USB topology and device viewer
2 Summary(pl.UTF-8):      Przeglądarka topologii i urządzeń USB
3 Name:           usbview
4 Version:        2.0
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/System
8 Source0:        http://www.kroah.com/linux/usb/%{name}-%{version}.tar.gz
9 # Source0-md5:  565f2e79f3924d14ab5b4d8aced557e5
10 URL:            http://www.kroah.com/linux/usb/
11 BuildRequires:  gtk+3-devel >= 3.0
12 BuildRequires:  pkgconfig
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 USBView is a GTK+ program that displays the topography of the devices
17 that are plugged into the USB bus on a Linux machine. It also displays
18 information on each of the devices. This can be useful to determine if
19 a device is working properly or not.
20
21 %description -l pl.UTF-8
22 USBView to program w GTK+ wyświetlający topografię urządzeń
23 podłączonych do szyny USB w maszynie działającej pod Linuksem.
24 Wyświetla także informacje o każdym z urządzeń. Może to być przydatne
25 do stwierdzenia, czy dane urządzenie działa poprawnie, czy nie.
26
27 %prep
28 %setup -q
29
30 %build
31 %configure
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 %{__make} install \
37         DESTDIR=$RPM_BUILD_ROOT
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc AUTHORS ChangeLog README TODO
45 %attr(755,root,root) %{_bindir}/usbview
46 %{_mandir}/man8/usbview.8*
This page took 0.100615 seconds and 3 git commands to generate.