remove sndfile.h windows header conflicting with libsndfile [release 0.8.9.0-3mamba;Sun Nov 28 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 05:04:56 +01:00
parent d80848f41b
commit 2fcfa0558c

View File

@ -1,6 +1,6 @@
Name: libmodplug
Version: 0.8.9.0
Release: 2mamba
Release: 3mamba
Summary: MOD music file playing library
Group: System/Libraries
Distribution: openmamba
@ -42,7 +42,7 @@ This package contains the header files, static libraries and development documen
%makeinstall
# Windows header that may conflict with libsndfile (see: mpd)
rm -f %{buildroot}%{_includedir}/sndfile.h
rm -f %{buildroot}%{_includedir}/libmodplug/sndfile.h
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -66,6 +66,9 @@ rm -f %{buildroot}%{_includedir}/sndfile.h
%doc ChangeLog README TODO
%changelog
* Sun Nov 28 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.9.0-3mamba
- remove sndfile.h windows header conflicting with libsndfile
* Fri Nov 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.9.0-2mamba
- rebuilt with debug package