source: spec/trunk/SPECS/mikmod.spec@ 1630

Last change on this file since 1630 was 1603, checked in by tellie, 7 years ago

spec: mikmod: Release version 3.2.8-1.

File size: 1.6 KB
Line 
1Name: mikmod
2Version: 3.2.8
3Release: 1%{?dist}
4Summary: Console music module player
5Group: Applications/Multimedia
6License: GPLv2 and LGPLv2+
7URL: http://mikmod.sourceforge.net/
8%scm_source svn http://svn.netlabs.org/repos/ports/mikmod/trunk 2340
9
10BuildRequires: gcc
11BuildRequires: ncurses-devel
12BuildRequires: libmikmod-devel
13
14%description
15MikMod is one of the best and most well known MOD music file players
16for UNIX-like systems. This particular distribution is intended to
17compile fairly painlessly in a Linux environment. MikMod uses the OSS
18/dev/dsp driver including all recent kernels for output, and will also
19write .wav files. Supported file formats include MOD, STM, S3M, MTM,
20XM, ULT, and IT. The player uses ncurses for console output and
21supports transparent loading from gzip/pkzip/zoo archives and the
22loading/saving of playlists.
23
24Install the mikmod package if you need a MOD music file player.
25
26%prep
27%scm_setup
28autoreconf -vif
29
30%build
31export LDFLAGS="-Zhigh-mem -Zomf -Zargs-wild -Zargs-resp"
32export LIBS="-lcx"
33%configure
34make %{?_smp_mflags}
35
36%install
37%make_install INSTALL="install -p"
38
39%files
40%license COPYING
41%doc AUTHORS NEWS README
42%{_bindir}/%{name}.exe
43%{_datadir}/%{name}/
44%{_mandir}/man1/%{name}.1*
45
46%changelog
47* Sat Mar 02 2019 Elbert Pol <elbert.pol@gmail.com>
48- Updated to latest source
49- Change some .spec lines
50
51* Thu Apr 14 2016 Valery V.Sedletski <_valerius@mail.ru> - 3.2.7-2
52- Made the .spec in accordance with Fedora version
53
54* Sat Mar 19 2016 Valery V. Sedletski <_valerius@mail.ru> - 3.2.7-1
55- Initial OS/2 packaging.
Note: See TracBrowser for help on using the repository browser.