From 46f0a7209c2cbb9eed75b9433cc872ee7374709b Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 12 Oct 2017 22:27:09 -0700 Subject: [PATCH] Removed .spec file, which is autogenerated --- .hgignore | 1 + SDL2_mixer.spec | 64 ------------------------------------------------- 2 files changed, 1 insertion(+), 64 deletions(-) delete mode 100644 SDL2_mixer.spec diff --git a/.hgignore b/.hgignore index 52632120..11834bdd 100644 --- a/.hgignore +++ b/.hgignore @@ -17,3 +17,4 @@ libtool xcuserdata *.xcworkspace SDL2_mixer.pc +SDL2_mixer.spec diff --git a/SDL2_mixer.spec b/SDL2_mixer.spec deleted file mode 100644 index dfa45e7b..00000000 --- a/SDL2_mixer.spec +++ /dev/null @@ -1,64 +0,0 @@ -%define name SDL2_mixer -%define version 2.0.1 -%define release 1 - -Summary: Simple DirectMedia Layer - Sample Mixer Library -Name: %{name} -Version: %{version} -Release: %{release} -Source0: %{name}-%{version}.tar.gz -License: LGPL -Group: System Environment/Libraries -BuildRoot: /var/tmp/%{name}-buildroot -Prefix: %{_prefix} - -%description -Due to popular demand, here is a simple multi-channel audio mixer. -It supports 4 channels of 16 bit stereo audio, plus a single channel -of music, mixed by the popular MikMod MOD, Timidity MIDI, Ogg Vorbis, -Tremor, SMPEG MP3, and libmad MP3 libraries. - -%package devel -Summary: Libraries, includes and more to develop SDL applications. -Group: Development/Libraries -Requires: %{name} - -%description devel -Due to popular demand, here is a simple multi-channel audio mixer. -It supports 4 channels of 16 bit stereo audio, plus a single channel -of music, mixed by the popular MikMod MOD, Timidity MIDI, Ogg Vorbis, -Tremor, SMPEG MP3, and libmad MP3 libraries. - -%prep -%setup - -%build -CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} -make - -%install -rm -rf $RPM_BUILD_ROOT -make install prefix=$RPM_BUILD_ROOT/%{prefix} - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-,root,root) -%doc README.txt CHANGES.txt COPYING.txt -%{prefix}/lib/lib*.so.* - -%files devel -%defattr(-,root,root) -%{prefix}/lib/lib*.a -%{prefix}/lib/lib*.la -%{prefix}/lib/lib*.so -%{prefix}/include/*/ -%{prefix}/lib/pkgconfig/*.pc - -%changelog -* Wed Jan 19 2000 Sam Lantinga -- converted to get package information from configure -* Sun Jan 16 2000 Hakan Tandogan -- initial spec file -