forked from pool/python-pelican
Accepting request 655607 from devel:languages:python
- Fix fdupes call - Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/request/show/655607 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pelican?expand=0&rev=4
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 6 12:16:39 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Fix fdupes call
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:51:25 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Remove superfluous devel dependency for noarch package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 30 21:04:35 UTC 2018 - Benoît Monin <benoit.monin@gmx.fr>
|
||||
|
||||
|
||||
@@ -30,7 +30,6 @@ BuildRequires: %{python_module Jinja2 >= 2.7}
|
||||
BuildRequires: %{python_module Pygments}
|
||||
BuildRequires: %{python_module Unidecode}
|
||||
BuildRequires: %{python_module blinker}
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module docutils}
|
||||
BuildRequires: %{python_module feedgenerator >= 1.9}
|
||||
BuildRequires: %{python_module python-dateutil}
|
||||
@@ -98,7 +97,7 @@ chmod -x pelican/tools/templates/publishconf.py.jinja2
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%fdupes %buildroot/%_prefix
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
for p in pelican pelican-import pelican-quickstart pelican-themes ; do
|
||||
%python_clone -a %{buildroot}%{_bindir}/$p
|
||||
|
||||
Reference in New Issue
Block a user