From 34aff91204257850d7ec36424fc221e8b56d7ed88934d39568ab6cef9b9ba48e Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 11 May 2018 19:58:36 +0000 Subject: [PATCH] Accepting request 606528 from home:TheBlackCat:branches:devel:languages:python - pandoc is not strictly necessart to use this. OBS-URL: https://build.opensuse.org/request/show/606528 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pandocfilters?expand=0&rev=6 --- python-pandocfilters.changes | 5 +++++ python-pandocfilters.spec | 9 ++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/python-pandocfilters.changes b/python-pandocfilters.changes index 4f122b2..f9443c3 100644 --- a/python-pandocfilters.changes +++ b/python-pandocfilters.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 11 19:57:34 UTC 2018 - toddrme2178@gmail.com + +- pandoc is not strictly necessart to use this. + ------------------------------------------------------------------- Sat Nov 4 02:08:16 UTC 2017 - arun@gmx.de diff --git a/python-pandocfilters.spec b/python-pandocfilters.spec index db27aef..8d90f88 100644 --- a/python-pandocfilters.spec +++ b/python-pandocfilters.spec @@ -1,7 +1,7 @@ # # spec file for package python-pandocfilters # -# 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 @@ -27,10 +27,8 @@ Url: http://github.com/jgm/pandocfilters Source: https://pypi.io/packages/source/p/pandocfilters/pandocfilters-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} -BuildRequires: pandoc >= 1.16 BuildRequires: python-rpm-macros -Requires: pandoc >= 1.16 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Recommends: pandoc >= 1.16 BuildArch: noarch %python_subpackages @@ -56,8 +54,9 @@ sed -i 's/^#\!\/.*//g' examples/*.py %files %{python_files} %defattr(-,root,root,-) -%doc LICENSE README README.rst +%doc README README.rst %doc examples/ +%license LICENSE %{python_sitelib}/* %changelog