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

Revision 8793, 3.2 KB checked in by Takemikaduchi, 10 years ago (diff)

libXi, libcdio, libusb1, qt4: new upstream release
others: rebuild

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