Fix package description
This commit is contained in:
parent
2097aaeed3
commit
f6d5df26f7
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
Name: python-pillow
|
Name: python-pillow
|
||||||
Version: 3.1.1
|
Version: 3.1.1
|
||||||
Release: 2%{?snap}%{?dist}
|
Release: 3%{?snap}%{?dist}
|
||||||
Summary: Python image processing library
|
Summary: Python image processing library
|
||||||
|
|
||||||
# License: see http://www.pythonware.com/products/pil/license.htm
|
# License: see http://www.pythonware.com/products/pil/license.htm
|
||||||
@ -145,7 +145,13 @@ Summary: Python 3 image processing library
|
|||||||
Provides: python3-imaging = %{version}-%{release}
|
Provides: python3-imaging = %{version}-%{release}
|
||||||
|
|
||||||
%description -n %{name3}
|
%description -n %{name3}
|
||||||
%{_description}
|
Python image processing library, fork of the Python Imaging Library (PIL)
|
||||||
|
|
||||||
|
This library provides extensive file format support, an efficient
|
||||||
|
internal representation, and powerful image processing capabilities.
|
||||||
|
|
||||||
|
There are four subpackages: tk (tk interface), qt (PIL image wrapper for Qt),
|
||||||
|
devel (development) and doc (documentation).
|
||||||
|
|
||||||
|
|
||||||
%package -n %{name3}-devel
|
%package -n %{name3}-devel
|
||||||
@ -351,6 +357,9 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 10 2016 Sandro Mani <manisandro@gmail.com> - 3.1.1-3
|
||||||
|
- Fix broken python3-pillow package description
|
||||||
|
|
||||||
* Sun Feb 07 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 3.1.1-2
|
* Sun Feb 07 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 3.1.1-2
|
||||||
- Fix provides
|
- Fix provides
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user