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
|
||||
Version: 0.8.9.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: MOD music file playing library
|
||||
Group: System/Libraries
|
||||
Distribution: openmamba
|
||||
@ -15,7 +15,6 @@ BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
|
||||
%description
|
||||
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
|
||||
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
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
@ -40,6 +41,9 @@ This package contains the header files, static libraries and development documen
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
# Windows header that may conflict with libsndfile (see: mpd)
|
||||
rm -f %{buildroot}%{_includedir}/sndfile.h
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
@ -62,6 +66,9 @@ This package contains the header files, static libraries and development documen
|
||||
%doc ChangeLog README TODO
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user