On Wed, 2007-06-27 at 03:21 -0400, Hu Zheng wrote:
> Author: zhu
>
> Index: pydict-trans.patch
> ===================================================================
> RCS file: /cvs/pkgs/rpms/pydict/F-7/pydict-trans.patch,v
> Index: pydict.spec
> ===================================================================
> RCS file: /cvs/pkgs/rpms/pydict/F-7/pydict.spec,v
> retrieving revision 1.14
> retrieving revision 1.15
> diff -u -r1.14 -r1.15
> --- pydict.spec 27 Jun 2007 07:01:01 -0000 1.14
> +++ pydict.spec 27 Jun 2007 07:20:24 -0000 1.15
> @@ -1,7 +1,7 @@
> Summary: English/Chinese Dictionary written with python/gtk
> Name: pydict
> Version: 0.3.0
> -Release: 10%{?dist}
> +Release: 11%{?dist}
> Source0: pydict-%{version}.tar.gz
> Patch: pydict-trans.patch
> Patch1: pydict-0.3.0-python.patch
> @@ -57,8 +57,8 @@
> /usr/share/icons/dict.xpm
Once more the same bug as with your other rpms:
s,/usr/share,%{_datadir},
Ralf