usbutils-vl.spec 2.4 KB

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