|
@@ -13,15 +13,15 @@
|
|
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.30
|
|
+Version: 1.0.32
|
|
Release: 1%{?_dist_release}%{?with_systemd:.systemd}
|
|
Release: 1%{?_dist_release}%{?with_systemd:.systemd}
|
|
-Group: Applications/Multimedia
|
|
+Group: multimedia
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
|
|
|
|
License: GPL (programs), relaxed LGPL (libraries), and public domain (docs)
|
|
License: GPL (programs), relaxed LGPL (libraries), and public domain (docs)
|
|
URL: http://www.sane-project.org/
|
|
URL: http://www.sane-project.org/
|
|
-Source: https://gitlab.com/sane-project/backends/uploads/c3dd60c9e054b5dee1e7b01a7edc98b0/sane-backends-1.0.30.tar.gz
|
|
+Source: https://gitlab.com/sane-project/backends/uploads/104f09c07d35519cc8e72e604f11643f/sane-backends-1.0.32.tar.gz
|
|
Source1: saned.xinetd
|
|
Source1: saned.xinetd
|
|
Source2: saned.socket
|
|
Source2: saned.socket
|
|
Source3: saned@.service.in
|
|
Source3: saned@.service.in
|
|
@@ -34,8 +34,9 @@ Provides: libsane.so.1 sane-backends
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: sed
|
|
BuildRequires: sed
|
|
BuildRequires: libjpeg-devel
|
|
BuildRequires: libjpeg-devel
|
|
|
|
+BuildRequires: libpng-devel
|
|
|
|
+BuildRequires: libtiff-devel
|
|
BuildRequires: libusb1-devel
|
|
BuildRequires: libusb1-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
|
|
%if %{with systemd}
|
|
%if %{with systemd}
|
|
@@ -83,10 +84,9 @@ QuickCams その他、いろいろなスキャナを使うことができます
|
|
%package devel
|
|
%package devel
|
|
Summary: SANE (Scanner Access Now Easy) development toolkit
|
|
Summary: SANE (Scanner Access Now Easy) development toolkit
|
|
Summary(ja): SANE (Scanner Access Now Easy) 開発ツールキット
|
|
Summary(ja): SANE (Scanner Access Now Easy) 開発ツールキット
|
|
-Group: Development/Libraries
|
|
+Group: programming
|
|
Requires: %{name} = %{version}
|
|
Requires: %{name} = %{version}
|
|
Requires: pkgconfig
|
|
Requires: pkgconfig
|
|
-Requires: libjpeg-devel
|
|
|
|
Requires: libgphoto2-devel
|
|
Requires: libgphoto2-devel
|
|
Requires: libexif-devel
|
|
Requires: libexif-devel
|
|
Requires: libusb1-devel
|
|
Requires: libusb1-devel
|
|
@@ -211,7 +211,6 @@ getent passwd saned >/dev/null || \
|
|
exit 0
|
|
exit 0
|
|
|
|
|
|
%post
|
|
%post
|
|
-/sbin/ldconfig
|
|
|
|
udevadm hwdb --update >/dev/null 2>&1 || :
|
|
udevadm hwdb --update >/dev/null 2>&1 || :
|
|
%if %{with systemd}
|
|
%if %{with systemd}
|
|
%systemd_post saned.socket
|
|
%systemd_post saned.socket
|
|
@@ -230,7 +229,6 @@ fi
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%postun
|
|
%postun
|
|
-/sbin/ldconfig
|
|
|
|
udevadm hwdb --update >/dev/null 2>&1 || :
|
|
udevadm hwdb --update >/dev/null 2>&1 || :
|
|
%if %{with systemd}
|
|
%if %{with systemd}
|
|
%systemd_postun_with_restart saned.socket
|
|
%systemd_postun_with_restart saned.socket
|
|
@@ -286,6 +284,10 @@ udevadm hwdb --update >/dev/null 2>&1 || :
|
|
%{_libdir}/sane/lib*.a
|
|
%{_libdir}/sane/lib*.a
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Nov 03 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.32-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- dropped ldconfig scriptlets.
|
|
|
|
+
|
|
* Thu Jul 09 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.30-1
|
|
* Thu Jul 09 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.30-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|