sip:fixed build

This commit is contained in:
2015-10-16 23:50:02 +03:00
parent c23c551697
commit bf4a3a34a2
2 changed files with 18 additions and 23 deletions
+9 -7
View File
@@ -10,19 +10,15 @@
<IsA>app:console</IsA>
<Summary>SIP is a tool for generating bindings for C++ classes so that they can be used by Python</Summary>
<Description>SIP is a tool for generating bindings for C and C++ libraries so that they can be used by Python. It takes any C or C++ libraries and converts them into Python extension modules.</Description>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python-devel</Dependency>
</BuildDependencies>
<Archive sha1sum="c0a09aa63523293c5ca39444746b1cef1253a0c5" type="targz">mirrors://sourceforge/pyqt/sip-4.16.9.tar.gz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency versionFrom="5.5.1">qt5-base-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>no-strip.patch</Patch>
<!-- <Patch>no-strip.patch</Patch>
<Patch>disable-rpaths.diff</Patch>
<Patch>fix-linking.diff</Patch>
<Patch>sip-outoftree.patch</Patch>
<Patch>sip-outoftree.patch</Patch>-->
</Patches>
</Source>
<Package>
@@ -41,6 +37,9 @@
</Package>
<Package>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
<Name>python3-sip</Name>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
@@ -57,6 +56,9 @@
<Package>
<Name>python-sip</Name>
<Summary>Python 2.x SIP bindings for C and C++ libraries</Summary>
<BuildDependencies>
<Dependency>python-devel</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>python</Dependency>