17
0
2018-12-04 17:16:16 +00:00
committed by Git OBS Bridge
parent f825f89484
commit cc948774f8

View File

@@ -23,14 +23,13 @@ Release: 0
Summary: Platform-independent file locking module
License: MIT
Group: Development/Languages/Python
Url: https://github.com/openstack/pylockfile
URL: https://github.com/openstack/pylockfile
Source: https://files.pythonhosted.org/packages/source/l/lockfile/lockfile-%{version}.tar.gz
Patch0: %{name}-empty_ident.patch
BuildRequires: %{python_module nose}
BuildRequires: %{python_module pbr}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
@@ -60,8 +59,8 @@ production-quality code.
%python_exec -m nose
%files %{python_files}
%defattr(-,root,root,-)
%doc README RELEASE-NOTES LICENSE
%license LICENSE
%doc README RELEASE-NOTES
%{python_sitelib}/lockfile*
%changelog