auto-import changelog data from xsane-0.89-3.src.rpm
Sat Feb 01 2003 Matt Wilson <msw@redhat.com> 0.89-3 - use %{_libdir} for gimp plugin path Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Fri Oct 25 2002 Tim Waugh <twaugh@redhat.com> 0.89-1 - 0.89. - Use %find_lang.
This commit is contained in:
parent
8d039508b3
commit
0df604d165
@ -1 +1 @@
|
|||||||
xsane-0.84.tar.gz
|
xsane-0.89.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
c0a65d4bc552ae8d82375fc2e584ba2a xsane-0.84.tar.gz
|
b8cee4abda9b0fc8e2d533b11f37fac4 xsane-0.89.tar.gz
|
||||||
|
26
xsane.spec
26
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.89
|
||||||
Release: 8
|
Release: 3
|
||||||
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/
|
||||||
@ -70,11 +70,13 @@ desktop-file-install --vendor net --delete-original \
|
|||||||
--add-category Application \
|
--add-category Application \
|
||||||
xsane.desktop
|
xsane.desktop
|
||||||
|
|
||||||
|
%find_lang %{name}
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc xsane.[A-Z]*
|
%doc xsane.[A-Z]*
|
||||||
%{_datadir}/applications/*
|
%{_datadir}/applications/*
|
||||||
@ -91,7 +93,7 @@ if [ -x /usr/bin/gimp-config ]; then
|
|||||||
GIMPPLUGINDIR=`/usr/bin/gimp-config --gimpplugindir`
|
GIMPPLUGINDIR=`/usr/bin/gimp-config --gimpplugindir`
|
||||||
fi
|
fi
|
||||||
if [ -z "$GIMPPLUGINDIR" ]; then
|
if [ -z "$GIMPPLUGINDIR" ]; then
|
||||||
GIMPPLUGINDIR=/usr/lib/gimp/1.2
|
GIMPPLUGINDIR=%{_libdir}/gimp/1.2
|
||||||
fi
|
fi
|
||||||
RELPATH=`echo $GIMPPLUGINDIR | awk '
|
RELPATH=`echo $GIMPPLUGINDIR | awk '
|
||||||
BEGIN { FS="/"; i = 1} {while (i < NF) { printf("../"); i = i + 1} }'`
|
BEGIN { FS="/"; i = 1} {while (i < NF) { printf("../"); i = i + 1} }'`
|
||||||
@ -102,12 +104,22 @@ 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 %{_libdir}/gimp/1.2/plug-ins/xsane
|
||||||
rm -f /usr/lib/gimp/1.1/plug-ins/xsane
|
rm -f %{_libdir}/gimp/1.1/plug-ins/xsane
|
||||||
rm -f /usr/lib/gimp/1.0/plug-ins/xsane
|
rm -f %{_libdir}/gimp/1.0/plug-ins/xsane
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 1 2003 Matt Wilson <msw@redhat.com> 0.89-3
|
||||||
|
- use %%{_libdir} for gimp plugin path
|
||||||
|
|
||||||
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Fri Oct 25 2002 Tim Waugh <twaugh@redhat.com> 0.89-1
|
||||||
|
- 0.89.
|
||||||
|
- Use %%find_lang.
|
||||||
|
|
||||||
* Fri Aug 30 2002 Tim Waugh <twaugh@redhat.com> 0.84-8
|
* Fri Aug 30 2002 Tim Waugh <twaugh@redhat.com> 0.84-8
|
||||||
- Don't require gimp-devel (cf. bug #70754).
|
- Don't require gimp-devel (cf. bug #70754).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user