1
0
forked from pool/python-pydot3

Accepting request 490454 from home:DocB:branches:devel:languages:python

source link to files.pythonhosted.org

OBS-URL: https://build.opensuse.org/request/show/490454
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydot3?expand=0&rev=2
This commit is contained in:
Todd R 2017-04-24 16:18:30 +00:00 committed by Git OBS Bridge
parent a53262b11e
commit ef66d9cc95
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 24 14:27:43 UTC 2017 - axel.braun@gmx.de
- source link corrected
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 17 13:07:59 UTC 2017 - axel.braun@gmx.de Mon Apr 17 13:07:59 UTC 2017 - axel.braun@gmx.de

View File

@ -26,7 +26,7 @@ Summary: Create (dot) graphs from python
License: MIT License: MIT
Group: Development/Libraries/Python Group: Development/Libraries/Python
Url: https://pypi.python.org/pypi/pydot3 Url: https://pypi.python.org/pypi/pydot3
Source: https://pypi.python.org/pypi/%{modname}-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/%{modname}/%{modname}-%{version}.tar.gz
Source1: example-demo.py Source1: example-demo.py
Source2: example-rank.py Source2: example-rank.py
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
@ -51,7 +51,7 @@ mkdir examples && cp %{SOURCE1} %{SOURCE2} examples
%install %install
%python_install %python_install
rm -rf %{buildroot}%{_prefix}/{LICENSE,README,README.md} # Wronly installed by setup script rm -rf %{buildroot}%{_prefix}/{LICENSE,README,README.md} # Wrongly installed by setup script
%files %{python_files} %files %{python_files}
%defattr(-,root,root,-) %defattr(-,root,root,-)