libyaml:rebuilt and split docs
This commit is contained in:
@@ -11,6 +11,7 @@ from pisi.actionsapi import get
|
||||
WorkDir = "yaml-%s" % get.srcVERSION()
|
||||
|
||||
def setup():
|
||||
pisitools.cflags.add("-Wno-unused-value -Wno-enum-compare")
|
||||
autotools.autoreconf("-fvi")
|
||||
autotools.configure("--disable-static")
|
||||
|
||||
@@ -22,4 +23,3 @@ def install():
|
||||
|
||||
pisitools.dohtml("doc/html/*")
|
||||
pisitools.dodoc("LICENSE", "README")
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?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>
|
||||
<Source>
|
||||
<Name>libyaml</Name>
|
||||
@@ -17,6 +17,7 @@
|
||||
|
||||
<Package>
|
||||
<Name>libyaml</Name>
|
||||
<Summary>YAML 1.1 parser and emitter written in C</Summary>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
@@ -33,11 +34,28 @@
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</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>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<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">
|
||||
<Date>2019-10-03</Date>
|
||||
<Version>0.2.2</Version>
|
||||
|
||||
@@ -11,4 +11,10 @@
|
||||
<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>
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user