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