source: projects/specs/trunk/lib/libu/libusb/libusb-vl.spec @ 12360

Revision 12360, 3.6 KB checked in by tomop, 4 years ago (diff)

updated 5 packages

libidn-1.35-1

libidn2-2.3.0-1

libusb-0.1.5-2

mktcapdir-0.6.0-3

rarian-0.8.1-7

Line 
1Summary: A library which allows userspace access to USB devices.
2Summary(ja): ユーザスペースから USB デバイスにアクセスするためのライブラリ
3Name: libusb
4Epoch: 1
5Version: 0.1.5
6Release: 2%{?_dist_release}
7Group: System Environment/Libraries
8
9Vendor: Project Vine
10Distribution: Vine Linux
11
12License: LGPL
13URL: https://sourceforge.net/projects/libusb/
14Source0: https://prdownloads.sourceforge.net/libusb/%{name}-compat-%{version}.tar.bz2
15
16BuildRoot: %{_tmppath}/%{name}-%{version}-root
17BuildRequires: libusb1-devel
18BuildRequires: docbook-utils
19BuildRequires: docbook-dtds >= 1.0
20%{?nosrc:NoSource:     0}
21
22
23%description
24This package provides a way for applications to access USB devices.
25
26%package devel
27Summary: Development files for libusb.
28Summary(ja): libusb の開発用ファイル
29Group: Development/Libraries
30Requires: %{name} = %{epoch}:%{version}
31
32%description devel
33This package contains the header files and documentation needed to
34develop applications that use libusb.
35
36%prep
37%setup -q -n libusb-compat-%{version}
38
39%build
40%configure --disable-static
41make
42
43%install
44rm -rf $RPM_BUILD_ROOT
45make install DESTDIR=$RPM_BUILD_ROOT
46
47rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%post -p /sbin/ldconfig
53
54%postun -p /sbin/ldconfig
55
56%files
57%defattr(-,root,root)
58%{_libdir}/*.so.*
59
60%files devel
61%defattr(-,root,root)
62%license COPYING LICENSE
63%doc AUTHORS README INSTALL NEWS ChangeLog
64%{_bindir}/libusb-config
65%{_includedir}/*
66%{_libdir}/*.so
67%{_libdir}/pkgconfig/*.pc
68
69
70%changelog
71* Sun Mar 29 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1:0.1.5-2
72- rebuilt with current environment.
73
74* Sat Jul 16 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1:0.1.5-1
75- replaced sources to "libusb-compat".
76
77* Thu Jul 07 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.12-5
78- rebuild with gcc-5.4.0
79
80* Sat Jul 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.12-4
81- rebuild with VineSeed environment
82
83* Tue Sep 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.1.12-3
84- rebuilt with rpm-4.8.1 for pkg-config file
85- removed static library from devel package
86
87* Sat Jan 10 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.1.12-2
88- spec in utf-8
89
90* Sun May 11 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.1.12-1
91- applied new versioning policy
92- removed lib*.la from devel package
93
94* Sun May 13 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.1.12-0vl2
95- rebuilt with new toolchain
96
97* Thu Aug 17 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.1.12-0vl1
98- new upstream release
99
100* Sun Jul 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.10a-0vl1
101- new upstream release
102
103* Sat Jan 03 2004 Satoshi MACHINO <machino@vinelinux.org> 0.1.8-0vl1
104- new upstream version
105        -- libusb-0.1.8
106        -- run aclocal/autoconf to make shared libraries
107
108* Sun Nov 16 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 0.1.7-0vl2
109- rebuild
110
111* Sun Jan 19 2003 Masaki Shinomiya <shino@pos.to> 0.1.7-0vl1
112- for Vine Linux 2.6
113
114* Sun Dec 15 2002 Masaki Shinomiya <shino@pos.to> 0.1.7-0
115- new upstream release
116
117* Fri Jun 21 2002 Masaki Shinomiya <shino@pos.to> 0.1.5-0
118- omit buildrequire docbook-dtds, omit manual.ps
119
120* Thu Apr 11 2002 Tim Waugh <twaugh@redhat.com> 0.1.5-3
121- Rebuild (fixes bug #63196).
122
123* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 0.1.5-2
124- Rebuild in new environment.
125
126* Thu Feb  7 2002 Tim Waugh <twaugh@redhat.com> 0.1.5-1
127- 0.1.5.
128
129* Fri Jan 25 2002 Tim Waugh <twaugh@redhat.com> 0.1.4-2
130- Rebuild in new environment.
131- Work around tarball brokenness (doc directory was not automade).
132
133* Mon Oct 29 2001 Tim Waugh <twaugh@redhat.com> 0.1.4-1
134- Adapted for Red Hat Linux.
135- 0.1.4.
136
137* Thu Mar  1 2001 Frederic Crozat <fcrozat@mandrakesoft.com> 0.1.3b-1mdk
138- Initial Mandrake release
Note: See TracBrowser for help on using the repository browser.