Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11038651
D7796.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Referenced Files
None
Subscribers
None
D7796.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 10, 11:18 PM (17 h, 48 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5793195
Default Alt Text
D7796.diff (3 KB)
Attached To
Mode
D7796: Update unshield to 1.4.3
Attached
Detach File
Event Timeline
Log In to Comment