libyaml:rebuilt and split docs
This commit is contained in:
@@ -11,6 +11,7 @@ from pisi.actionsapi import get
|
|||||||
WorkDir = "yaml-%s" % get.srcVERSION()
|
WorkDir = "yaml-%s" % get.srcVERSION()
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
|
pisitools.cflags.add("-Wno-unused-value -Wno-enum-compare")
|
||||||
autotools.autoreconf("-fvi")
|
autotools.autoreconf("-fvi")
|
||||||
autotools.configure("--disable-static")
|
autotools.configure("--disable-static")
|
||||||
|
|
||||||
@@ -22,4 +23,3 @@ def install():
|
|||||||
|
|
||||||
pisitools.dohtml("doc/html/*")
|
pisitools.dohtml("doc/html/*")
|
||||||
pisitools.dodoc("LICENSE", "README")
|
pisitools.dodoc("LICENSE", "README")
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>libyaml</Name>
|
<Name>libyaml</Name>
|
||||||
@@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>libyaml</Name>
|
<Name>libyaml</Name>
|
||||||
|
<Summary>YAML 1.1 parser and emitter written in C</Summary>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="library">/usr/lib</Path>
|
<Path fileType="library">/usr/lib</Path>
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
@@ -33,11 +34,28 @@
|
|||||||
<Files>
|
<Files>
|
||||||
<Path fileType="header">/usr/include</Path>
|
<Path fileType="header">/usr/include</Path>
|
||||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>libyaml-docs</Name>
|
||||||
|
<Summary>Documentation files for libyaml</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency release="current">libyaml</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
<Path fileType="doc">/usr/share/doc/libyaml/html/</Path>
|
<Path fileType="doc">/usr/share/doc/libyaml/html/</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="6">
|
||||||
|
<Date>2020-01-11</Date>
|
||||||
|
<Version>0.2.2</Version>
|
||||||
|
<Comment>Rebuilt for the new toolchain</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="5">
|
<Update release="5">
|
||||||
<Date>2019-10-03</Date>
|
<Date>2019-10-03</Date>
|
||||||
<Version>0.2.2</Version>
|
<Version>0.2.2</Version>
|
||||||
|
|||||||
@@ -11,4 +11,10 @@
|
|||||||
<Summary xml:lang="tr">libyaml için başlık dosyaları</Summary>
|
<Summary xml:lang="tr">libyaml için başlık dosyaları</Summary>
|
||||||
<Description xml:lang="tr">libyaml-devel, libyaml için başlık dosyalarını içerir.</Description>
|
<Description xml:lang="tr">libyaml-devel, libyaml için başlık dosyalarını içerir.</Description>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>libyaml-docs</Name>
|
||||||
|
<Summary xml:lang="tr">libyaml için belgelendirme dosyaları</Summary>
|
||||||
|
<Description xml:lang="tr">libyaml-docs, libyaml için belgelendirme dosyalarını içerir.</Description>
|
||||||
|
</Package>
|
||||||
</PISI>
|
</PISI>
|
||||||
|
|||||||
Reference in New Issue
Block a user