automatic version update by autodist [release 2.6.0-1mamba;Wed Mar 06 2019]
This commit is contained in:
parent
3db9c82e11
commit
3d95f67360
@ -1,5 +1,5 @@
|
|||||||
Name: python-openpyxl
|
Name: python-openpyxl
|
||||||
Version: 2.5.14
|
Version: 2.6.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A Python library to read/write Excel 2010 xlsx/xlsm files
|
Summary: A Python library to read/write Excel 2010 xlsx/xlsm files
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -40,15 +40,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
sed -i "/controls.pyc$/d" %{name}.filelist
|
#sed -i "/controls.pyc$/d" %{name}.filelist
|
||||||
sed -i "/controls.pyo$/d" %{name}.filelist
|
#sed -i "/controls.pyo$/d" %{name}.filelist
|
||||||
sed -i "/ole.pyc$/d" %{name}.filelist
|
#sed -i "/ole.pyc$/d" %{name}.filelist
|
||||||
sed -i "/ole.pyo$/d" %{name}.filelist
|
#sed -i "/ole.pyo$/d" %{name}.filelist
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 06 2019 Automatic Build System <autodist@mambasoft.it> 2.6.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Jan 29 2019 Automatic Build System <autodist@mambasoft.it> 2.5.14-1mamba
|
* Tue Jan 29 2019 Automatic Build System <autodist@mambasoft.it> 2.5.14-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user