update to 0.4.11 [release 0.4.11-1mamba;Wed May 04 2016]

This commit is contained in:
Silvan Calarco 2024-01-06 11:25:27 +01:00
parent 9868e5af09
commit 2192c6173b

View File

@ -1,6 +1,6 @@
Name: python-magic Name: python-magic
Epoch: 1 Epoch: 1
Version: 0.4.10 Version: 0.4.11
Release: 1mamba Release: 1mamba
Summary: File type identification using libmagic Summary: File type identification using libmagic
Group: System/Libraries Group: System/Libraries
@ -34,17 +34,15 @@ CFLAGS="%{optflags}" %{__python} setup.py build
--install-lib=%{python_sitearch} \ --install-lib=%{python_sitearch} \
--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
%files -f %{name}.filelist %files -f %{name}.filelist
%defattr(-,root,root) %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)
#
%changelog %changelog
* Wed May 04 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.11-1mamba
- update to 0.4.11
* Sun Dec 13 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.10-1mamba * Sun Dec 13 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.10-1mamba
- package created using the webbuild interface - package created using the webbuild interface