update and fix deps

This commit is contained in:
Ertuğrul Erata
2018-05-08 06:47:21 +03:00
parent 8c2b0f789a
commit c4a2170e7f
+12 -1
View File
@@ -12,9 +12,12 @@
<IsA>app:console</IsA>
<Summary>GNU awk pattern-matching language</Summary>
<Description>The awk utility interprets a special-purpose programming language that makes it possible to handle simple data-reformatting jobs with just a few lines of code. It helps you to make changes in various text files wherever certain patterns appear, or extract data from parts of certain lines while discarding the rest. Gawk is the GNU implementation of awk.</Description>
<Archive sha1sum="d67e00e2f6178e9cbd2c0ba923ae157bc0b3b570" type="tarxz">ftp://mirrors.kernel.org/gnu/gawk/gawk-4.1.4.tar.xz</Archive>
<Archive sha1sum="6e725bd9591a384adb903b1cd5eee71d8949e40d" type="tarxz">http://mirrors.kernel.org/gnu/gawk/gawk-4.2.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>gettext</Dependency>
<Dependency>readline-devel</Dependency>
<Dependency>gmp-devel</Dependency>
<Dependency>mpfr-devel</Dependency>
</BuildDependencies>
<Patches>
<!--<Patch level="1">gawk-4.1.1-sandbox_issue.patch</Patch>
@@ -32,6 +35,7 @@
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="config">/etc/profile.d</Path>
<Path fileType="library">/usr/lib/gawk</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share/awk</Path>
@@ -43,6 +47,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-05-01</Date>
<Version>4.2.0</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-01-07</Date>
<Version>4.1.4</Version>