[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-user: more packaging comments



Hello there

Following my previous emails about packaging and 1.4.2, below you will
find more items I would like to be fixed upstream.

== geda-symbols ==

this file /usr/share/doc/geda-symbols-20081220/AUTHORS is not utf8

How to fix this:
mv AUTHORS AUTHORS.tmp
iconv -f ISO-8859-1 -t UTF8 AUTHORS.tmp > AUTHORS && \
    rm -f AUTHORS.tmp || mv AUTHORS.tmp AUTHORS

== geda-gschem ==

Please use the same standard as gnome apps do with respect to locale names.

The directories should be renamed to:
locale/de_DE locale/de
locale/es_ES locale/es
locale/fr_FR   locale/fr
locale/it_IT    locale/it
locale/ja_JP   locale/ja
locale/nl_NL  locale/nl

== geda-gattrib ==

none

== geda-gsymcheck ==

none

== geda-utils ==

none

== geda-examples ==

there are some files have Windows-type end-of-type encoding.
chitlesh(~)[1]$rpmlint
/home/chitlesh/rpmbuild/RPMS/noarch/geda-examples-20081220-1.fc10.noarch.rpm
geda-examples.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/gEDA/examples/RF_Amp/model/DiodeM3_Q1.mod
geda-examples.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/gEDA/examples/RF_Amp/model/DiodeM2_Q2.mod
geda-examples.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/gEDA/examples/RF_Amp/model/BJTM1_Q2.mod
geda-examples.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/gEDA/examples/RF_Amp/model/DiodeM1_Q2.mod
geda-examples.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/gEDA/examples/RF_Amp/model/DiodeM2_Q1.mod
geda-examples.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/gEDA/examples/RF_Amp/model/DiodeM3_Q2.mod
geda-examples.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/gEDA/examples/RF_Amp/model/BJTM1_Q1.mod
geda-examples.noarch: W: wrong-file-end-of-line-encoding
/usr/share/doc/gEDA/examples/RF_Amp/model/DiodeM1_Q1.mod

This is how to fix them:
for f in `find . -name \*.mod ` ;
do
   sed -i -e 's|\r||' $f ;
done

== geda-gnetlist ==

see my security mail on this mailing list.

== geda-docs ==

none


I appreciate that my previous calls were corrected upstream. My spec
files are much lighter now :)

Kind regards,
Chitlesh


_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user