14
0
forked from pool/python-pydot

Accepting request 438181 from home:TheBlackCat:branches:devel:languages:python

- Update source url
- Remove some obsolete parts of the spec file

OBS-URL: https://build.opensuse.org/request/show/438181
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydot?expand=0&rev=8
This commit is contained in:
Todd R
2016-11-01 20:24:49 +00:00
committed by Git OBS Bridge
parent 2eb1738b8f
commit d5d50657ba
2 changed files with 7 additions and 5 deletions

View File

@@ -19,7 +19,7 @@
Name: python-pydot
Version: 1.2.3
Release: 0
Url: http://code.google.com/p/pydot
Url: https://github.com/erocarrera/pydot
Summary: Create (dot) graphs from python
License: MIT
Group: Development/Libraries/Python
@@ -44,10 +44,6 @@ python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
# rm -rf %{buildroot}/usr/{LICENSE,README} # Wronly installed by setup script
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)