forked from pool/python-pandocfilters
- Making rpmlint more happy.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pandocfilters?expand=0&rev=13
This commit is contained in:
parent
689d498e62
commit
bdba56a68a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 25 19:55:22 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Making rpmlint more happy.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 25 14:02:31 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -26,6 +26,7 @@ Group: Development/Languages/Python
|
||||
URL: http://github.com/jgm/pandocfilters
|
||||
Source: https://pypi.io/packages/source/p/pandocfilters/pandocfilters-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Recommends: pandoc >= 1.16
|
||||
BuildArch: noarch
|
||||
@ -52,10 +53,11 @@ chmod a-x examples/*.py
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc README README.rst
|
||||
%doc README.rst
|
||||
%doc examples/
|
||||
%license LICENSE
|
||||
%{python_sitelib}/*
|
||||
|
Loading…
Reference in New Issue
Block a user