| 1 | Summary: USB related utilities. |
|---|
| 2 | Summary(ja): USB 用ユーティリティ |
|---|
| 3 | Name: usbutils |
|---|
| 4 | Version: 012 |
|---|
| 5 | Release: 1%{?_dist_release} |
|---|
| 6 | Group: Applications/System |
|---|
| 7 | |
|---|
| 8 | Vendor: Project Vine |
|---|
| 9 | Distribution: Vine Linux |
|---|
| 10 | |
|---|
| 11 | License: GPLv2+ |
|---|
| 12 | URL: http://www.linux-usb.org/ |
|---|
| 13 | Source0: https://www.kernel.org/pub/linux/utils/usb/usbutils/%{name}-%{version}.tar.xz |
|---|
| 14 | |
|---|
| 15 | Requires: hwdata |
|---|
| 16 | |
|---|
| 17 | BuildRequires: libtool |
|---|
| 18 | BuildRequires: libusb1-devel |
|---|
| 19 | BuildRequires: libudev-devel |
|---|
| 20 | BuildRequires: autoconf |
|---|
| 21 | |
|---|
| 22 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 23 | |
|---|
| 24 | |
|---|
| 25 | %description |
|---|
| 26 | The usbutils package contains utilities for inspecting devices |
|---|
| 27 | connected to the USB. |
|---|
| 28 | |
|---|
| 29 | %description -l ja |
|---|
| 30 | このパッケージには USB に接続された各種デバイスの状態を見る為の |
|---|
| 31 | ユーティリティが収められています. |
|---|
| 32 | |
|---|
| 33 | |
|---|
| 34 | %prep |
|---|
| 35 | |
|---|
| 36 | %setup -q |
|---|
| 37 | |
|---|
| 38 | %build |
|---|
| 39 | autoreconf -if |
|---|
| 40 | %configure --sbindir=%{_sbindir} --disable-usbids |
|---|
| 41 | make %{?_smp_mflags} |
|---|
| 42 | |
|---|
| 43 | |
|---|
| 44 | %install |
|---|
| 45 | rm -rf $RPM_BUILD_ROOT |
|---|
| 46 | make install DESTDIR=$RPM_BUILD_ROOT |
|---|
| 47 | |
|---|
| 48 | %clean |
|---|
| 49 | rm -rf $RPM_BUILD_ROOT |
|---|
| 50 | |
|---|
| 51 | %files |
|---|
| 52 | %defattr(-,root,root,-) |
|---|
| 53 | %license LICENSES/* |
|---|
| 54 | %doc NEWS README* |
|---|
| 55 | %{_mandir}/*/* |
|---|
| 56 | %{_bindir}/* |
|---|
| 57 | |
|---|
| 58 | %changelog |
|---|
| 59 | * Sun Mar 29 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 012-1 |
|---|
| 60 | - new upstream release. |
|---|
| 61 | - dropped Patch1: fixed in upstream. |
|---|
| 62 | |
|---|
| 63 | * Mon May 04 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 008-1 |
|---|
| 64 | - update to 008 |
|---|
| 65 | - update Patch1 (usbutils-008-hwdata.patch) |
|---|
| 66 | - add BuildRequires: eudev-libudev-devel |
|---|
| 67 | |
|---|
| 68 | * Sun Aug 24 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 007-1 |
|---|
| 69 | - update to 007 |
|---|
| 70 | - add BuildRequires: libusb1-devel |
|---|
| 71 | - update Patch1 (usbutils-006-hwdata.patch) from fedora |
|---|
| 72 | |
|---|
| 73 | * Wed Oct 06 2010 Shu KONNO <owa@bg.wakwak.com> 0.86-2 |
|---|
| 74 | - rebuilt with rpm-4.8.1 for pkg-config |
|---|
| 75 | |
|---|
| 76 | * Wed Oct 06 2010 Shu KONNO <owa@bg.wakwak.com> 0.86-2 |
|---|
| 77 | - rebuilt with rpm-4.8.1 for pkg-config |
|---|
| 78 | |
|---|
| 79 | * Sun Oct 11 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.86-1 |
|---|
| 80 | - new upstream release |
|---|
| 81 | - added %configure --sbindir=%{_sbindir} |
|---|
| 82 | |
|---|
| 83 | * Thu Jul 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.84-1vl5 |
|---|
| 84 | - new upstream release |
|---|
| 85 | - changed %files |
|---|
| 86 | - added Patch1 |
|---|
| 87 | - added autoreconf before %build |
|---|
| 88 | |
|---|
| 89 | * Sun Jun 14 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.82-1vl5 |
|---|
| 90 | - new upstream release |
|---|
| 91 | - dropt Patch1 |
|---|
| 92 | - changed License: GPLv2+ |
|---|
| 93 | - added BuildRequires: libtool |
|---|
| 94 | |
|---|
| 95 | * Mon Oct 13 2008 Shu KONNO <owa@bg.wakwak.com> 0.72-1vl5 |
|---|
| 96 | - applied new versioning policy, spec in utf-8 |
|---|
| 97 | |
|---|
| 98 | * Sat Jul 14 2007 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.72-0vl1 |
|---|
| 99 | - initial build for Vine Linux |
|---|