libisofs: version bump to 1.5.8

This commit is contained in:
suvari
2026-04-05 17:04:40 +03:00
parent 4e6b69d402
commit 5a5ea4af97
2 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -20,6 +20,6 @@ def build():
def install(): def install():
autotools.install() autotools.install()
pisitools.dodoc("AUTHORS", "COPY*", "NEWS", "README") pisitools.dodoc("COPY*", "README")
pisitools.dodoc("doc/*") pisitools.dodoc("doc/*")
pisitools.remove("/usr/share/doc/libisofs/doxygen.conf*") pisitools.remove("/usr/share/doc/libisofs/doxygen.conf*")
+9 -8
View File
@@ -14,13 +14,12 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>A library for creating ISO disc images</Summary> <Summary>A library for creating ISO disc images</Summary>
<Description>libisofs is a library that handles creating ISO disc image files. It is intended to work together with libburn to write these images to discs</Description> <Description>libisofs is a library that handles creating ISO disc image files. It is intended to work together with libburn to write these images to discs</Description>
<Archive sha1sum="e675358d89279e6d39a1498bcbd7ae14509cd1a4" type="targz">https://files.libburnia-project.org/releases/libisofs-1.5.6.pl01.tar.gz</Archive> <Archive sha1sum="da19a4ae9cb4bfcffc68617b7396913bd88d3539" type="targz">https://files.libburnia-project.org/releases/libisofs-1.5.8.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>acl-devel</Dependency> <Dependency>acl-devel</Dependency>
<Dependency>zlib-devel</Dependency> <Dependency>zlib-devel</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
<Package> <Package>
<Name>libisofs</Name> <Name>libisofs</Name>
<RuntimeDependencies> <RuntimeDependencies>
@@ -28,7 +27,7 @@
<Dependency>zlib</Dependency> <Dependency>zlib</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="library">/usr/lib</Path> <Path fileType="library">/usr/lib/libisofs.so*</Path>
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc</Path>
</Files> </Files>
</Package> </Package>
@@ -42,15 +41,17 @@
<Files> <Files>
<Path fileType="header">/usr/include</Path> <Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path> <Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="doc">/usr/share/doc/libisofs/Tutorial</Path>
<Path fileType="doc">/usr/share/doc/libisofs/checksums.txt</Path>
<Path fileType="doc">/usr/share/doc/libisofs/susp_aaip_2_0.txt</Path>
<Path fileType="doc">/usr/share/doc/libisofs/susp_aaip_isofs_names.txt</Path>
<Path fileType="doc">/usr/share/doc/libisofs/zisofs_format.txt</Path>
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="10">
<Date>2026-04-05</Date>
<Version>1.5.8</Version>
<Comment>Version bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="9"> <Update release="9">
<Date>2024-11-29</Date> <Date>2024-11-29</Date>
<Version>1.5.6</Version> <Version>1.5.6</Version>