Browse Source

sane-1.0.25-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10295 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 8 years ago
parent
commit
4235df1b8b
1 changed files with 9 additions and 6 deletions
  1. 9 6
      s/sane/sane-vl.spec

+ 9 - 6
s/sane/sane-vl.spec

@@ -8,8 +8,8 @@
 Summary:	SANE -- Easy local and networked scanner access
 Summary(ja):	スキャナ操作ツール
 Name:		sane
-Version:	1.0.24
-Release:	2%{?_dist_release}
+Version:	1.0.25
+Release:	1%{?_dist_release}
 URL:		http://www.sane-project.org/
 Source:		ftp://ftp.sane-project.org/pub/sane/%{name}-backends-%{version}.tar.gz
 Source10:       sane-hierarchy.png
@@ -20,10 +20,9 @@ Group:		Applications/Multimedia
 #Icon:		sane-logo.png
 Provides:	libsane.so.1 sane-backends
 
-Requires:	libjpeg, libusb
 BuildRequires:  sed
 BuildRequires:  libjpeg-devel
-BuildRequires:  libusb-devel
+BuildRequires:  libusb1-devel
 BuildRequires:  libgphoto2-devel
 #BuildPrereq:    latex2html
 #BuildPrereq: emacs/or/xemacs pLaTeX2e/or/tetex-latex pTeX/or/tetex
@@ -75,7 +74,7 @@ Requires: pkgconfig
 Requires: libjpeg-devel
 Requires: libgphoto2-devel
 Requires: libexif-devel
-Requires: libusb-devel
+Requires: libusb1-devel
 
 %description devel
 Static libraries and header files for writing SANE modules.
@@ -89,7 +88,7 @@ SANE のモジュールを書くための、ヘッダファイルと静的ライ
 %patch0 -p1 -b .vine
 
 %build
-%configure --with-gnu-ld --enable-static
+%configure --with-gnu-ld --enable-static --enable-libusb_1_0
 # don't set smp flags!
 make
 
@@ -210,6 +209,10 @@ fi
 %{_libdir}/sane/lib*.a
 
 %changelog
+* Wed May 18 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.25-1
+- new upstream release.
+- replace BR:libusb with BR:libusb1.
+
 * Mon Feb 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.24-2
 - rebuild with libgphoto2-2.5.7