auto-import changelog data from xsane-0.82-3.1.src.rpm

Tue Dec 11 2001 Tim Waugh <twaugh@redhat.com> 0.82-3.1
- 0.82.
- Some extra patches from Oliver Rauch.
- Require sane not sane-backends since it's available throughout 7.x.
- Built for Red Hat Linux 7.1, 7.2.
This commit is contained in:
cvsdist 2004-09-09 15:05:25 +00:00
parent ebfec3c352
commit d2ed04fcf1
3 changed files with 24 additions and 9 deletions

View File

@ -1 +1 @@
xsane-0.77.tar.gz xsane-0.82.tar.gz

View File

@ -1 +1 @@
3d0902bd81d49bd523c15ffbb72d98aa xsane-0.77.tar.gz dd36f72ce36c20cd8489d796d5f7c875 xsane-0.82.tar.gz

View File

@ -1,31 +1,34 @@
Name: xsane Name: xsane
Summary: An X Window System front-end for the SANE scanner interface. Summary: An X Window System front-end for the SANE scanner interface.
Version: 0.77 Version: 0.82
Release: 4 Release: 3.1
Source: http://www.xsane.org/download/%{name}-%{version}.tar.gz Source: http://www.xsane.org/download/%{name}-%{version}.tar.gz
Patch0: xsane-0.82-sec.patch
Patch1: xsane-0.82-if.patch
Patch2: xsane-0.82-bytespp.patch
License: GPL License: GPL
URL: http://www.xsane.org/ URL: http://www.xsane.org/
Group: Applications/Multimedia Group: Applications/Multimedia
Buildroot: %{_tmppath}/%{name}-buildroot Buildroot: %{_tmppath}/%{name}-buildroot
Requires: sane-backends >= 1.0.5-3 Requires: sane
BuildPrereq: sane-backends-devel gimp-devel libpng-devel libjpeg-devel BuildPrereq: sane-devel gimp-devel libpng-devel libjpeg-devel
ExcludeArch: s390 s390x ExcludeArch: s390 s390x
%description %description
XSane is an X based interface for the SANE (Scanner Access Now Easy) XSane is an X based interface for the SANE (Scanner Access Now Easy)
library, which provides access to scanners, digital cameras, and other library, which provides access to scanners, digital cameras, and other
capture devices. XSane is written in GTK+ and provides control for capture devices. XSane is written in GTK+ and provides control for
performing the scan and then manipulating the captured image. performing the scan and then manipulating the captured image.
%package gimp %package gimp
Summary: A GIMP plug-in which provides the SANE scanner interface. Summary: A GIMP plug-in which provides the SANE scanner interface.
Group: Applications/Multimedia Group: Applications/Multimedia
Requires: sane-backends >= 1.0 Requires: sane >= 1.0
Prereq: /usr/bin/gimp-config /usr/bin/awk sh-utils fileutils Prereq: /usr/bin/gimp-config /usr/bin/awk sh-utils fileutils
%description gimp %description gimp
This package provides the regular XSane frontend for the SANE scanner This package provides the regular XSane frontend for the SANE scanner
interface, but it works as a GIMP plug-in. You must have GIMP interface, but it works as a GIMP plug-in. You must have GIMP
installed to use this package. installed to use this package.
%prep %prep
@ -33,6 +36,11 @@ rm -rf $RPM_BUILD_ROOT
%setup -q %setup -q
# Fix an 'if (...); { ... }' construct.
%patch0 -p1 -b .sec
%patch1 -p1 -b .if
%patch2 -p1 -b .bytespp
%build %build
%{expand:%%define optflags %{optflags} -DGIMP_ENABLE_COMPAT_CRUFT=1} %{expand:%%define optflags %{optflags} -DGIMP_ENABLE_COMPAT_CRUFT=1}
%configure --with-install-root=%{buildroot} %configure --with-install-root=%{buildroot}
@ -93,11 +101,18 @@ fi
%postun gimp %postun gimp
if [ $1 = 0 ]; then if [ $1 = 0 ]; then
rm -f /usr/lib/gimp/1.2/plug-ins/xsane
rm -f /usr/lib/gimp/1.1/plug-ins/xsane rm -f /usr/lib/gimp/1.1/plug-ins/xsane
rm -f /usr/lib/gimp/1.0/plug-ins/xsane rm -f /usr/lib/gimp/1.0/plug-ins/xsane
fi fi
%changelog %changelog
* Tue Dec 11 2001 Tim Waugh <twaugh@redhat.com> 0.82-3.1
- 0.82.
- Some extra patches from Oliver Rauch.
- Require sane not sane-backends since it's available throughout 7.x.
- Built for Red Hat Linux 7.1, 7.2.
* Tue Jul 24 2001 Tim Waugh <twaugh@redhat.com> 0.77-4 * Tue Jul 24 2001 Tim Waugh <twaugh@redhat.com> 0.77-4
- Build requires libpng-devel, libjpeg-devel (#bug 49760). - Build requires libpng-devel, libjpeg-devel (#bug 49760).