123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- Summary: USB related utilities.
- Summary(ja): USB 用ユーティリティ
- Name: usbutils
- Version: 012
- Release: 1%{?_dist_release}
- Group: Applications/System
- Vendor: Project Vine
- Distribution: Vine Linux
- License: GPLv2+
- URL: http://www.linux-usb.org/
- Source0: https://www.kernel.org/pub/linux/utils/usb/usbutils/%{name}-%{version}.tar.xz
- Requires: hwdata
- BuildRequires: libtool
- BuildRequires: libusb1-devel
- BuildRequires: libudev-devel
- BuildRequires: autoconf
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- %description
- The usbutils package contains utilities for inspecting devices
- connected to the USB.
- %description -l ja
- このパッケージには USB に接続された各種デバイスの状態を見る為の
- ユーティリティが収められています.
- %prep
- %setup -q
- %build
- autoreconf -if
- %configure --sbindir=%{_sbindir} --disable-usbids
- make %{?_smp_mflags}
- %install
- rm -rf $RPM_BUILD_ROOT
- make install DESTDIR=$RPM_BUILD_ROOT
- %clean
- rm -rf $RPM_BUILD_ROOT
- %files
- %defattr(-,root,root,-)
- %license LICENSES/*
- %doc NEWS README*
- %{_mandir}/*/*
- %{_bindir}/*
- %changelog
- * Sun Mar 29 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 012-1
- - new upstream release.
- - dropped Patch1: fixed in upstream.
- * Mon May 04 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 008-1
- - update to 008
- - update Patch1 (usbutils-008-hwdata.patch)
- - add BuildRequires: eudev-libudev-devel
- * Sun Aug 24 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 007-1
- - update to 007
- - add BuildRequires: libusb1-devel
- - update Patch1 (usbutils-006-hwdata.patch) from fedora
- * Wed Oct 06 2010 Shu KONNO <owa@bg.wakwak.com> 0.86-2
- - rebuilt with rpm-4.8.1 for pkg-config
- * Wed Oct 06 2010 Shu KONNO <owa@bg.wakwak.com> 0.86-2
- - rebuilt with rpm-4.8.1 for pkg-config
- * Sun Oct 11 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.86-1
- - new upstream release
- - added %configure --sbindir=%{_sbindir}
- * Thu Jul 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.84-1vl5
- - new upstream release
- - changed %files
- - added Patch1
- - added autoreconf before %build
- * Sun Jun 14 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.82-1vl5
- - new upstream release
- - dropt Patch1
- - changed License: GPLv2+
- - added BuildRequires: libtool
- * Mon Oct 13 2008 Shu KONNO <owa@bg.wakwak.com> 0.72-1vl5
- - applied new versioning policy, spec in utf-8
- * Sat Jul 14 2007 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.72-0vl1
- - initial build for Vine Linux
|