auto-import changelog data from xsane-0.84-8.src.rpm
Fri Aug 30 2002 Tim Waugh <twaugh@redhat.com> 0.84-8 - Don't require gimp-devel (cf. bug #70754).
This commit is contained in:
parent
bdd4844640
commit
8d039508b3
11
xsane.spec
11
xsane.spec
@ -1,7 +1,7 @@
|
|||||||
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.84
|
Version: 0.84
|
||||||
Release: 6
|
Release: 8
|
||||||
Source: http://www.xsane.org/download/%{name}-%{version}.tar.gz
|
Source: http://www.xsane.org/download/%{name}-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://www.xsane.org/
|
URL: http://www.xsane.org/
|
||||||
@ -20,7 +20,7 @@ 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
|
||||||
Prereq: /usr/bin/gimp-config /usr/bin/awk sh-utils fileutils
|
Prereq: /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
|
||||||
@ -87,7 +87,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/xsane-gimp
|
%{_bindir}/xsane-gimp
|
||||||
|
|
||||||
%post gimp
|
%post gimp
|
||||||
GIMPPLUGINDIR=`/usr/bin/gimp-config --gimpplugindir`
|
if [ -x /usr/bin/gimp-config ]; then
|
||||||
|
GIMPPLUGINDIR=`/usr/bin/gimp-config --gimpplugindir`
|
||||||
|
fi
|
||||||
if [ -z "$GIMPPLUGINDIR" ]; then
|
if [ -z "$GIMPPLUGINDIR" ]; then
|
||||||
GIMPPLUGINDIR=/usr/lib/gimp/1.2
|
GIMPPLUGINDIR=/usr/lib/gimp/1.2
|
||||||
fi
|
fi
|
||||||
@ -106,6 +108,9 @@ if [ $1 = 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 30 2002 Tim Waugh <twaugh@redhat.com> 0.84-8
|
||||||
|
- Don't require gimp-devel (cf. bug #70754).
|
||||||
|
|
||||||
* Tue Jul 23 2002 Tim Waugh <twaugh@redhat.com> 0.84-7
|
* Tue Jul 23 2002 Tim Waugh <twaugh@redhat.com> 0.84-7
|
||||||
- Desktop file fixes (bug #69555).
|
- Desktop file fixes (bug #69555).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user