14
0

Accepting request 662774 from home:Simmphonie:python

- fix build for Factory
- update plugins.qmltypes (commit 067e3a6 on 27 Aug 2018)

OBS-URL: https://build.opensuse.org/request/show/662774
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyotherside?expand=0&rev=8
This commit is contained in:
Torsten Gruner
2019-01-04 11:32:36 +00:00
committed by Git OBS Bridge
parent d95de202e7
commit 4a4f872d38
5 changed files with 27 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:23220a558217a6f3c6d9423a5ff48da739fbe84bb8919c11b6acdee0a1b3ee6f
size 247886

15
_service Normal file
View File

@@ -0,0 +1,15 @@
<services>
<service name="obs_scm">
<param name="scm">git</param>
<param name="url">git://github.com/thp/pyotherside.git</param>
<param name="versionprefix">1.5.3.git</param>
<param name="filename">pyotherside</param>
<param name="revision">067e3a6</param>
</service>
<service mode="buildtime" name="tar" />
<service mode="buildtime" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="buildtime" name="set_version"/>
</services>

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e9e9c1a2239f3ae926b829e7cff2bd505a6e4497b057f5843b79778404a74763
size 427531

View File

@@ -0,0 +1,5 @@
name: pyotherside
version: 1.5.3.git.1535366950.067e3a6
mtime: 1535366950
commit: 067e3a618df7d9f51d446540324df4f647a0be18

View File

@@ -26,13 +26,12 @@ Summary: Asynchronous Python 3 Bindings for Qt 5
License: ISC
Group: Development/Languages/Python
Url: http://thp.io/2011/pyotherside/
Source: https://github.com/thp/pyotherside/archive/067e3a618df7d9f51d446540324df4f647a0be18.zip
Source: %{srcname}-%{version}.tar.xz
Provides: pyotherside = %{version}-%{release}
BuildRequires: libqt5-qtbase-devel
BuildRequires: libqt5-qtdeclarative-devel
BuildRequires: pkgconfig
BuildRequires: python-rpm-macros
BuildRequires: unzip
%if %{with test}
BuildRequires: Mesa-dri
BuildRequires: xvfb-run
@@ -49,7 +48,7 @@ BuildRequires: pkgconfig(python3)
A QML Plugin that provides access to a Python 3 interpreter from QML.
%prep
%setup -q -n %{srcname}-067e3a618df7d9f51d446540324df4f647a0be18
%setup -q -n %{srcname}-%{version}
# disable qtquicktests
sed -i 's| qtquicktests||' pyotherside.pro
@@ -66,7 +65,8 @@ xvfb-run -s '-screen 0, 1280x1024x24' -a ./tests/tests
%endif
%files %{python_files}
%doc README LICENSE
%doc README
%license LICENSE
%dir %{_libqt5_archdatadir}/qml/io/
%dir %{_libqt5_archdatadir}/qml/io/thp/
%{_libqt5_archdatadir}/qml/io/thp/pyotherside