Hello community, here is the log from the commit of package joe for openSUSE:Factory checked in at Thu Aug 4 14:48:24 CEST 2011.
-------- --- joe/joe.changes 2009-10-26 18:19:43.000000000 +0100 +++ /mounts/work_src_done/STABLE/joe/joe.changes 2011-07-09 13:01:01.000000000 +0200 @@ -1,0 +2,8 @@ +Sat Jul 9 08:27:23 UTC 2011 - [email protected] + +- Convert Russian and Ukrainian docs and locales from KOI8 to + UTF-8. +- Corrected License tag. +- Use full URL for Source. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- joe-3.7.tar.bz2 New: ---- joe-3.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ joe.spec ++++++ --- /var/tmp/diff_new_pack.kzqrlm/_old 2011-08-04 14:46:20.000000000 +0200 +++ /var/tmp/diff_new_pack.kzqrlm/_new 2011-08-04 14:46:20.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package joe (Version 3.7) +# spec file for package joe # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,14 +20,14 @@ Name: joe BuildRequires: ncurses-devel -License: GPL v2 or later +License: GPL-2.0+ Group: Productivity/Editors/Other AutoReqProv: on Version: 3.7 -Release: 5 +Release: 15 Summary: A Text Editor Url: http://sourceforge.net/projects/joe-editor -Source: joe-%{version}.tar.bz2 +Source0: http://downloads.sourceforge.net/joe-editor/%{name}-%{version}.tar.gz Source2: de.po Patch0: joe-3.1-terminate_buffer.patch Patch2: joe-3.1-fix_isblanck_argument.patch @@ -71,7 +71,6 @@ Authors: -------- Joseph H. Allen <[email protected]> - Marek 'Marx' Grac <[email protected]> %prep @@ -86,6 +85,16 @@ %patch9 %patch10 cp %{S:2} po +# Convert Russian docs and locale from KOI8-R to UTF-8. +for ru in man/ru/joe.1.in po/ru.po rc/jicerc.ru.in ; do + iconv -f KOI8-R -t UTF-8 -o "${ru}.tmp" "${ru}" && \ + mv -f "${ru}.tmp" "${ru}" +done +sed -i 's/charset=koi8-r/charset=UTF-8/' po/ru.po +# Convert Ukrainian locale from KOI8-U to UTF-8. +iconv -f KOI8-U -t UTF-8 po/uk.po | \ +sed 's/charset=koi8-u/charset=UTF-8/' > po/uk.po.tmp && \ +mv -f po/uk.po.tmp po/uk.po %build autoreconf -fi @@ -101,11 +110,6 @@ %install %makeinstall -# prefix=%{buildroot}%{_prefix} \ -# mandir=%{buildroot}%{_mandir} \ -# sysconfdir=%{buildroot}%{_sysconfdir} \ -# docdir=%{buildroot}%{_defaultdocdir}/%name \ -# install for i in jmacs jpico jstar rjoe; do ln -s joe.1.gz %{buildroot}%{_mandir}/man1/$i.1.gz done ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
