|
@@ -1,16 +1,18 @@
|
|
Summary: A library which allows userspace access to USB devices.
|
|
Summary: A library which allows userspace access to USB devices.
|
|
Summary(ja): ユーザスペースから USB デバイスにアクセスするためのライブラリ
|
|
Summary(ja): ユーザスペースから USB デバイスにアクセスするためのライブラリ
|
|
Name: libusb
|
|
Name: libusb
|
|
-Version: 0.1.12
|
|
+Epoch: 1
|
|
-Release: 5%{?_dist_release}
|
|
+Version: 0.1.5
|
|
|
|
+Release: 1%{?_dist_release}
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
License: LGPL
|
|
License: LGPL
|
|
URL: http://sourceforge.net/projects/libusb/
|
|
URL: http://sourceforge.net/projects/libusb/
|
|
|
|
|
|
-Source0: http://prdownloads.sourceforge.net/libusb/%{name}-%{version}.tar.gz
|
|
+Source0: http://prdownloads.sourceforge.net/libusb/%{name}-compat-%{version}.tar.bz2
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
+BuildRequires: libusb1-devel
|
|
BuildRequires: docbook-utils
|
|
BuildRequires: docbook-utils
|
|
BuildRequires: docbook-dtds >= 1.0
|
|
BuildRequires: docbook-dtds >= 1.0
|
|
%{?nosrc:NoSource: 0}
|
|
%{?nosrc:NoSource: 0}
|
|
@@ -25,14 +27,14 @@ This package provides a way for applications to access USB devices.
|
|
Summary: Development files for libusb.
|
|
Summary: Development files for libusb.
|
|
Summary(ja): libusb の開発用ファイル
|
|
Summary(ja): libusb の開発用ファイル
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
-Requires: %{name} = %{version}
|
|
+Requires: %{name} = %{epoch}:%{version}
|
|
|
|
|
|
%description devel
|
|
%description devel
|
|
This package contains the header files and documentation needed to
|
|
This package contains the header files and documentation needed to
|
|
develop applications that use libusb.
|
|
develop applications that use libusb.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q
|
|
+%setup -q -n libusb-compat-%{version}
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure --disable-static
|
|
%configure --disable-static
|
|
@@ -57,7 +59,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
-%doc AUTHORS README INSTALL.libusb NEWS ChangeLog doc/html
|
|
+%doc AUTHORS README INSTALL NEWS ChangeLog
|
|
%{_bindir}/libusb-config
|
|
%{_bindir}/libusb-config
|
|
%{_includedir}/*
|
|
%{_includedir}/*
|
|
%{_libdir}/*.so
|
|
%{_libdir}/*.so
|
|
@@ -65,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jul 16 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1:0.1.5-1
|
|
|
|
+- replaced sources to "libusb-compat".
|
|
|
|
+
|
|
* Thu Jul 07 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.12-5
|
|
* Thu Jul 07 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.12-5
|
|
- rebuild with gcc-5.4.0
|
|
- rebuild with gcc-5.4.0
|
|
|
|
|