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