14
0
Tomáš Chvátal
2019-06-06 09:28:02 +00:00
committed by Git OBS Bridge
parent 01a2e585a2
commit 5200316042

View File

@@ -1,5 +1,5 @@
#
# spec file for package python
# spec file for package python-python-rapidjson
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
@@ -18,14 +18,14 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-rapidjson
Name: python-python-rapidjson
Version: 0.7.1
Release: 0
Summary: Python wrapper around rapidjson
License: MIT
Group: Development/Languages/Python
URL: https://github.com/python-rapidjson/python-rapidjson
Source: https://github.com/python-rapidjson/python-rapidjson/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source: https://github.com/python-rapidjson/python-rapidjson/archive/v%{version}.tar.gz#/python-rapidjson-%{version}.tar.gz
Patch0: rapidjson-system.patch
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module devel}