source: projects/specs/trunk/u/usbutils/usbutils-vl.spec @ 8916

Revision 8916, 2.2 KB checked in by Takemikaduchi, 10 years ago (diff)

v4l-utils: new package
libebml,libemf,libmatroska,libmms,libmodplug,t1utils,usbutils: new upstream release
self-build-mikutter: update to 3.0.5
others: rebuild

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