auto-import changelog data from sane-backends-1.0.5-4.1.src.rpm

Wed Dec 19 2001 Tim Waugh <twaugh@redhat.com> 1.0.5-4.1
- Fix temporary file handling.
This commit is contained in:
cvsdist 2004-09-09 12:01:31 +00:00
parent d124caea84
commit 87205c3a5d

View File

@ -1,13 +1,18 @@
Summary: Scanner access software.
Name: sane-backends
Version: 1.0.5
Release: 4
Release: 4.1
License: GPL (programs), relaxed LGPL (libraries), and public domain (docs)
Group: System Environment/Libraries
#Source: ftp://ftp.mostang.com/pub/sane/%{name}-%{version}.tar.gz
Source: ftp://ftp.mostang.com/pub/sane/sane-%{version}/%{name}-%{version}.tar.gz
Source1: sane.png
Patch0: sane-sparc.patch
Patch1: sane-backends-1.0.5-tmpfile-bh.patch
Patch2: sane-backends-1.0.5-tmpfile-dc25.patch
Patch3: sane-backends-1.0.5-tmpfile-qcam.patch
Patch4: sane-backends-1.0.5-tmpfile-snapscan.patch
Patch5: sane-backends-1.0.5-tmpfile-st400.patch
URL: http://www.mostang.com/sane/
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: tetex-latex
@ -21,21 +26,22 @@ BuildPrereq: tetex-latex
ExcludeArch: s390 s390x
%description
Scanner Access Now Easy (SANE) is a universal scanner interface. The
Scanner Access Now Easy (SANE) is a universal scanner interface. The
SANE application programming interface (API) provides standardized
access to any raster image scanner hardware (flatbed scanner,
hand-held scanner, video and still cameras, frame-grabbers, etc.). If
they're using SANE, developers can write image-processing applications
without having to think about the peculiarities of individual devices.
SANE also makes it possible to write a device driver once, which can
then be used by any SANE-compliant application. SANE currently
includes drivers for some Epson SCSI scanners, HP ScanJet SCSI
scanners, Microtek SCSI scanners, Mustek SCSI flatbed scanners, PINT
devices, most UMAX SCSI scanners, Connectix QuickCam, and other SANE
devices via network. Note that this package does not enable network
scanning by default. If you wish to enable network scanning, read the
saned(1) manpage. If you'd like to develop SANE modules, you should
also install the sane-backends-devel package.
they are using SANE, developers can write image-processing
applications without having to think about the peculiarities of
individual devices. SANE also makes it possible to write a device
driver once, which can then be used by any SANE-compliant
application. SANE currently includes drivers for some Epson SCSI
scanners, HP ScanJet SCSI scanners, Microtek SCSI scanners, Mustek
SCSI flatbed scanners, PINT devices, most UMAX SCSI scanners,
Connectix QuickCam, and other SANE devices via network. Note that this
package does not enable network scanning by default. If you wish to
enable network scanning, read the saned(1) manpage. If you would like
to develop SANE modules, you should also install the
sane-backends-devel package.
%package devel
Summary: The SANE (a universal scanner interface) development toolkit.
@ -46,13 +52,20 @@ Provides: sane-devel
%description devel
Static libraries and header files for writing Scanner Access Now Easy
(SANE) modules. SANE is a universal scanner interface which is
(SANE) modules. SANE is a universal scanner interface which is
included in the sane-backends package.
%prep
%setup -q
%patch0 -p1 -b .sparc
# Fix temporary file handling
%patch1 -p1 -b .bh
%patch2 -p1 -b .dc25
%patch3 -p1 -b .qcam
%patch4 -p1 -b .snapscan
%patch5 -p3 -b .st400
%build
%{expand:%%define optflags %{optflags} -DGIMP_ENABLE_COMPAT_CRUFT=1}
%configure
@ -119,6 +132,9 @@ fi
%{_libdir}/sane/*.so
%changelog
* Wed Dec 19 2001 Tim Waugh <twaugh@redhat.com> 1.0.5-4.1
- Fix temporary file handling.
* Fri Jul 20 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- exclude s390, s390x