From d151eb72acd899477c94f967ba72040c015e8b7e2cad723ffcef214a27f21fcf Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 28 Aug 2018 08:23:16 +0000 Subject: [PATCH] - filelist cleanups OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-irc?expand=0&rev=2 --- python-irc.changes | 5 +++++ python-irc.spec | 8 +++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/python-irc.changes b/python-irc.changes index 6da0e3b..60b3a46 100644 --- a/python-irc.changes +++ b/python-irc.changes @@ -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 diff --git a/python-irc.spec b/python-irc.spec index 6b863c6..b158ad1 100644 --- a/python-irc.spec +++ b/python-irc.spec @@ -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