diff --git a/python-glfw.spec b/python-glfw.spec index fed900e..6405d7f 100644 --- a/python-glfw.spec +++ b/python-glfw.spec @@ -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