boost:fix library symlink

This commit is contained in:
blue-devil
2020-02-11 19:32:45 +00:00
parent abda17d4cd
commit 60d94d3d1c
3 changed files with 41 additions and 17 deletions
+18 -10
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>boost</Name>
@@ -8,8 +8,8 @@
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.misc</PartOf>
<License>GPLv2</License>
<PartOf>programming.language</PartOf>
<IsA>library</IsA>
<Summary>Peer-reviewed portable C++ source libraries</Summary>
<Description>Boost provides free portable peer-reviewed C++ libraries. The emphasis is on portable libraries which work well with the C++ Standard Library.</Description>
@@ -25,12 +25,13 @@
<!--Dependency>openmpi-devel</Dependency-->
</BuildDependencies>
<Patches>
<!-- <Patch>pythonfix.patch</Patch> -->
<!--<Patch>pythonfix.patch</Patch> -->
</Patches>
</Source>
<Package>
<Name>boost</Name>
<Summary>Peer-reviewed portable C++ source libraries</Summary>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>bzip2</Dependency>
@@ -39,10 +40,10 @@
<!--Dependency>openmpi</Dependency-->
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/boostbook</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib</Path>
</Files>
</Package>
@@ -54,15 +55,15 @@
<Dependency release="current">boost</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/*/html</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
<Path fileType="doc">/usr/share/doc/*/html</Path>
</Files>
</Package>
<Package>
<Name>boost-python</Name>
<Summary>a C++ library which enables seamless interoperability between C++ and the Python</Summary>
<Summary>A C++ library which enables seamless interoperability between C++ and the Python</Summary>
<RuntimeDependencies>
<Dependency release="current">boost</Dependency>
<Dependency>libgcc</Dependency>
@@ -74,7 +75,7 @@
<Package>
<Name>boost-python3</Name>
<Summary>Headers and library documentation for boosta C++ library which enables seamless interoperability between C++ and the Python3</Summary>
<Summary>A C++ library which enables seamless interoperability between C++ and the Python3</Summary>
<RuntimeDependencies>
<Dependency release="current">boost</Dependency>
<Dependency>libgcc</Dependency>
@@ -85,6 +86,13 @@
</Package>
<History>
<Update release="11">
<Date>2020-02-10</Date>
<Version>1.72.0</Version>
<Comment>Symlink and translations fix</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="10">
<Date>2020-01-12</Date>
<Version>1.72.0</Version>
@@ -156,4 +164,4 @@
<Email>karaguzelibrahim@gmail.com</Email>
</Update>
</History>
</PISI>
</PISI>