util-macros ver.bump

This commit is contained in:
Rmys
2021-05-23 12:26:01 +03:00
committed by GitHub
parent 7b56857add
commit 7afb1a9c56
2 changed files with 12 additions and 4 deletions
+3 -2
View File
@@ -5,6 +5,7 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.autoreconf("-vif")
@@ -14,6 +15,6 @@ def build():
autotools.make()
def install():
autotools.install()
autotools.rawInstall("DESTDIR=%s pkgconfigdir=/usr/lib/pkgconfig" % get.installDIR())
pisitools.dodoc("ChangeLog", "COPYING", "README")
pisitools.dodoc("ChangeLog", "COPYING", "README*")
+9 -2
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>X.Org X11 Autotools macros</Summary>
<Description>X.Org X11 autotools macros are required for building the various packages that comprise the X Window System.</Description>
<Archive sha1sum="e8b3a6f2bfde22440fca0974da53da18821a4ee6" type="tarbz2">http://xorg.freedesktop.org/releases/individual/util/util-macros-1.19.2.tar.bz2</Archive>
<Archive sha1sum="4097f75e327b9579d1bd657fa8b01b55238ad8f5" type="tarbz2">http://xorg.freedesktop.org/releases/individual/util/util-macros-1.19.3.tar.bz2</Archive>
<Patches>
<Patch level="1">doc.patch</Patch>
</Patches>
@@ -22,12 +22,19 @@
<Name>util-macros</Name>
<Files>
<Path fileType="data">/usr/share/aclocal</Path>
<Path fileType="data">/usr/share/pkgconfig</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="8">
<Date>2021-05-22</Date>
<Version>1.19.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2020-12-09</Date>
<Version>1.19.2</Version>