diff --git a/component.xml b/component.xml
deleted file mode 100644
--- a/component.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
- system.utils
-
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,13 +1,14 @@
name : chmlib
version : 0.40
-release : 3
+release : 4
source :
- http://www.jedrea.com/chmlib/chmlib-0.40.tar.bz2 : 3449d64b0cf71578b2c7e3ddc048d4af3661f44a83941ea074a7813f3a59ffa3
-license : LGPL-2.1
+license : LGPL-2.1-or-later
summary : chmlib is a small library designed for accessing MS ITSS files.
description: |
The ITSS file format is used for Microsoft Html Help files (.chm), which have been the predominant medium for software documentation from Microsoft during the past several years, having superceded the previously used .hlp file format.
Note that this is NOT the same as the OLE structured storage file format used by MS Excel, Word, and so on. Instead, it is a different file format which fulfills a similar purpose. Both file formats may be accessed via instancesof the IStorage COM interface, which is essentially an "acts like a filesystem" interface.
+component: system.utils
setup : |
%configure --disable-static
build : |
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,49 +2,52 @@
chmlib
- Ikey Doherty
- ikey@solus-project.com
+ Albert Krenz
+ albert.krenz+solus@mailbox.org
- LGPL-2.1
+ LGPL-2.1-or-later
+ system.utilschmlib is a small library designed for accessing MS ITSS files.The ITSS file format is used for Microsoft Html Help files (.chm), which have been the predominant medium for software documentation from Microsoft during the past several years, having superceded the previously used .hlp file format.
Note that this is NOT the same as the OLE structured storage file format used by MS Excel, Word, and so on. Instead, it is a different file format which fulfills a similar purpose. Both file formats may be accessed via instancesof the IStorage COM interface, which is essentially an "acts like a filesystem" interface.
- https://solus-project.com/sources/README.Solus
+ https://getsol.us/sources/README.Solus
- chmlib-devel
- Development files for chmlib
+ chmlib
+ chmlib is a small library designed for accessing MS ITSS files.The ITSS file format is used for Microsoft Html Help files (.chm), which have been the predominant medium for software documentation from Microsoft during the past several years, having superceded the previously used .hlp file format.
Note that this is NOT the same as the OLE structured storage file format used by MS Excel, Word, and so on. Instead, it is a different file format which fulfills a similar purpose. Both file formats may be accessed via instancesof the IStorage COM interface, which is essentially an "acts like a filesystem" interface.
- programming.devel
-
- chmlib
-
+ system.utils
- /usr/include
- /usr/lib64/lib*.so
+ /usr/lib64/libchm.so.0
+ /usr/lib64/libchm.so.0.0.0
- chmlib
- chmlib is a small library designed for accessing MS ITSS files.
+ chmlib-devel
+ Development files for chmlibThe ITSS file format is used for Microsoft Html Help files (.chm), which have been the predominant medium for software documentation from Microsoft during the past several years, having superceded the previously used .hlp file format.
Note that this is NOT the same as the OLE structured storage file format used by MS Excel, Word, and so on. Instead, it is a different file format which fulfills a similar purpose. Both file formats may be accessed via instancesof the IStorage COM interface, which is essentially an "acts like a filesystem" interface.
- system.utils
+ programming.devel
+
+ chmlib
+
- /usr/lib64/lib*.so.*
+ /usr/include/chm_lib.h
+ /usr/include/lzx.h
+ /usr/lib64/libchm.so
-
- 2016-03-08
+
+ 2020-05-130.4Packaging update
- Ikey Doherty
- ikey@solus-project.com
+ Albert Krenz
+ albert.krenz+solus@mailbox.org
\ No newline at end of file