diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,18 +1,16 @@
name : unshield
-version : 1.4.2
-release : 3
+version : 1.4.3
+release : 4
source :
- - https://github.com/twogood/unshield/archive/1.4.2.tar.gz : 5dd4ea0c7e97ad8e3677ff3a254b116df08a5d041c2df8859aad5c4f88d1f774
+ - https://github.com/twogood/unshield/archive/1.4.3.tar.gz : aa8c978dc0eb1158d266eaddcd1852d6d71620ddfc82807fe4bf2e19022b7bab
license : MIT
-component : programming
+component : programming.library
summary : Library for manipulating InstallShield files
description: |
Library for manipulating InstallShield files
setup : |
- %cmake -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=%libdir% \
- .
+ %cmake_ninja
build : |
- %make
+ %ninja_build
install : |
- %make_install
+ %ninja_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,26 +2,27 @@
unshield
- Ikey Doherty
- ikey@solus-project.com
+ Alexander Vorobyev
+ avorobyev@protonmail.com
MIT
- programming
+ programming.library
Library for manipulating InstallShield files
Library for manipulating InstallShield files
- https://solus-project.com/sources/README.Solus
+ https://getsol.us/sources/README.Solus
unshield
Library for manipulating InstallShield files
Library for manipulating InstallShield files
- programming
+ programming.library
- /usr/bin
- /usr/lib64/lib*.so.*
- /usr/share/man
+ /usr/bin/unshield
+ /usr/lib64/libunshield.so.0
+ /usr/lib64/libunshield.so.0.0.0
+ /usr/share/man/man1/unshield.1
@@ -31,21 +32,21 @@
programming.devel
- unshield
+ unshield
- /usr/include/
- /usr/lib64/lib*.so
- /usr/lib64/pkgconfig/*.pc
+ /usr/include/libunshield.h
+ /usr/lib64/libunshield.so
+ /usr/lib64/pkgconfig/libunshield.pc
-
- 2017-05-22
- 1.4.2
+
+ 2019-12-07
+ 1.4.3
Packaging update
- Ikey Doherty
- ikey@solus-project.com
+ Alexander Vorobyev
+ avorobyev@protonmail.com
\ No newline at end of file