Merge pull request #4500 from Rmys/master

recode-3.7:ver.bump
This commit is contained in:
Rmys
2018-02-12 11:03:20 +03:00
committed by GitHub
2 changed files with 21 additions and 14 deletions
+4 -4
View File
@@ -9,9 +9,9 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
shelltools.unlink("m4/libtool.m4")
shelltools.unlink("acinclude.m4")
autotools.autoreconf("-vif")
#shelltools.unlink("m4/libtool.m4")
#shelltools.unlink("acinclude.m4")
#autotools.autoreconf("-vif")
autotools.configure("--enable-nls \
--without-included-gettext \
@@ -23,4 +23,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "BACKLOG", "ChangeLog", "NEWS", "README", "THANKS", "TODO")
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README", "THANKS", "TODO")
+17 -10
View File
@@ -12,27 +12,27 @@
<IsA>app:console</IsA>
<Summary>File character set converter</Summary>
<Description>Recode can convert files to various character sets (e.g. utf8, iso-8859-1, koi8r..).</Description>
<Archive sha1sum="2de90cd2ba553bc07d75a29913ea4424dd9e616b" type="targz">http://pkgs.fedoraproject.org/repo/pkgs/recode/recode-3.6.tar.gz/be3f40ad2e93dae5cd5f628264bf1877/recode-3.6.tar.gz</Archive>
<Archive sha1sum="53fdab85241c47dcc079fe4290335b991edc74b5" type="targz">https://github.com/rrthomas/recode/releases/download/v3.7/recode-3.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>gettext</Dependency>
<Dependency>texinfo</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">recode.patch</Patch>
<Patch level="1">recode-3.6-getcwd.patch</Patch>
<Patch level="0">recode-bool-bitfield.patch</Patch>
<Patch level="1">recode-flex-m4.patch</Patch>
<!-- <Patch level="1">recode.patch</Patch> -->
<!-- <Patch level="1">recode-3.6-getcwd.patch</Patch> -->
<!-- <Patch level="0">recode-bool-bitfield.patch</Patch> -->
<!-- <Patch level="1">recode-flex-m4.patch</Patch> -->
<Patch level="1">stdlib.patch</Patch>
<Patch level="1">recode-3.6-gettextfix.diff</Patch>
<!-- <Patch level="1">stdlib.patch</Patch> -->
<!-- <Patch level="1">recode-3.6-gettextfix.diff</Patch> -->
<!--
<Patch level="1">recode_3.6-15.diff</Patch>
-->
<Patch level="1">system-aclocal.diff</Patch>
<!-- <Patch level="1">system-aclocal.diff</Patch> -->
<!-- Segfault patch from SuSE -->
<Patch>recode-3.6-segfault.patch</Patch>
<Patch level="1">recode-automake.patch</Patch>
<!-- <Patch>recode-3.6-segfault.patch</Patch> -->
<!-- <Patch level="1">recode-automake.patch</Patch> -->
</Patches>
</Source>
@@ -60,6 +60,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-02-11</Date>
<Version>3.7</Version>
<Comment>Version Bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-03-02</Date>
<Version>3.6</Version>