Browse Source

sane-1.0.32-1

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
5d408aabba
1 changed files with 10 additions and 8 deletions
  1. 10 8
      s/sane/sane-vl.spec

+ 10 - 8
s/sane/sane-vl.spec

@@ -13,15 +13,15 @@
 Summary:	SANE -- Easy local and networked scanner access
 Summary(ja):	スキャナ操作ツール
 Name:		sane
-Version:	1.0.30
+Version:	1.0.32
 Release:	1%{?_dist_release}%{?with_systemd:.systemd}
-Group:		Applications/Multimedia
+Group:		multimedia
 Vendor:		Project Vine
 Distribution:	Vine Linux
 
 License:	GPL (programs), relaxed LGPL (libraries), and public domain (docs)
 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
 Source2:	saned.socket
 Source3:	saned@.service.in
@@ -34,8 +34,9 @@ Provides:	libsane.so.1 sane-backends
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
 BuildRequires:  sed
 BuildRequires:  libjpeg-devel
+BuildRequires:  libpng-devel
+BuildRequires:  libtiff-devel
 BuildRequires:  libusb1-devel
-BuildRequires:  libgphoto2-devel
 #BuildPrereq:    latex2html
 #BuildPrereq: emacs/or/xemacs pLaTeX2e/or/tetex-latex pTeX/or/tetex
 %if %{with systemd}
@@ -83,10 +84,9 @@ QuickCams その他、いろいろなスキャナを使うことができます
 %package devel
 Summary:  SANE (Scanner Access Now Easy) development toolkit
 Summary(ja):  SANE (Scanner Access Now Easy) 開発ツールキット
-Group:    Development/Libraries
+Group:    programming
 Requires: %{name} = %{version}
 Requires: pkgconfig
-Requires: libjpeg-devel
 Requires: libgphoto2-devel
 Requires: libexif-devel
 Requires: libusb1-devel
@@ -211,7 +211,6 @@ getent passwd saned >/dev/null || \
 exit 0
 
 %post
-/sbin/ldconfig
 udevadm hwdb --update >/dev/null 2>&1 || :
 %if %{with systemd}
 %systemd_post saned.socket
@@ -230,7 +229,6 @@ fi
 %endif
 
 %postun
-/sbin/ldconfig
 udevadm hwdb --update >/dev/null 2>&1 || :
 %if %{with systemd}
 %systemd_postun_with_restart saned.socket
@@ -286,6 +284,10 @@ udevadm hwdb --update >/dev/null 2>&1 || :
 %{_libdir}/sane/lib*.a
 
 %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
 - new upstream release.