[Bug 245878] Review Request: stardict-dic-en - English(en) dictionaries for StarDict

bugzilla at redhat.com bugzilla at redhat.com
Wed Jun 27 06:05:33 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: stardict-dic-en - English(en) dictionaries for StarDict


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=245878





------- Additional Comments From rc040203 at freenet.de  2007-06-27 02:05 EST -------
Here _datadir seems to be used correctly.

Another remark:
This is pretty clumsy:

%prep
if [ ! -d %{name}-%{version} ]; then mkdir %{name}-%{version}; fi
%setup -q -n %{name}-%{version} -D -T -a 0

It can be written much shorter:
%prep
%setup -q -c -a 0

[rsp. .... -a 0 -a 1 ... -a N, for packages consisting of more tarballs.]


-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-package-review mailing list