15
0
forked from pool/python-glfw
2018-12-04 17:14:01 +00:00
committed by Git OBS Bridge
parent 8b6c2238f8
commit f82a7a3a48

View File

@@ -24,17 +24,16 @@ Release: 0
Summary: A ctypes-based wrapper for GLFW3
License: MIT
Group: Development/Languages/Python
Url: https://github.com/FlorianRhiem/pyGLFW
URL: https://github.com/FlorianRhiem/pyGLFW
Source: https://files.pythonhosted.org/packages/source/g/glfw/glfw-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: libglfw3
BuildArch: noarch
%if %{with test}
BuildRequires: libglfw3
%endif
Requires: libglfw3
BuildArch: noarch
%python_subpackages
%description
@@ -69,8 +68,8 @@ except for:
%endif
%files %{python_files}
%defattr(-,root,root,-)
%doc CHANGES.txt LICENSE.txt README.txt
%license LICENSE.txt
%doc CHANGES.txt README.txt
%{python_sitelib}/*
%changelog