diff --git a/python-odfpy.spec b/python-odfpy.spec index 7e6d1f6..e5c3887 100644 --- a/python-odfpy.spec +++ b/python-odfpy.spec @@ -1,5 +1,5 @@ Name: python-odfpy -Version: 1.3.3 +Version: 1.4.0 Release: 1mamba Summary: Python API and tools to manipulate OpenDocument files Group: System/Libraries @@ -33,18 +33,15 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --record=%{name}.filelist -sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist +sed -i "s,.*/man/.*,&.gz," %{name}.filelist %files -f %{name}.filelist %defattr(-,root,root) -## note: this list is just an example; modify as required -# %{python_sitearch}/%{name}.py* -# %{python_sitearch}/%{name}.so - -## note: eventually add the remaining documents (if any) -# %doc README %changelog +* Wed Dec 11 2019 Automatic Build System 1.4.0-1mamba +- automatic update by autodist + * Sun Aug 07 2016 Automatic Build System 1.3.3-1mamba - automatic update by autodist