14
0
Tomáš Chvátal
2020-04-24 13:45:51 +00:00
committed by Git OBS Bridge
parent 8a99d79ecf
commit c8346cd10b

View File

@@ -24,11 +24,9 @@ Summary: Fetch location and size of physical screens
License: MIT License: MIT
URL: https://github.com/rr-/screeninfo URL: https://github.com/rr-/screeninfo
Source0: https://github.com/rr-/screeninfo/archive/%{version}.tar.gz#/screeninfo-%{version}.tar.gz Source0: https://github.com/rr-/screeninfo/archive/%{version}.tar.gz#/screeninfo-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
Suggests: python-Cython BuildRequires: python-rpm-macros
Suggests: python-pyobjus
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
@@ -45,6 +43,9 @@ Python module to fetch location and size of physical screens.
%python_install %python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# upstream does not provide any tests
%files %{python_files} %files %{python_files}
%license LICENSE.md %license LICENSE.md
%doc README.md %doc README.md