|
@@ -1,6 +1,9 @@
|
|
|
|
+%define ver 2.0.1
|
|
|
|
+%define rel 1
|
|
|
|
+
|
|
Name: SDL2_mixer
|
|
Name: SDL2_mixer
|
|
-Version: 2.0.1
|
|
|
|
-Release: 2%{?dist}
|
|
|
|
|
|
+Version: %{ver}
|
|
|
|
+Release: %{rel}%{?_dist_release}
|
|
Summary: Simple DirectMedia Layer - Sample Mixer Library
|
|
Summary: Simple DirectMedia Layer - Sample Mixer Library
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
@@ -16,6 +19,10 @@ BuildRequires: libmodplug-devel
|
|
BuildRequires: fluidsynth-devel
|
|
BuildRequires: fluidsynth-devel
|
|
BuildRequires: libmikmod-devel
|
|
BuildRequires: libmikmod-devel
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+Packager: iwaim
|
|
|
|
+
|
|
%description
|
|
%description
|
|
SDL_mixer is a sample multi-channel audio mixer library.
|
|
SDL_mixer is a sample multi-channel audio mixer library.
|
|
It supports any number of simultaneously playing channels of 16 bit stereo
|
|
It supports any number of simultaneously playing channels of 16 bit stereo
|
|
@@ -72,6 +79,8 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|
%{_includedir}/SDL2/*
|
|
%{_includedir}/SDL2/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Apr 16 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 2.0.1-1
|
|
|
|
+
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-2
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|