forked from pool/python-glfw
Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-glfw?expand=0&rev=4
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user