From b7145192476dd596e8a8a828852cb782eea9a1ce Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 12:01:16 +0000 Subject: auto-import changelog data from sane-backends-1.0.5-3.src.rpm Tue Jul 17 2001 Preston Brown 1.0.5-3 - sane.png included Tue Jul 10 2001 Tim Waugh 1.0.5-2 - sane-backends-devel provides sane-devel. Sun Jul 01 2001 Tim Waugh 1.0.5-1 - 1.0.5. Wed Jun 20 2001 Tim Waugh 1.0.5-0.20010620.0 - 2001-06-20 CVS update. PreReq /bin/cat, /bin/rm. Mon Jun 11 2001 Tim Waugh 1.0.5-0.20010610 - 2001-06-10 CVS snapshot. umax_pp update from CVS again to fix more build problems. Sun Jun 03 2001 Tim Waugh 1.0.5-0.20010603.1000 - 2001-06-03 CVS snapshot (10:00). Fixes umax_pp build problems. Sat Jun 02 2001 Tim Waugh 1.0.5-0.20010530 - sane-backends (sane-frontends is in a separate package now). - 2001-05-30 CVS snapshot. - include.patch no longer needed. - sg3timeout.patch no longer needed. Mon Jan 22 2001 Bernhard Rosenkraenzer 1.0.3-10 - Fix up the libtool config file /usr/lib/libsane.la kscan should build now. ;) Wed Jan 10 2001 Tim Waugh - Increase timeout for SCSI commands sent via sg driver version 3 (bug #23447) Mon Dec 25 2000 Matt Wilson - rebuilt against gimp 1.2.0 Thu Dec 21 2000 Matt Wilson - rebuilt against gimp 1.1.32 - use -DGIMP_ENABLE_COMPAT_CRUFT=1 to build with compat macros Mon Dec 18 2000 Matt Wilson - rebuilt against gimp 1.1.30 Fri Dec 01 2000 Tim Waugh - Rebuild because of fileutils bug. Thu Oct 26 2000 Bill Nottingham - fix provides for ia64/sparc64 Tue Aug 29 2000 Trond Eivind Glomsr�d - don't include xscanimage desktop entry - it's a gimp plugin. Doh. (part of #17076) - add tetex-latex as a build requirement Wed Aug 23 2000 Matt Wilson - built against gimp 1.1.25 Tue Aug 22 2000 Preston Brown - 1.0.3 bugfix release (#16726) - rev patch removed, no longer needed Tue Aug 15 2000 Than Ngo - add triggerpostun to fix removing path from ld.so.conf at update Fri Aug 04 2000 Bernhard Rosenkraenzer - Add Swedish and German translations to desktop file, Bug #15317 Sun Jul 23 2000 Nalin Dahyabhai - use mktemp in post and postun scripts - fix incorrect usage of rev in backend/Makefile Wed Jul 19 2000 Trond Eivind Glomsr�d - workarounds for weird bug (all so-files had names with "s=" - except for sparc which has just "=" and IA64 which works) Wed Jul 12 2000 Prospector - automatic rebuild Mon Jul 03 2000 Matt Wilson - rebuilt against gimp-1.1.24 Tue Jun 13 2000 Preston Brown - FHS paths - work around ICE on intel. FIX ME! Mon May 22 2000 Tim Powers - rebuilt w/ glibc-2.1.90 Thu May 18 2000 Tim Powers - updated to 1.0.2 Wed Jul 21 1999 Tim Powers - rebuilt for 6.1 Tue May 11 1999 Bill Nottingham - make it play nice with xsane, add ld.so.conf entries Wed Apr 21 1999 Bill Nottingham - update to 1.0.1 Tue Oct 13 1998 Michael Maher - updated package Thu May 21 1998 Cristian Gafton - upgraded to 0.73 Tue Jan 27 1998 Otto Hammersmith - umax drivers were missing from the file list. Sun Dec 07 1997 Otto Hammersmith - added wmconfig - fixed library problem Tue Dec 02 1997 Otto Hammersmith - added changelog - got newer package from Sane web site than our old powertools one --- diff --git a/.cvsignore b/.cvsignore index e69de29..ab332ae 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +sane-backends-1.0.5.tar.gz diff --git a/sane-backends.spec b/sane-backends.spec new file mode 100644 index 0000000..f541a32 --- /dev/null +++ b/sane-backends.spec @@ -0,0 +1,236 @@ +Summary: Scanner access software. +Name: sane-backends +Version: 1.0.5 +Release: 3 +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 +URL: http://www.mostang.com/sane/ +BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: tetex-latex +%ifnarch ia64 sparc64 +Provides: libsane.so.1 +%else +Provides: libsane.so.1()(64bit) +%endif +Prereq: /sbin/ldconfig, /bin/mktemp, /bin/grep, /bin/cat, /bin/rm +BuildPrereq: tetex-latex + +%description +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. + +%package devel +Summary: The SANE (a universal scanner interface) development toolkit. +Group: Development/Libraries +Requires: sane-backends = %{version} +Obsoletes: sane-devel +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 +included in the sane-backends package. + +%prep +%setup -q +%patch0 -p1 -b .sparc + +%build +%{expand:%%define optflags %{optflags} -DGIMP_ENABLE_COMPAT_CRUFT=1} +%configure +make + + +%install +rm -rf %{buildroot} +%{makeinstall} +perl -pi -e "s/installed.*/installed=yes/g" $RPM_BUILD_ROOT%{_libdir}/libsane.la +/sbin/ldconfig -n $RPM_BUILD_ROOT%{_libdir} $RPM_BUILD_ROOT%{_libdir}/sane + +mkdir -p %{buildroot}%{_datadir}/pixmaps +install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps + +%clean +rm -rf %{buildroot} + +%post +FNAME=`mktemp /etc/ld.so.conf.XXXXXX` +grep -v "/usr/lib/sane" /etc/ld.so.conf > ${FNAME} +echo "/usr/lib/sane" >> ${FNAME} +cat ${FNAME} > /etc/ld.so.conf +rm -f ${FNAME} +/sbin/ldconfig + +%postun +if [ $1 = 0 ]; then + FNAME=`mktemp /etc/ld.so.conf.XXXXXX` + grep -v "/usr/lib/sane" /etc/ld.so.conf > ${FNAME} + cat ${FNAME} > /etc/ld.so.conf + rm -f ${FNAME} + /sbin/ldconfig +fi + +%triggerpostun -- sane +if ! grep -q '^/usr/lib/sane$' /etc/ld.so.conf; then + echo "/usr/lib/sane" >> /etc/ld.so.conf +fi +/sbin/ldconfig + +%files +%defattr(-,root,root) +%doc doc/*.ps doc/icons doc/figs doc/*.man +%doc AUTHORS NEWS PROBLEMS PROJECTS README +%dir /etc/sane.d +%config /etc/sane.d/* +%{_bindir}/* +%{_sbindir}/* +%{_libdir}/libsane*.so.* +%dir %{_libdir}/sane +%{_libdir}/sane/*.so.* +%{_mandir}/*/* +%{_datadir}/pixmaps/sane.png + +%files devel +%defattr(-,root,root) +%{_includedir}/sane +%{_libdir}/libsane*.la +%{_libdir}/libsane*.a +%{_libdir}/libsane*.so +%{_libdir}/sane/*.la +%{_libdir}/sane/*.a +%{_libdir}/sane/*.so + +%changelog +* Tue Jul 17 2001 Preston Brown 1.0.5-3 +- sane.png included + +* Tue Jul 10 2001 Tim Waugh 1.0.5-2 +- sane-backends-devel provides sane-devel. + +* Sun Jul 1 2001 Tim Waugh 1.0.5-1 +- 1.0.5. + +* Wed Jun 20 2001 Tim Waugh 1.0.5-0.20010620.0 +- 2001-06-20 CVS update. PreReq /bin/cat, /bin/rm. + +* Mon Jun 11 2001 Tim Waugh 1.0.5-0.20010610 +- 2001-06-10 CVS snapshot. umax_pp update from CVS again to fix more + build problems. + +* Sun Jun 3 2001 Tim Waugh 1.0.5-0.20010603.1000 +- 2001-06-03 CVS snapshot (10:00). Fixes umax_pp build problems. + +* Sat Jun 2 2001 Tim Waugh 1.0.5-0.20010530 +- sane-backends (sane-frontends is in a separate package now). +- 2001-05-30 CVS snapshot. +- include.patch no longer needed. +- sg3timeout.patch no longer needed. + +* Mon Jan 22 2001 Bernhard Rosenkraenzer 1.0.3-10 +- Fix up the libtool config file /usr/lib/libsane.la + kscan should build now. ;) + +* Wed Jan 10 2001 Tim Waugh +- Increase timeout for SCSI commands sent via sg driver version 3 + (bug #23447) + +* Mon Dec 25 2000 Matt Wilson +- rebuilt against gimp 1.2.0 + +* Thu Dec 21 2000 Matt Wilson +- rebuilt against gimp 1.1.32 +- use -DGIMP_ENABLE_COMPAT_CRUFT=1 to build with compat macros + +* Mon Dec 18 2000 Matt Wilson +- rebuilt against gimp 1.1.30 + +* Fri Dec 1 2000 Tim Waugh +- Rebuild because of fileutils bug. + +* Thu Oct 26 2000 Bill Nottingham +- fix provides for ia64/sparc64 + +* Thu Aug 29 2000 Trond Eivind Glomsr�d +- don't include xscanimage desktop entry - it's a gimp + plugin. Doh. (part of #17076) +- add tetex-latex as a build requirement + +* Wed Aug 23 2000 Matt Wilson +- built against gimp 1.1.25 + +* Tue Aug 22 2000 Preston Brown +- 1.0.3 bugfix release (#16726) +- rev patch removed, no longer needed + +* Tue Aug 15 2000 Than Ngo +- add triggerpostun to fix removing path from ld.so.conf at update + +* Fri Aug 4 2000 Bernhard Rosenkraenzer +- Add Swedish and German translations to desktop file, Bug #15317 + +* Sun Jul 23 2000 Nalin Dahyabhai +- use mktemp in post and postun scripts +- fix incorrect usage of rev in backend/Makefile + +* Wed Jul 19 2000 Trond Eivind Glomsr�d +- workarounds for weird bug (all so-files had names with "s=" + - except for sparc which has just "=" and IA64 which works) + +* Wed Jul 12 2000 Prospector +- automatic rebuild + +* Mon Jul 3 2000 Matt Wilson +- rebuilt against gimp-1.1.24 + +* Tue Jun 13 2000 Preston Brown +- FHS paths +- work around ICE on intel. FIX ME! + +* Mon May 22 2000 Tim Powers +- rebuilt w/ glibc-2.1.90 + +* Thu May 18 2000 Tim Powers +- updated to 1.0.2 + +* Wed Jul 21 1999 Tim Powers +- rebuilt for 6.1 + +* Tue May 11 1999 Bill Nottingham +- make it play nice with xsane, add ld.so.conf entries + +* Wed Apr 21 1999 Bill Nottingham +- update to 1.0.1 + +* Tue Oct 13 1998 Michael Maher +- updated package + +* Thu May 21 1998 Cristian Gafton +- upgraded to 0.73 + +* Tue Jan 27 1998 Otto Hammersmith +- umax drivers were missing from the file list. + +* Sun Dec 7 1997 Otto Hammersmith +- added wmconfig +- fixed library problem + +* Tue Dec 2 1997 Otto Hammersmith +- added changelog +- got newer package from Sane web site than our old powertools one diff --git a/sane.png b/sane.png new file mode 100644 index 0000000..64c78e8 Binary files /dev/null and b/sane.png differ diff --git a/sources b/sources index e69de29..04b3309 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +4e95675d474609b2b5d8eebdef2e0915 sane-backends-1.0.5.tar.gz