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