08b24c0
# --with/--without options:
08b24c0
# gphoto2:        support gphoto2 backend
08b24c0
# gphoto2_split:  ship gphoto2 backend in separate subpackage
08b24c0
# libs_split:     ship libraries in separate subpackage
08b24c0
# docs_split:     ship documentation in separate subpackage
98c8050
08b24c0
%define gphoto2_support 0%{!?_without_gphoto2:1}
d07e238
%define gphoto2_split 0%{!?_without_gphoto2:%{?_with_gphoto2_split:1}}
d07e238
0a2451f
%if 0%{?fedora} >= 5 || 0%{?rhel} >= 5
08b24c0
%define libs_split 0%{?!_without_libs_split:1}
08b24c0
%define docs_split 0%{?_with_docs_split:1}
08b24c0
%else
08b24c0
%define libs_split 0%{?_with_libs_split:1}
08b24c0
%define docs_split 0%{?!_without_docs_split:1}
08b24c0
%endif
08b24c0
473d2b1
%if 0%{?fedora} >= 7 || 0%{?rhel} >= 6
eccefc9
%define udev_098 0%{?!_without_udev_098:1}
473d2b1
%else
eccefc9
%define udev_098 0%{?_with_udev_098:1}
473d2b1
%endif
473d2b1
98c8050
Summary: Scanner access software
cvsdist b714519
Name: sane-backends
08b24c0
Version: 1.0.18
737b9c8
Release: 19%{?dist}
cvsdist b714519
License: GPL (programs), relaxed LGPL (libraries), and public domain (docs)
cvsdist b714519
Group: System Environment/Libraries
839d321
Source0: ftp://ftp.sane-project.org/pub/sane/%{name}-%{version}/%{name}-%{version}.tar.gz
cvsdist b714519
Source1: sane.png
f1dd974
Patch1: sane-backends-1.0.18-rpath.patch
bf13b86
Patch2: sane-backends-1.0.12-badcode.patch
bf13b86
Patch3: sane-backends-multilib.patch
8ce3a6d
Patch4: sane-backends-1.0.17-pkgconfig.patch
8ce3a6d
Patch5: sane-backends-1.0.18-logical_vs_binary.patch
b08dfaa
Patch6: sane-backends-1.0.18-usb_reset.patch
60539e0
Patch7: sane-backends-1.0.18-udev-symlink.patch
4201f50
Patch8: sane-backends-1.0.18-udev-098.patch
a4969b5
Patch9: sane-backends-1.0.18-glibc-2.7.patch
bd9cb07
Patch10: sane-backends-1.0.18-epson-cx5000.patch
cvsdist cd2979e
URL: http://www.sane-project.org
98c8050
BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%__id_u -n)
a068c6b
BuildRequires: tetex-latex
a068c6b
BuildRequires: libusb-devel
a068c6b
BuildRequires: libieee1284-devel
a068c6b
BuildRequires: libjpeg-devel
a068c6b
BuildRequires: libtiff-devel
a068c6b
BuildRequires: autoconf
a068c6b
BuildRequires: libtool
cc86ad0
BuildRequires: gettext
cvsdist 2f4b2a2
%if %{gphoto2_support}
cvsdist 2f4b2a2
BuildRequires: gphoto2-devel
cvsdist b714519
%endif
3c58eaf
Requires: pam >= 0.78-2
eccefc9
%if %udev_098
eccefc9
Requires: udev >= 098
473d2b1
%else
3c58eaf
Requires: udev
473d2b1
%endif
737b9c8
# Disable this to work around circular deps when rebuilding for now
737b9c8
#Requires: libsane-hpaio
cvsdist d124cae
ExcludeArch: s390 s390x
cvsdist b714519
cvsdist b714519
%description
cvsdist 2f4b2a2
Scanner Access Now Easy (SANE) is a universal scanner interface.  The
cvsdist b714519
SANE application programming interface (API) provides standardized
cvsdist b714519
access to any raster image scanner hardware (flatbed scanner,
d07e238
hand-held scanner, video and still cameras, frame-grabbers, etc.).
cvsdist b714519
cvsdist b714519
%package devel
d07e238
Summary: SANE development toolkit
cvsdist b714519
Group: Development/Libraries
a0770c4
Requires: sane-backends = %{version}-%{release}, libusb-devel, libieee1284-devel
fae0ed6
Requires: pkgconfig
c7e1aa0
%if %{gphoto2_support}
c7e1aa0
Requires: gphoto2-devel
c7e1aa0
%endif
cvsdist b714519
Obsoletes: sane-devel
cvsdist b714519
Provides: sane-devel
cvsdist b714519
cvsdist b714519
%description devel
d07e238
This package contains static libraries and header files for writing Scanner
d07e238
Access Now Easy (SANE) modules.
d07e238
08b24c0
%if %{docs_split}
08b24c0
%package docs
08b24c0
Summary: Additional documentation for SANE
08b24c0
Group: Documentation
08b24c0
08b24c0
%description docs
08b24c0
Additional documentation for SANE, a universal scanner interface.
08b24c0
%endif
08b24c0
08b24c0
%if %{libs_split}
d07e238
%package libs
d07e238
Summary: SANE libraries
d07e238
Group: System Environment/Libraries
d07e238
Requires: sane-backends = %{?epoch:%{epoch}:}%{version}-%{release}
d07e238
Obsoletes: sane-backends <= 1.0.17-12
0a2451f
%if 0%{?fedora} >= 5 || 0%{?rhel} >= 5
3fa0e42
%if ! %{docs_split}
3fa0e42
Obsoletes: sane-backends-docs <= 1.0.17-12
3fa0e42
Provides: sane-backends-docs = %{?epoch:%{epoch}:}%{version}-%{release}
3fa0e42
%endif
3fa0e42
%endif
d07e238
d07e238
%description libs
d07e238
This package contains the SANE libraries which are needed by applications that
d07e238
want to access scanners.
d07e238
d07e238
%if %{gphoto2_split}
d07e238
%package libs-gphoto2
d07e238
Summary: SANE libraries for gphoto2
d07e238
Group: System Environment/Libraries
d07e238
Requires: sane-backends-libs = %{?epoch:%{epoch}:}%{version}-%{release}
d07e238
d07e238
%description libs-gphoto2
d07e238
This package contains the SANE libraries which are needed by applications that
d07e238
want to access digital cameras.
d07e238
%endif
08b24c0
%endif
cvsdist b714519
cvsdist b714519
%prep
cvsdist 4e59a19
%setup -q
cvsdist 87205c3
cvsdist 4e59a19
%patch1 -p1 -b .rpath
bf13b86
%patch2 -p1 -b .badcode
bf13b86
%patch3 -p1 -b .multilib
8ce3a6d
%patch4 -p1 -b .pkgconfig
8ce3a6d
%patch5 -p1 -b .logical_vs_binary
b08dfaa
%patch6 -p1 -b .usb_reset
60539e0
%patch7 -p1 -b .udev-symlink
cvsdist 29ae3ae
eccefc9
%if %udev_098
4201f50
%patch8 -p1 -b .udev-098
473d2b1
%endif
473d2b1
a4969b5
%patch9 -p1 -b .glibc-2.7
bd9cb07
%patch10 -p1 -b .epson-cx5000
a4969b5
7b6ce03
for i in agfafocus avision coolscan2 umax_pp; do
7b6ce03
	iconv -f iso-8859-1 -t utf-8 < "doc/sane-$i.man" > "doc/sane-$i.man_"
