Page MenuHomeSolus

D7796.id.diff
No OneTemporary

D7796.id.diff

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 @@
<Source>
<Name>unshield</Name>
<Packager>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Alexander Vorobyev</Name>
+ <Email>avorobyev@protonmail.com</Email>
</Packager>
<License>MIT</License>
- <PartOf>programming</PartOf>
+ <PartOf>programming.library</PartOf>
<Summary xml:lang="en">Library for manipulating InstallShield files</Summary>
<Description xml:lang="en">Library for manipulating InstallShield files
</Description>
- <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>unshield</Name>
<Summary xml:lang="en">Library for manipulating InstallShield files</Summary>
<Description xml:lang="en">Library for manipulating InstallShield files
</Description>
- <PartOf>programming</PartOf>
+ <PartOf>programming.library</PartOf>
<Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib64/lib*.so.*</Path>
- <Path fileType="man">/usr/share/man</Path>
+ <Path fileType="executable">/usr/bin/unshield</Path>
+ <Path fileType="library">/usr/lib64/libunshield.so.0</Path>
+ <Path fileType="library">/usr/lib64/libunshield.so.0.0.0</Path>
+ <Path fileType="man">/usr/share/man/man1/unshield.1</Path>
</Files>
</Package>
<Package>
@@ -31,21 +32,21 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="3">unshield</Dependency>
+ <Dependency release="4">unshield</Dependency>
</RuntimeDependencies>
<Files>
- <Path fileType="header">/usr/include/</Path>
- <Path fileType="library">/usr/lib64/lib*.so</Path>
- <Path fileType="data">/usr/lib64/pkgconfig/*.pc</Path>
+ <Path fileType="header">/usr/include/libunshield.h</Path>
+ <Path fileType="library">/usr/lib64/libunshield.so</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/libunshield.pc</Path>
</Files>
</Package>
<History>
- <Update release="3">
- <Date>2017-05-22</Date>
- <Version>1.4.2</Version>
+ <Update release="4">
+ <Date>2019-12-07</Date>
+ <Version>1.4.3</Version>
<Comment>Packaging update</Comment>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Alexander Vorobyev</Name>
+ <Email>avorobyev@protonmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Mon, Jul 17, 4:31 PM (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5793195
Default Alt Text
D7796.id.diff (3 KB)

Event Timeline