Skip to content

Commit 7da94ca

Browse files
committed
Merge branch 'master' into elfdepsenabled
2 parents 89b5529 + 5a90c68 commit 7da94ca

File tree

6 files changed

+1176
-6
lines changed

6 files changed

+1176
-6
lines changed
Lines changed: 249 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,249 @@
1+
Summary: A MOD music file player library
2+
Name: libmikmod
3+
Version: 3.3.11.1
4+
Release: 7%{?dist}
5+
License: GPLv2 and LGPLv2+
6+
URL: http://mikmod.sourceforge.net/
7+
Source0: http://downloads.sourceforge.net/mikmod/libmikmod-%{version}.tar.gz
8+
Patch0: libmikmod-64bit.patch
9+
Patch1: libmikmod-multilib.patch
10+
Patch2: libmikmod-cflags.patch
11+
BuildRequires: gcc
12+
#BuildRequires: alsa-lib-devel pulseaudio-libs-devel
13+
14+
%description
15+
libmikmod is a library used by the mikmod MOD music file player for
16+
UNIX-like systems. Supported file formats include MOD, STM, S3M, MTM,
17+
XM, ULT and IT.
18+
19+
%package devel
20+
Summary: Header files and documentation for compiling mikmod applications
21+
Provides: mikmod-devel = %{version}-%{release}
22+
Requires: %{name}%{?_isa} = %{version}-%{release}
23+
#Requires: pulseaudio-libs-devel%{?_isa}
24+
25+
%description devel
26+
This package includes the header files you will need to compile
27+
applications for mikmod.
28+
29+
%prep
30+
%autosetup -p1
31+
32+
%build
33+
%configure --enable-dl --enable-sgi --disable-simd
34+
%make_build
35+
36+
%install
37+
%make_install INSTALL="install -p"
38+
rm -f %{buildroot}%{_infodir}/dir %{buildroot}%{_libdir}/*.a
39+
find %{buildroot} -name '*.la' -print -delete
40+
41+
#%ldconfig_scriptlets
42+
43+
%files
44+
%doc AUTHORS NEWS README TODO
45+
%license COPYING.LIB COPYING.LESSER
46+
%{_libdir}/libmikmod.so.3*
47+
48+
%files devel
49+
%{_bindir}/%{name}-config
50+
%{_libdir}/%{name}.so
51+
%{_libdir}/pkgconfig/%{name}.pc
52+
%{_datadir}/aclocal/%{name}.m4
53+
%{_includedir}/mikmod.h
54+
%{_infodir}/mikmod.info*
55+
%{_mandir}/man1/%{name}-config*
56+
57+
%changelog
58+
* Thu Jul 25 2019 Fedora Release Engineering <[email protected]> - 3.3.11.1-7
59+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
60+
61+
* Thu Mar 7 2019 Tim Landscheidt <[email protected]> - 3.3.11.1-6
62+
- Remove obsolete requirements for %%post/%%preun scriptlets
63+
64+
* Fri Feb 01 2019 Fedora Release Engineering <[email protected]> - 3.3.11.1-5
65+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
66+
67+
* Fri Jul 13 2018 Fedora Release Engineering <[email protected]> - 3.3.11.1-4
68+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
69+
70+
* Wed Feb 07 2018 Fedora Release Engineering <[email protected]> - 3.3.11.1-3
71+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
72+
73+
* Wed Jan 31 2018 Igor Gnatenko <[email protected]> - 3.3.11.1-2
74+
- Switch to %%ldconfig_scriptlets
75+
76+
* Tue Oct 31 2017 Igor Gnatenko <[email protected]> - 3.3.11.1-1
77+
- Update to 3.3.11.1
78+
79+
* Thu Aug 03 2017 Fedora Release Engineering <[email protected]> - 3.3.11-3
80+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
81+
82+
* Wed Jul 26 2017 Fedora Release Engineering <[email protected]> - 3.3.11-2
83+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
84+
85+
* Wed Jun 14 2017 Igor Gnatenko <[email protected]> - 3.3.11-1
86+
- Update to 3.3.11
87+
88+
* Fri Feb 10 2017 Fedora Release Engineering <[email protected]> - 3.3.10-2
89+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
90+
91+
* Sat Sep 3 2016 Hans de Goede <[email protected]> - 3.3.10-1
92+
- New upstream release 3.3.10 (rhbz#1372113)
93+
94+
* Wed Aug 24 2016 Hans de Goede <[email protected]> - 3.3.9-1
95+
- New upstream release 3.3.9
96+
97+
* Thu Feb 04 2016 Fedora Release Engineering <[email protected]> - 3.3.8-2
98+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
99+
100+
* Mon Nov 16 2015 Hans de Goede <[email protected]> - 3.3.8-1
101+
- New upstream release 3.3.8
102+
103+
* Wed Jun 17 2015 Fedora Release Engineering <[email protected]> - 3.3.7-2
104+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
105+
106+
* Wed Sep 10 2014 Hans de Goede <[email protected]> - 3.3.7-1
107+
- New upstream release 3.3.7 (rhbz#1139002)
108+
109+
* Sun Aug 17 2014 Fedora Release Engineering <[email protected]> - 3.3.6-4
110+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
111+
112+
* Sat Jun 07 2014 Fedora Release Engineering <[email protected]> - 3.3.6-3
113+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
114+
115+
* Thu Mar 27 2014 Hans de Goede <[email protected]> - 3.3.6-2
116+
- Add missing requires pulseaudio-libs-devel to the -devel pkg (rhbz#1081142)
117+
118+
* Sat Mar 22 2014 Hans de Goede <[email protected]> - 3.3.6-1
119+
- New upstream release 3.3.6
120+
- Fixes alsa output not working when alsa-devel is not installes (rhbz#1076966)
121+
- Add BR pulseaudio-libs-devel to enable building of pa output (rhbz#1079527)
122+
123+
* Sat Mar 8 2014 Hans de Goede <[email protected]> - 3.3.5-1
124+
- New upstream release 3.3.5
125+
126+
* Wed Dec 25 2013 Hans de Goede <[email protected]> - 3.3.4-1
127+
- New upstream release 3.3.4
128+
129+
* Sun Oct 20 2013 Hans de Goede <[email protected]> - 3.3.3-1
130+
- New upstream release 3.3.3
131+
- Drop a bunch of merged patches
132+
133+
* Mon Oct 14 2013 Hans de Goede <[email protected]> - 3.3.2-2
134+
- Disable SSE2 use even on x86_64, as upstream advises against using it
135+
136+
* Mon Oct 14 2013 Hans de Goede <[email protected]> - 3.3.2-1
137+
- New upstream and new upstream release 3.3.2
138+
- Drop a bunch of merged patches
139+
140+
* Sat Aug 03 2013 Fedora Release Engineering <[email protected]> - 3.2.0-22
141+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
142+
143+
* Sat Apr 6 2013 Hans de Goede <[email protected]> - 3.2.0-21
144+
- Fix stuttering sound and hang on exit for apps using libmikmod's alsa driver
145+
- Remove non standard options configure adds to CFLAGS
146+
- Run autoreconf for aarch64 support (rhbz#925794)
147+
148+
* Thu Feb 14 2013 Fedora Release Engineering <[email protected]> - 3.2.0-20
149+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
150+
151+
* Wed Sep 26 2012 Hans de Goede <[email protected]> - 3.2.0-19
152+
- Fix an array overflow caused by libmikmod-CVE-2007-6720.patch (rhbz#859050)
153+
- Cleanup the specfile a bit
154+
155+
* Sat Sep 8 2012 Hans de Goede <[email protected]> - 3.2.0-18
156+
- Fix a crash in align_pointer() (rhbz#855130)
157+
158+
* Sun Aug 5 2012 Hans de Goede <[email protected]> - 3.2.0-17
159+
- Fix a crash in Player_Start() (rhbz#845782)
160+
161+
* Thu Jul 19 2012 Fedora Release Engineering <[email protected]> - 3.2.0-16
162+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
163+
164+
* Wed Jul 4 2012 Peter Robinson <[email protected]> - 3.2.0-15
165+
- Bump NVR to 15 so it's higher than the betas
166+
- Drop ancient esound, enable alsa
167+
- Modernise spec
168+
169+
* Wed Jun 06 2012 Jindrich Novy <[email protected]> 3.2.0-1
170+
- update to stable libmikmod-3.2.0
171+
172+
* Sun May 13 2012 Karsten Hopp <[email protected]> 3.2.0-14.beta4.1
173+
- disable altivec (used on PPC only)
174+
175+
* Sun May 13 2012 Jindrich Novy <[email protected]> - 3.2.0-13.beta4
176+
- update to 3.2.0-beta4
177+
178+
* Tue Apr 10 2012 Jindrich Novy <[email protected]> - 3.2.0-13.beta3
179+
- update to 3.2.0-beta3
180+
- drop upstreamed patches, forwardport the rest
181+
182+
* Fri Jan 13 2012 Fedora Release Engineering <[email protected]> - 3.2.0-13.beta2
183+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
184+
185+
* Wed Feb 09 2011 Fedora Release Engineering <[email protected]> - 3.2.0-12.beta2
186+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
187+
188+
* Fri Aug 20 2010 Jindrich Novy <[email protected]> 3.2.0-11.beta2
189+
- update the CVE-2009-3995,3996 patch and fix its naming
190+
191+
* Thu Jul 15 2010 Jindrich Novy <[email protected]> 3.2.0-10.beta2
192+
- fix CVE-2009-3995,3996 (#614643)
193+
194+
* Mon Nov 23 2009 Hans de Goede <[email protected]> 3.2.0-9.beta2
195+
- Fix CVE-2007-6720 fix, it causes mods to sound wrong, and even causes
196+
crashes under certain circumstances (#540234), see:
197+
http://bugzilla.libsdl.org/show_bug.cgi?id=506
198+
199+
* Fri Aug 28 2009 Jindrich Novy <[email protected]> 3.2.0-8.beta2
200+
- fix CVE-2009-0179 (#519992)
201+
202+
* Fri Aug 28 2009 Jindrich Novy <[email protected]> 3.2.0-7.beta2
203+
- fix CVE-2007-6720 (#519990)
204+
205+
* Tue Aug 11 2009 Jindrich Novy <[email protected]> 3.2.0-6.beta2
206+
- don't complain if installing with --excludedocs (#515953)
207+
- add missing requires
208+
209+
* Fri Jul 24 2009 Fedora Release Engineering <[email protected]> - 3.2.0-5.beta2
210+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
211+
212+
* Wed Feb 25 2009 Fedora Release Engineering <[email protected]> - 3.2.0-4.beta2
213+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
214+
215+
* Mon Feb 18 2008 Hans de Goede <[email protected]> 3.2.0-3.beta2
216+
- Fix MikMod_InfoLoader() and MikMod_InfoDriver() functions, fixing mikmod -n
217+
output
218+
219+
* Mon Feb 18 2008 Hans de Goede <[email protected]> 3.2.0-2.beta2
220+
- Replace completely braindead (hint to author, drink coffee first, then code)
221+
esd non blocking patch with one that actually works. This fixes using mikmod
222+
with pulseaudio (bz 247865)
223+
- Note: this makes the 2 supported output devices oss and esd (and pulseaudio's
224+
esd emulation) alsa is not supported, this requires a rewrite of the mikmod
225+
alsa code which was written for alsa-0.5 and never updated for the new alsa
226+
0.9/1.0 api
227+
228+
* Fri Feb 15 2008 Jindrich Novy <[email protected]> 3.2.0-1
229+
- update to libmikmod-3.2.0-beta2
230+
- fix playback on 64bit arches
231+
232+
* Thu Feb 14 2008 Jindrich Novy <[email protected]> 3.1.11-5
233+
- fix rpath patch so that there are no undefined symbols in
234+
libmikmod.so (#431745)
235+
236+
* Thu Oct 25 2007 Jindrich Novy <[email protected]> 3.1.11-4
237+
- virtually provide mikmod-devel
238+
239+
* Wed Oct 24 2007 Jindrich Novy <[email protected]> 3.1.11-3
240+
- add multilib patch
241+
242+
* Tue Oct 23 2007 Jindrich Novy <[email protected]> 3.1.11-2
243+
- update description
244+
- add smp_flags to make
245+
- don't ship static library
246+
- update upstream patch, drop texinfo dependency (thanks to Stepan Kasal)
247+
248+
* Thu Oct 18 2007 Jindrich Novy <[email protected]> 3.1.11-1
249+
- package libmikmod

0 commit comments

Comments
 (0)