update to 5.2.0 [release 5.2.0-1mamba;Thu Sep 13 2018]
This commit is contained in:
parent
38ba840ac4
commit
b133ff7808
@ -1,5 +1,5 @@
|
||||
Name: python-Pillow
|
||||
Version: 3.4.2
|
||||
Version: 5.2.0
|
||||
Release: 1mamba
|
||||
Summary: Python Imaging Library (Fork)
|
||||
Group: System/Libraries
|
||||
@ -92,7 +92,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
--record=%{name}.filelist
|
||||
|
||||
install -d -m0755 %{buildroot}%{_includedir}/python%{python_version}
|
||||
cp -a libImaging/*.h %{buildroot}%{_includedir}/python%{python_version}/
|
||||
#cp -a libImaging/*.h %{buildroot}%{_includedir}/python%{python_version}/
|
||||
|
||||
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
@ -106,7 +106,6 @@ cp -a libImaging/*.h %{buildroot}%{_includedir}/python%{python_version}/
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%exclude %{_bindir}/*
|
||||
%{python_sitearch}/PIL/_imagingcms*.so
|
||||
%{python_sitearch}/PIL/_imagingft*.so
|
||||
%{python_sitearch}/PIL/_imagingmath*.so
|
||||
@ -118,15 +117,18 @@ cp -a libImaging/*.h %{buildroot}%{_includedir}/python%{python_version}/
|
||||
#%{python_sitearch}/sane.py*
|
||||
%doc docs/COPYING
|
||||
|
||||
%files %{?pyappend:%pyappend-}devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/python%{python_version}/*.h
|
||||
#%files %{?pyappend:%pyappend-}devel
|
||||
#%defattr(-,root,root)
|
||||
#%{_includedir}/python%{python_version}/*.h
|
||||
|
||||
%files %{?pyappend:%pyappend-}tools
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/*.py
|
||||
#%files %{?pyappend:%pyappend-}tools
|
||||
#%defattr(-,root,root)
|
||||
#%{_bindir}/*.py
|
||||
|
||||
%changelog
|
||||
* Thu Sep 13 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.0-1mamba
|
||||
- update to 5.2.0
|
||||
|
||||
* Tue Dec 13 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.4.2-1mamba
|
||||
- update to 3.4.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user