15
0
forked from pool/python-irc
2018-08-28 08:23:16 +00:00
committed by Git OBS Bridge
parent 0f309fde98
commit d151eb72ac
2 changed files with 8 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 28 08:22:43 UTC 2018 - dmueller@suse.com
- filelist cleanups
-------------------------------------------------------------------
Thu Aug 23 08:48:15 UTC 2018 - dheidler@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-irc
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -42,9 +42,9 @@ BuildRequires: python3-jaraco.packaging
BuildRequires: python3-rst.linker
# /SECTION
# SECTION test requirements
BuildRequires: %{python_module pytest-flake8}
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-flake8}
BuildRequires: %{python_module tempora}
BuildRequires: python2-backports.functools_lru_cache
BuildRequires: python2-backports.unittest_mock
@@ -97,13 +97,11 @@ dos2unix docs/irc.rst docs/irc.tests.rst
}
%files %{python_files}
%defattr(-,root,root)
%{python_sitelib}/*
%doc README.rst
%doc LICENSE
%license LICENSE
%files -n %{name}-doc
%defattr(-,root,root,-)
%doc build/sphinx/html
%changelog