rebuilt with debug package [release 0.8.9.0-2mamba;Fri Nov 26 2021]
This commit is contained in:
parent
2584e142c3
commit
d80848f41b
@ -1,6 +1,6 @@
|
|||||||
Name: libmodplug
|
Name: libmodplug
|
||||||
Version: 0.8.9.0
|
Version: 0.8.9.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: MOD music file playing library
|
Summary: MOD music file playing library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
@ -15,7 +15,6 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Libmodplug is the library behind Modplug-XMMS, a fully featured, complete input plugin for XMMS which plays mod-like music formats.
|
Libmodplug is the library behind Modplug-XMMS, a fully featured, complete input plugin for XMMS which plays mod-like music formats.
|
||||||
@ -28,6 +27,8 @@ Requires: %{name} = %{version}
|
|||||||
%description devel
|
%description devel
|
||||||
This package contains the header files, static libraries and development documentation for %{name}. If you like to develop programs using %{name}, you will need to install %{name}-devel.
|
This package contains the header files, static libraries and development documentation for %{name}. If you like to develop programs using %{name}, you will need to install %{name}-devel.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
@ -40,6 +41,9 @@ This package contains the header files, static libraries and development documen
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
|
# Windows header that may conflict with libsndfile (see: mpd)
|
||||||
|
rm -f %{buildroot}%{_includedir}/sndfile.h
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -62,6 +66,9 @@ This package contains the header files, static libraries and development documen
|
|||||||
%doc ChangeLog README TODO
|
%doc ChangeLog README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.9.0-2mamba
|
||||||
|
- rebuilt with debug package
|
||||||
|
|
||||||
* Sun Aug 06 2017 Automatic Build System <autodist@mambasoft.it> 0.8.9.0-1mamba
|
* Sun Aug 06 2017 Automatic Build System <autodist@mambasoft.it> 0.8.9.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user