diff --git a/office/misc/recode/actions.py b/office/misc/recode/actions.py index 33136f0215..cb560e1e26 100644 --- a/office/misc/recode/actions.py +++ b/office/misc/recode/actions.py @@ -1,26 +1,21 @@ +#!/usr/bin/python # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import autotools -from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools -from pisi.actionsapi import get +from pisi.actionsapi import autotools, pisitools, get def setup(): - #shelltools.unlink("m4/libtool.m4") - #shelltools.unlink("acinclude.m4") - #autotools.autoreconf("-vif") - - autotools.configure("--enable-nls \ - --without-included-gettext \ - --disable-static") + autotools.configure("--disable-static") def build(): autotools.make() +def check(): + autotools.make("check") + def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README", "THANKS", "TODO") + pisitools.dodoc("AUTHORS", "NEWS", "THANKS") diff --git a/office/misc/recode/pspec.xml b/office/misc/recode/pspec.xml index dc447e8d00..97a28aa765 100644 --- a/office/misc/recode/pspec.xml +++ b/office/misc/recode/pspec.xml @@ -1,27 +1,37 @@ - + recode - http://www.gnu.org/software/recode/ + https://github.com/rrthomas/recode/ PisiLinux Community admins@pisilinux.org - GPLv2 + GPL-3/LGPL-3 app:console + office.misc File character set converter Recode can convert files to various character sets (e.g. utf8, iso-8859-1, koi8r..). - https://github.com/rrthomas/recode/releases/download/v3.7.6/recode-3.7.6.tar.gz + + https://github.com/rrthomas/recode/releases/download/v3.7.14/recode-3.7.14.tar.gz + texinfo + cython3 python3-devel gettext-devel + + + recode + + + /usr/lib /usr/bin @@ -44,6 +54,13 @@ + + 2023-03-25 + 3.7.14 + Version bump. + fury + uglyside@yandex.ru + 2020-01-22 3.7.6 @@ -87,4 +104,4 @@ groni@pisilinux.org - \ No newline at end of file +