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

Revision 12358, 2.4 KB checked in by tomop, 4 years ago (diff)

updated 7 packages

btrfs-progs-5.4.1-1

gsm-1.0.18-1

lzo-2.10-2

libusb1-1.0.23-1

usbutils-012-1

wireless-tools-29-5

zlib-1.2.11-3

Line 
1Summary:        USB related utilities.
2Summary(ja):    USB 用ユーティリティ
3Name:           usbutils
4Version:        012
5Release:        1%{?_dist_release}
6Group:          Applications/System
7
8Vendor:         Project Vine
9Distribution:   Vine Linux
10
11License:        GPLv2+
12URL:            http://www.linux-usb.org/
13Source0:        https://www.kernel.org/pub/linux/utils/usb/usbutils/%{name}-%{version}.tar.xz
14
15Requires:       hwdata
16
17BuildRequires:  libtool
18BuildRequires:  libusb1-devel
19BuildRequires:  libudev-devel
20BuildRequires:  autoconf
21
22BuildRoot:      %{_tmppath}/%{name}-%{version}-root
23
24
25%description
26The usbutils package contains utilities for inspecting devices
27connected to the USB.
28
29%description -l ja
30このパッケージには USB に接続された各種デバイスの状態を見る為の
31ユーティリティが収められています.
32
33
34%prep
35
36%setup -q
37
38%build
39autoreconf -if
40%configure --sbindir=%{_sbindir} --disable-usbids
41make %{?_smp_mflags}
42
43
44%install
45rm -rf $RPM_BUILD_ROOT
46make install DESTDIR=$RPM_BUILD_ROOT
47
48%clean
49rm -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
Note: See TracBrowser for help on using the repository browser.