7b6ce03
	mv "doc/sane-$i.man_" "doc/sane-$i.man"
7b6ce03
done
7b6ce03
cvsdist 123afc1
# We patched configure.in, so regenerate configure.
cvsdist 4e59a19
sed '/^# libtool\.m4/,$d' < acinclude.m4 > acinclude.m4.new
cvsdist 4e59a19
mv -f acinclude.m4{.new,}
cvsdist 4e59a19
libtoolize --force --copy
0b19981
aclocal
cvsdist 123afc1
autoconf
cvsdist 123afc1
cvsdist b714519
%build
cvsdist b714519
%{expand:%%define optflags %{optflags} -DGIMP_ENABLE_COMPAT_CRUFT=1}
cvsdist 2f4b2a2
%if %{gphoto2_support}
98c8050
%configure --with-gphoto2=%{_prefix} --with-docdir=%{_docdir}/%{name}-%{version}
cvsdist 2f4b2a2
%else
cvsdist 123afc1
%configure --without-gphoto2 --with-docdir=%{_docdir}/%{name}-%{version}
cvsdist 2f4b2a2
%endif
cvsdist 2f4b2a2
make
cvsdist b714519
cvsdist b714519
cvsdist b714519
%install
cvsdist b714519
rm -rf %{buildroot}
cvsdist 123afc1
%{makeinstall} docdir=%{buildroot}/%{_docdir}/%{name}-%{version}
cvsdist b714519
cvsdist b714519
mkdir -p %{buildroot}%{_datadir}/pixmaps
cvsdist b714519
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps
cvsdist 123afc1
rm -f %{buildroot}%{_bindir}/gamma4scanimage
d07e238
rm -f %{buildroot}%{_mandir}/man1/gamma4scanimage.1*
cvsdist 4e59a19
rm -f %{buildroot}%{_libdir}/sane/*.a %{buildroot}%{_libdir}/*.a
c0c347b
rm -f %{buildroot}%{_libdir}/libsane*.la %{buildroot}%{_libdir}/sane/*.la
9e905ec
60539e0
mkdir -p %{buildroot}/%{_sysconfdir}/udev/rules.d/
60539e0
install -m 0644 tools/udev/libsane.rules %{buildroot}/%{_sysconfdir}/udev/rules.d/60-libsane.rules
cvsdist 123afc1
cvsdist 4e59a19
%find_lang %name
cvsdist b714519
d07e238
cvsdist b714519
%clean
cvsdist b714519
rm -rf %{buildroot}
cvsdist b714519
08b24c0
%if %{libs_split}
d07e238
%post libs -p /sbin/ldconfig
d07e238
%postun libs -p /sbin/ldconfig
08b24c0
%else
08b24c0
%post -p /sbin/ldconfig
08b24c0
%postun -p /sbin/ldconfig
08b24c0
%endif
cvsdist 36a3129
cvsdist 4e59a19
%files -f %{name}.lang
cvsdist b714519
%defattr(-,root,root)
cvsdist b714519
%dir /etc/sane.d
cvsdist 6790870
%config(noreplace) /etc/sane.d/*
9e905ec
%{_sysconfdir}/udev/rules.d/*
cvsdist b714519
%{_mandir}/*/*
cvsdist b714519
%{_datadir}/pixmaps/sane.png
08b24c0
3fa0e42
%{_bindir}/sane-find-scanner
3fa0e42
%{_bindir}/scanimage
3fa0e42
%{_sbindir}/*
3fa0e42
08b24c0
%if ! %{libs_split}
08b24c0
%{_libdir}/libsane*.so.*
08b24c0
%dir %{_libdir}/sane
08b24c0
%{_libdir}/sane/*.so.*
08b24c0
%endif
08b24c0
5c183b8
%if ! %{docs_split}
3fa0e42
%doc %{_docdir}/*
3fa0e42
%else
3fa0e42
%doc %{_docdir}/*
08b24c0
%exclude %{_docdir}/%{name}-%{version}/sane-backends.html
08b24c0
%exclude %{_docdir}/%{name}-%{version}/sane-backends-external.html
08b24c0
%exclude %{_docdir}/%{name}-%{version}/sane-mfgs.html
08b24c0
%exclude %{_docdir}/%{name}-%{version}/sane-mfgs-external.html
08b24c0
%exclude %{_docdir}/%{name}-%{version}/sane.dvi
08b24c0
%exclude %{_docdir}/%{name}-%{version}/sane.ps
08b24c0
%endif
08b24c0
3fa0e42
%if %{libs_split}
3fa0e42
%files libs
3fa0e42
%defattr(-, root, root)
3fa0e42
%{_libdir}/libsane*.so.*
3fa0e42
%dir %{_libdir}/sane
1fc6804
%{_libdir}/sane/*.so*
3fa0e42
3fa0e42
%if %{gphoto2_split}
3fa0e42
%exclude %{_libdir}/sane/*gphoto2.so.*
3fa0e42
3fa0e42
%files libs-gphoto2
08b24c0
%defattr(-, root, root)
3fa0e42
%{_libdir}/sane/*gphoto2.so.*
3fa0e42
%endif
08b24c0
%endif
08b24c0
08b24c0
%if %{docs_split}
08b24c0
%files docs
08b24c0
%defattr(-, root, root)
3fa0e42
%doc %{_docdir}/%{name}-%{version}/sane-backends.html
3fa0e42
%doc %{_docdir}/%{name}-%{version}/sane-backends-external.html
3fa0e42
%doc %{_docdir}/%{name}-%{version}/sane-mfgs.html
3fa0e42
%doc %{_docdir}/%{name}-%{version}/sane-mfgs-external.html
3fa0e42
%doc %{_docdir}/%{name}-%{version}/sane.dvi
3fa0e42
%doc %{_docdir}/%{name}-%{version}/sane.ps
08b24c0
%endif
cvsdist b714519
cvsdist b714519
%files devel
cvsdist b714519
%defattr(-,root,root)
cvsdist 123afc1
%{_bindir}/sane-config
d07e238
%{_mandir}/man1/sane-config.1*
cvsdist b714519
%{_includedir}/sane
cvsdist b714519
%{_libdir}/libsane*.so
fae0ed6
%dir %{_libdir}/pkgconfig
fae0ed6
%{_libdir}/pkgconfig/sane-backends.pc
cvsdist b714519
cvsdist b714519
%changelog
737b9c8
* Fri Dec 07 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.0.18-19
737b9c8
- do a bootstrap build without hplip requirements
737b9c8
1fc6804
* Wed Nov 07 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-18
1fc6804
- move backend .so files out of -devel into main package (#209389)
1fc6804
8956f51
* Tue Oct 02 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-17
8956f51
- disable pint backend (which doesn't build without some BSD specific headers)
8956f51
a068c6b
* Tue Oct 02 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-16
a068c6b
- enable dell1600n_net (#314081) and pint backends
a068c6b
bd9cb07
* Wed Aug 15 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-15
bd9cb07
- enable support for Epson CX-5000
bd9cb07
4201f50
* Wed Aug 08 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-14
4201f50
- make udev rules more robust (#243953)
a4969b5
- bring code in shape for glibc-2.7
4201f50
221b0f8
* Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 1.0.18-13
221b0f8
- rebuild for toolchain bug
221b0f8
d3d094b
* Tue Jul 24 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-12
d3d094b
- fix typo in spec file
d3d094b
3c425db
* Tue Jul 24 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-11
3c425db
- work around udev regexes not matching as they should (#244444)
3c425db
60539e0
* Sun Jul 22 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-10
e2ae888
- tweak udev rules generation (#244444)
60539e0
eccefc9
* Fri Jul 20 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-9
eccefc9
- don't tweak device names in device configuration files anymore (obsolete)
eccefc9
- let udev rules cope with SUBSYSTEM=="usb" (#244444)
eccefc9
- tweak-udev-rules patch is udev-098 patch now
eccefc9
473d2b1
* Thu Jul 05 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-8
473d2b1
- tweak udev rules to conform with new udev syntax (#246849)
473d2b1
b08dfaa
* Fri Jun 15 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-7
b08dfaa
- call usb_reset() prior to usb_close() to workaround hanging USB hardware
b08dfaa
  (#149027, #186766)
b08dfaa
8ce3a6d
* Tue Apr 24 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-6
8ce3a6d
- don't erroneously use logical "&&" instead of binary "&" at some places in
8ce3a6d
  the canon driver
8ce3a6d
0a2451f
* Fri Oct 13 2006 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-5
0a2451f
- use %%rhel, not %%redhat
0a2451f
5c183b8
* Fri Oct 13 2006 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-4
5c183b8
- don't ship generated docs in -libs but main package (#210572)
5c183b8
a0770c4
* Sun Sep 17 2006 Warren Togami <wtogami@redhat.com> - 1.0.18-3
a0770c4
- -devel req exact version-release
a0770c4
3fa0e42
* Fri Sep 08 2006 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-2
3fa0e42
- remove unneeded programs subpackage
3fa0e42
- clean up docs vs. libs pkg split, mark documentation as %%doc
3fa0e42
08b24c0
* Mon Jul 24 2006 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-1
08b24c0
- version 1.0.18
08b24c0
- unify spec file between OS releases
4d621c9
- update rpath patch
b5f48ec
- remove obsolete newmodels patch
819f6ad
- use *.desc created udev rules
08b24c0
08b24c0
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.17-13.1
5102455
- rebuild
5102455
d07e238
* Fri Jun 09 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-13
d07e238
- split package into sane-backends, -devel, -libs, -programs to work around
d07e238
  multilib issues (#135172)
d07e238
3c58eaf
* Wed Jun 07 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-12
3c58eaf
- require libsane-hpaio to work around #165751
3c58eaf
cc86ad0
* Tue Jun 06 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-11
cc86ad0
- add BuildRequires: gettext (#194163)
cc86ad0
fae0ed6
* Wed May 17 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-10
20e2dab
- add pkg-config support, re-write sane-config to use pkg-config to avoid
20e2dab
  multilib problems with conflicting sane-config scripts
20e2dab
bf13b86
* Tue Apr 25 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-9
bf13b86
- add support for Canon Lide 60 scanner (#189726)
bf13b86
bb8522a
* Wed Apr 05 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-8
bb8522a
- don't use automake
bb8522a
bb8522a
* Tue Apr 04 2006 Nils Philippsen <nphilipp@redhat.com>
c7e1aa0
- require gphoto2-devel in sane-backends-devel
c7e1aa0
c0c347b
* Fri Mar 24 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-7
c0c347b
- don't include *.la files
c0c347b
4d4a367
* Thu Mar 23 2006 Than Ngo <than@redhat.com> 1.0.17-6
4d4a367
- rebuild against gphoto2 to get rid of gphoto2.la
4d4a367
0b19981
* Tue Mar 14 2006 Nils Philippsen <nphilipp@redhat.com> - 1.0.17-5
0b19981
- buildrequire automake, autoconf, libtool (#178596)
0b19981
- don't require /sbin/ldconfig, /bin/mktemp, /bin/grep, /bin/cat, /bin/rm
0b19981
58eb630
* Thu Feb 22 2006 Nils Philippsen <nphilipp@redhat.com> - 1.0.17-4
58eb630
- split off generated documentation into separate subpackage to avoid conflicts
58eb630
  on multilib systems
58eb630
e74e568
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.17-3.2
e74e568
- bump again for double-long bug on ppc(64)
e74e568
8d88736
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.17-3.1
8d88736
- rebuilt for new gcc4.1 snapshot and glibc changes
8d88736
9e905ec
* Wed Jan 25 2006 Bill Nottingham <notting@redhat.com> 1.0.17-3
9e905ec
- ship udev rules for device creation (#177650). Require udev
9e905ec
bb9105f
* Sun Jan 22 2006 Bill Nottingham <notting@redhat.com> 1.0.17-2
bb9105f
- disable hotplug dep. More later pending (#177650)
bb9105f
98c8050
* Tue Dec 20 2005 Nils Philippsen <nphilipp@redhat.com> 1.0.17-1
98c8050
- version 1.0.17
98c8050
- reenable gphoto2 backend
98c8050
7c8ebf1
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
7c8ebf1
- rebuilt
7c8ebf1
Florian La Roche 7f2a671
* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
Florian La Roche 7f2a671
- rebuild
Florian La Roche 7f2a671
ae0c68a
* Fri Aug 19 2005 Nils Philippsen <nphilipp@redhat.com> 1.0.16-1
ae0c68a
- version 1.0.16
97c2e21
- remove obsolete docdir patch
ae0c68a
7a5fab3
* Mon Jul 25 2005 Tim Waugh <twaugh@redhat.com>
7a5fab3
- Fixed libusbscanner comment (bug #162983).
7a5fab3
f343017
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 1.0.15-9
f343017
- Rebuild for new GCC.
f343017
eabd3ee
* Fri Dec 10 2004 Tim Waugh <twaugh@redhat.com> 1.0.15-8
4f3a013
- Further small fixes to libusbscanner script.
4f3a013
8d7755c
* Fri Dec  3 2004 Tim Waugh <twaugh@redhat.com>
8d7755c
- Ship the correct libsane.usermap (part of bug #135802).
8d7755c
9a0908f
* Wed Dec  1 2004 Tim Waugh <twaugh@redhat.com>
9a0908f
- No longer need ep2400 patch.
9a0908f
74b4472
* Tue Nov 30 2004 Tim Waugh <twaugh@redhat.com> 1.0.15-7
74b4472
- Updated libusbscanner script from Tomas Mraz, to use pam_console_apply.
61ae13a
- Requires pam >= 0.78-2 for targetted pam_console_apply.
61ae13a
7fb09d6
* Thu Nov 25 2004 Tim Waugh <twaugh@redhat.com> 1.0.15-6
7fb09d6
- Random changes in libusbscanner.
7fb09d6
f225781
* Tue Nov 23 2004 Tim Waugh <twaugh@redhat.com> 1.0.15-5
f225781
- libusbscanner: Create /dev/usb if it doesn't exist after 30s.
f225781
096feea
* Mon Nov 22 2004 Tim Waugh <twaugh@redhat.com> 1.0.15-4
096feea
- Attempt to be more useful in libusbscanner by waiting a maximum of 30
096feea
  seconds.
cefd4b6
- Add a chcon call to libusbscanner (bug #140059).  Based on contribution
cefd4b6
  from W. Michael Petullo.
cefd4b6
7b6ce03
* Sat Nov 20 2004 Miloslav Trmac <mitr@redhat.com> - 1.0.15-3
7b6ce03
- Convert man pages to UTF-8
7b6ce03
ab043a3
* Tue Nov 16 2004 Tim Waugh <twaugh@redhat.com>
ab043a3
- Require hotplug's remover to work.
ab043a3
aa4e298
* Tue Nov 16 2004 Tim Waugh <twaugh@redhat.com> 1.0.15-2
aa4e298
- Applied the libusbscanner part of the patch for bug #121511, by Ian
aa4e298
  Pilcher.
aa4e298
839d321
* Mon Nov  8 2004 Tim Waugh <twaugh@redhat.com> 1.0.15-1
839d321
- 1.0.15.
839d321
15f00f8
* Sun Oct 10 2004 Tim Waugh <twaugh@redhat.com> 1.0.14-6
3f4a405
- Make man pages identical on multilib installations.
3f4a405
5a4f790
* Thu Oct  7 2004 Tim Waugh <twaugh@redhat.com> 1.0.14-5
5a4f790
- Build requires libjpeg-devel (bug #134964).
5a4f790
cvsdist a1e62fb
* Thu Aug 26 2004 Tim Waugh <twaugh@redhat.com> 1.0.14-4
cvsdist a1e62fb
- Apply patch from David Zeuthen to fix hotplug script (bug #130755).
cvsdist a1e62fb
cvsdist 6790870
* Mon Aug  9 2004 Tim Waugh <twaugh@redhat.com> 1.0.14-3
cvsdist 6790870
- Mark config files noreplace.
cvsdist 6790870
cvsdist cc97c33
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist cc97c33
- rebuilt
cvsdist cc97c33
cvsdist b4f9038
* Wed Jun  2 2004 Tim Waugh <twaugh@redhat.com> 1.0.14-1
cvsdist b4f9038
- 1.0.14.
cvsdist b4f9038
cvsdist b4f9038
* Wed May 12 2004 Tim Waugh <twaugh@redhat.com>
cvsdist b4f9038
- s/ftp.mostang.com/ftp.sane-project.org/.
cvsdist b4f9038
cvsdist 1ca3d76
* Fri May  7 2004 Tim Waugh <twaugh@redhat.com> 1.0.13-7
cvsdist 1ca3d76
- Fix epson.conf for USB scanners (bug #122328).
cvsdist 1ca3d76
cvsdist 1ca3d76
* Tue May  4 2004 Tim Waugh <twaugh@redhat.com> 1.0.13-6
cvsdist 1ca3d76
- Ship libusb.usermap (from sane-backends-1.0.14) and a pam_console-aware
cvsdist 1ca3d76
  libusbscanner script.
cvsdist 1ca3d76
- Fix epson.conf for Epson Perfection 2400 (bug #122328).
cvsdist 1ca3d76
cvsdist 2a1817c
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 2a1817c
- rebuilt
cvsdist 2a1817c
cvsdist 2a1817c
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 2a1817c
- rebuilt
cvsdist 2a1817c
cvsdist 2a1817c
* Thu Feb  5 2004 Tim Waugh <twaugh@redhat.com> 1.0.13-4
cvsdist 2a1817c
- Fixed compilation with GCC 3.4.
cvsdist 2a1817c
cvsdist cd2979e
* Mon Dec 15 2003 Tim Waugh <twaugh@redhat.com> 1.0.13-3
cvsdist cd2979e
- Take %%{_libdir}/sane out of ldconfig's search path altogether (Oliver
cvsdist cd2979e
  Rauch).
cvsdist cd2979e
cvsdist cd2979e
* Tue Nov 25 2003 Thomas Woerner <twoerner@redhat.com> 1.0.13-2
cvsdist cd2979e
- no rpath in sane-config anymore
cvsdist cd2979e
cvsdist cd2979e
* Sun Nov 23 2003 Tim Waugh <twaugh@redhat.com> 1.0.13-1
cvsdist cd2979e
- 1.0.13.
cvsdist cd2979e
- No longer need autoload, gt68xx patches.
cvsdist cd2979e
cvsdist cd2979e
* Thu Nov 20 2003 Tim Waugh <twaugh@redhat.com> 1.0.12-6
cvsdist cd2979e
- Don't add %%{_libdir}/sane to ld.so.conf (bug #110419).
cvsdist cd2979e
cvsdist cd2979e
* Tue Nov 11 2003 Tim Waugh <twaugh@redhat.com> 1.0.12-5
cvsdist cd2979e
- Updated gt68xx driver to fix timeout problems.
cvsdist cd2979e
cvsdist cd2979e
* Wed Oct  8 2003 Tim Waugh <twaugh@redhat.com>
cvsdist cd2979e
- Avoided undefined behaviour in canon-sane.c (bug #106305).
cvsdist cd2979e
cvsdist cd2979e
* Mon Sep 29 2003 Tim Waugh <twaugh@redhat.com>
cvsdist cd2979e
- Updated URL.
cvsdist cd2979e
cvsdist 4e59a19
* Thu Jul 24 2003 Tim Waugh <twaugh@redhat.com> 1.0.12-4
cvsdist 4e59a19
- The devel package requires libieee1284-devel.
cvsdist cb0dee0
cvsdist 4e59a19
* Mon Jun 16 2003 Tim Waugh <twaugh@redhat.com> 1.0.12-3
cvsdist 4e59a19
- Use libtoolize and aclocal to fix build.
cvsdist 4e59a19
- Build requires libieee1284-devel (to fix bug #75849).
cvsdist 36a3129
cvsdist 4e59a19
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 4e59a19
- rebuilt
cvsdist 36a3129
cvsdist 4e59a19
* Sun May 25 2003 Tim Waugh <twaugh@redhat.com> 1.0.12-1
cvsdist 4e59a19
- 1.0.12.
cvsdist 36a3129
cvsdist 4e59a19
* Thu Mar 20 2003 Tim Waugh <twaugh@redhat.com> 1.0.11-1
cvsdist 4e59a19
- Shipped libtool is broken; use installed script instead.
cvsdist 4e59a19
- Remove files not shipped.
cvsdist 4e59a19
- Fix some /usr/lib references.
cvsdist 4e59a19
- 1.0.11.
cvsdist 4e59a19
- Drop sane-sparc, errorchk, hp101, security patches.
cvsdist 4e59a19
- Update rpath, docdir patches.
cvsdist 4e59a19
- Use %%find_lang.
cvsdist 36a3129
cvsdist 4e59a19
* Fri Mar  7 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 4e59a19
- sane-backends-devel requires libusb-devel (bug #85742).
cvsdist dcc1bad
cvsdist 123afc1
* Mon Feb 10 2003 Tim Waugh <twaugh@redhat.com> 1.0.9-5
cvsdist 123afc1
- Fix saned problems.
cvsdist 123afc1
cvsdist 123afc1
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 1.0.9-4
cvsdist 123afc1
- rebuilt
cvsdist 123afc1
cvsdist 123afc1
* Thu Jan 16 2003 Tim Waugh <twaugh@redhat.com> 1.0.9-3
cvsdist 123afc1
- hp-backend 1.01 for 'error during device I/O' workaround (bug #81835).
cvsdist 123afc1
cvsdist 123afc1
* Thu Jan  9 2003 Tim Waugh <twaugh@redhat.com> 1.0.9-2
cvsdist 123afc1
- Better error checking in the Canon backend (bug #81332).
cvsdist 123afc1
cvsdist 123afc1
* Fri Oct 25 2002 Tim Waugh <twaugh@redhat.com> 1.0.9-1
cvsdist 123afc1
- 1.0.9.
cvsdist 2437906
cvsdist 123afc1
* Wed Oct 23 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-6
cvsdist 123afc1
- Ship the installed documentation.
cvsdist 123afc1
- Move sane-config to the devel subpackage (bug #68454).
cvsdist 2437906
cvsdist 123afc1
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist c634ffb
- automated rebuild
cvsdist c634ffb
cvsdist 29ae3ae
* Fri Jun 21 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-4
cvsdist 29ae3ae
- Fix bug #62847.
cvsdist 29ae3ae
cvsdist 29ae3ae
* Tue Jun 18 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-3
cvsdist 29ae3ae
- Fix dangling symlink (bug #66672).
cvsdist 29ae3ae
cvsdist 29ae3ae
* Wed Jun 12 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-2
cvsdist 29ae3ae
- Don't tell SANE applications to use rpath (bug #66129, bug #66132).
cvsdist 29ae3ae
cvsdist 29ae3ae
* Mon May 27 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-1
cvsdist 29ae3ae
- 1.0.8.
cvsdist 29ae3ae
cvsdist 29ae3ae
* Wed May 22 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-0.20020522.1
cvsdist 29ae3ae
- Update to CVS.  Release expected before the end of the month.
cvsdist 29ae3ae
- No longer need defaultincl or argv patches.
cvsdist 169faf7
cvsdist 29ae3ae
* Wed May 15 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-7
cvsdist 843a42f
- Unconditionally run ldconfig after installation (bug #64964).
cvsdist 843a42f
cvsdist 8f0a299
* Mon Mar  4 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-6
cvsdist 8f0a299
- Re-apply the original 1.0.7-4 fix (oops):
cvsdist 8f0a299
  - Make sure to load SCSI modules if not already loaded (bug #59979).
cvsdist 8f0a299
cvsdist 8f0a299
* Mon Mar  4 2002 Tim Powers <timp@redhat.com> 1.0.7-5
cvsdist 2f4b2a2
- bump release number, wasn't bumped last time
cvsdist 2f4b2a2
cvsdist 2f4b2a2
* Mon Mar  3 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-4
cvsdist 2f4b2a2
- Update sparc patch (Tom "spot" Callaway).
cvsdist 2f4b2a2
cvsdist 2f4b2a2
* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-3
cvsdist 2f4b2a2
- Rebuild in new environment.
cvsdist 2f4b2a2
- Disable bad stdarg code in scanimage so that alpha builds succeed.
cvsdist 2f4b2a2
cvsdist 2f4b2a2
* Mon Feb 11 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-2
cvsdist 2f4b2a2
- Make sure sane-config doesn't specify the default include path
cvsdist 2f4b2a2
  (bug #59507).
cvsdist 2f4b2a2
cvsdist 2f4b2a2
* Mon Feb  4 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-1
cvsdist 2f4b2a2
- 1.0.7.
cvsdist 2f4b2a2
cvsdist 2f4b2a2
* Sun Jan 27 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-0.beta2.1
cvsdist 2f4b2a2
- 1.0.7-beta2.
cvsdist 2f4b2a2
cvsdist 2f4b2a2
* Wed Jan 23 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-0.beta1.1
cvsdist 2f4b2a2
- 1.0.7-beta1.
cvsdist 2f4b2a2
- Patches no longer needed: scsi, microtek2, format.
cvsdist 2f4b2a2
cvsdist 2f4b2a2
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 1.0.6-4
cvsdist 2f4b2a2
- automated rebuild
cvsdist 2f4b2a2
cvsdist 2f4b2a2
* Wed Nov 21 2001 Tim Waugh <twaugh@redhat.com> 1.0.6-3
cvsdist 2f4b2a2
- Fix default file names format in batch scans (bug #56542).
cvsdist 0731e8b
cvsdist 2f4b2a2
* Tue Nov 20 2001 Tim Waugh <twaugh@redhat.com> 1.0.6-2
cvsdist 2f4b2a2
- Apply Maurice Hilarius's patch to avoid kill(-1,SIGTERM) (bug #56540).
cvsdist 0731e8b
cvsdist 2f4b2a2
* Mon Nov  5 2001 Tim Waugh <twaugh@redhat.com> 1.0.6-1
cvsdist 2f4b2a2
- 1.0.6.
cvsdist 87205c3
cvsdist 2f4b2a2
* Fri Jul 20 2001 Florian La Roche <Florian.LaRoche@redhat.de> 1.0.5-4
cvsdist d124cae
- exclude s390, s390x
cvsdist d124cae
cvsdist b714519
* Tue Jul 17 2001 Preston Brown <pbrown@redhat.com> 1.0.5-3
cvsdist b714519
- sane.png included
cvsdist b714519
cvsdist b714519
* Tue Jul 10 2001 Tim Waugh <twaugh@redhat.com> 1.0.5-2
cvsdist b714519
- sane-backends-devel provides sane-devel.
cvsdist b714519
cvsdist b714519
* Sun Jul  1 2001 Tim Waugh <twaugh@redhat.com> 1.0.5-1
cvsdist b714519
- 1.0.5.
cvsdist b714519
cvsdist b714519
* Wed Jun 20 2001 Tim Waugh <twaugh@redhat.com> 1.0.5-0.20010620.0
cvsdist b714519
- 2001-06-20 CVS update.  PreReq /bin/cat, /bin/rm.
cvsdist b714519
cvsdist b714519
* Mon Jun 11 2001 Tim Waugh <twaugh@redhat.com> 1.0.5-0.20010610
cvsdist b714519
- 2001-06-10 CVS snapshot.  umax_pp update from CVS again to fix more
cvsdist b714519
  build problems.
cvsdist b714519
cvsdist b714519
* Sun Jun  3 2001 Tim Waugh <twaugh@redhat.com> 1.0.5-0.20010603.1000
cvsdist b714519
- 2001-06-03 CVS snapshot (10:00).  Fixes umax_pp build problems.
cvsdist b714519
cvsdist b714519
* Sat Jun  2 2001 Tim Waugh <twaugh@redhat.com> 1.0.5-0.20010530
cvsdist b714519
- sane-backends (sane-frontends is in a separate package now).
cvsdist b714519
- 2001-05-30 CVS snapshot.
cvsdist b714519
- include.patch no longer needed.
cvsdist b714519
- sg3timeout.patch no longer needed.
cvsdist b714519
cvsdist b714519
* Mon Jan 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.0.3-10
cvsdist b714519
- Fix up the libtool config file /usr/lib/libsane.la
cvsdist b714519
  kscan should build now. ;)
cvsdist b714519
cvsdist b714519
* Wed Jan 10 2001 Tim Waugh <twaugh@redhat.com>
cvsdist b714519
- Increase timeout for SCSI commands sent via sg driver version 3
cvsdist b714519
  (bug #23447)
cvsdist b714519
cvsdist b714519
* Mon Dec 25 2000 Matt Wilson <msw@redhat.com>
cvsdist b714519
- rebuilt against gimp 1.2.0
cvsdist b714519
cvsdist b714519
* Thu Dec 21 2000 Matt Wilson <msw@redhat.com>
cvsdist b714519
- rebuilt against gimp 1.1.32
cvsdist b714519
- use -DGIMP_ENABLE_COMPAT_CRUFT=1 to build with compat macros
cvsdist b714519
cvsdist b714519
* Mon Dec 18 2000 Matt Wilson <msw@redhat.com>
cvsdist b714519
- rebuilt against gimp 1.1.30
cvsdist b714519
cvsdist b714519
* Fri Dec  1 2000 Tim Waugh <twaugh@redhat.com>
cvsdist b714519
- Rebuild because of fileutils bug.
cvsdist b714519
cvsdist b714519
* Thu Oct 26 2000 Bill Nottingham <notting@redhat.com>
cvsdist b714519
- fix provides for ia64/sparc64
cvsdist b714519
cvsdist b714519
* Thu Aug 29 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist b714519
- don't include xscanimage desktop entry - it's a gimp
cvsdist b714519
  plugin. Doh. (part of #17076)
cvsdist b714519
- add tetex-latex as a build requirement
cvsdist b714519
cvsdist b714519
* Wed Aug 23 2000 Matt Wilson <msw@redhat.com>
cvsdist b714519
- built against gimp 1.1.25
cvsdist b714519
cvsdist b714519
* Tue Aug 22 2000 Preston Brown <pbrown@redhat.com>
cvsdist b714519
- 1.0.3 bugfix release (#16726)
cvsdist b714519
- rev patch removed, no longer needed
cvsdist b714519
cvsdist b714519
* Tue Aug 15 2000 Than Ngo <than@redhat.com>
cvsdist b714519
- add triggerpostun to fix removing path from ld.so.conf at update
cvsdist b714519
cvsdist b714519
* Fri Aug  4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist b714519
- Add Swedish and German translations to desktop file, Bug #15317
cvsdist b714519
cvsdist b714519
* Sun Jul 23 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist b714519
- use mktemp in post and postun scripts
cvsdist b714519
- fix incorrect usage of rev in backend/Makefile
cvsdist b714519
cvsdist b714519
* Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist b714519
- workarounds for weird bug (all so-files had names with "s="
cvsdist b714519
  - except for sparc which has just "=" and IA64 which works)
cvsdist b714519
cvsdist b714519
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist b714519
- automatic rebuild
cvsdist b714519
cvsdist b714519
* Mon Jul  3 2000 Matt Wilson <msw@redhat.com>
cvsdist b714519
- rebuilt against gimp-1.1.24
cvsdist b714519
cvsdist b714519
* Tue Jun 13 2000 Preston Brown <pbrown@redhat.com>
cvsdist b714519
- FHS paths
cvsdist b714519
- work around ICE on intel.  FIX ME!
cvsdist b714519
cvsdist b714519
* Mon May 22 2000 Tim Powers <timp@redhat.com>
cvsdist b714519
-  rebuilt w/ glibc-2.1.90
cvsdist b714519
cvsdist b714519
* Thu May 18 2000 Tim Powers <timp@redhat.com>
cvsdist b714519
- updated to 1.0.2
cvsdist b714519
cvsdist b714519
* Wed Jul 21 1999 Tim Powers <timp@redhat.com>
cvsdist b714519
- rebuilt for 6.1
cvsdist b714519
cvsdist b714519
* Tue May 11 1999 Bill Nottingham <notting@redhat.com>
cvsdist b714519
- make it play nice with xsane, add ld.so.conf entries
cvsdist b714519
cvsdist b714519
* Wed Apr 21 1999 Bill Nottingham <notting@redhat.com>
cvsdist b714519
- update to 1.0.1
cvsdist b714519
cvsdist b714519
* Tue Oct 13 1998 Michael Maher <mike@redhat.com>
cvsdist b714519
- updated package
cvsdist b714519
cvsdist b714519
* Thu May 21 1998 Cristian Gafton <gafton@redhat.com>
cvsdist b714519
- upgraded to 0.73
cvsdist b714519
cvsdist b714519
* Tue Jan 27 1998 Otto Hammersmith <otto@redhat.com>
cvsdist b714519
- umax drivers were missing from the file list.
cvsdist b714519
cvsdist b714519
* Sun Dec  7 1997 Otto Hammersmith <otto@redhat.com>
cvsdist b714519
- added wmconfig
cvsdist b714519
- fixed library problem
cvsdist b714519
cvsdist b714519
* Tue Dec  2 1997 Otto Hammersmith <otto@redhat.com>
cvsdist b714519
- added changelog
cvsdist b714519
- got newer package from Sane web site than our old powertools one