mikmod-vl.spec 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. Summary: A MOD music file player.
  2. Summary(ja): MOD ファイル再生プログラム
  3. Name: mikmod
  4. Version: 3.2.2
  5. Release: 1%{?_dist_release}
  6. License: GPL/LGPL
  7. Group: Applications/Multimedia
  8. Requires(post,postun): /sbin/ldconfig
  9. Buildroot: %{_tmppath}/%{name}-%{version}-root
  10. Requires: gpm ncurses
  11. Requires: libmikmod
  12. BuildRequires: gpm-devel
  13. BuildRequires: ncurses-devel texinfo
  14. BuildRequires: libmikmod-devel >= 3.2.0
  15. URL: http://mikmod.raphnet.net/
  16. Source0: http://mikmod.raphnet.net/files/mikmod-%{version}.tar.gz
  17. Vendor: Project Vine
  18. Distribution: Vine Linux
  19. Packager: OOI Keita <ooi.keita@gmail.com>, Takemikaduchi
  20. %description
  21. MikMod is one of the best and most well known MOD music file players
  22. for UNIX-like systems. This particular distribution is intended to
  23. compile fairly painlessly in a Linux environment. MikMod uses the OSS
  24. /dev/dsp driver including all recent kernels for output, and will also
  25. write .wav files. Supported file formats include MOD, STM, S3M, MTM,
  26. XM, ULT, and IT. The player uses ncurses for console output and
  27. supports transparent loading from gzip/pkzip/zoo archives and the
  28. loading/saving of playlists.
  29. Install the mikmod package if you need a MOD music file player.
  30. %description -l ja
  31. mikmod はとても手軽な音楽トラック再生プログラムです。
  32. 幅広い種類のモジュール形式に対応しており、
  33. その中には Impulse Tracker の圧縮サンプルも含まれます。
  34. その他にも、多くのアーカイブ形式にも対応しています。
  35. %prep
  36. %setup -q
  37. %build
  38. rm -rf $RPM_BUILD_ROOT
  39. %configure
  40. %install
  41. make install DESTDIR=$RPM_BUILD_ROOT
  42. %clean
  43. rm -fr $RPM_BUILD_ROOT
  44. %post -p /sbin/ldconfig
  45. %postun -p /sbin/ldconfig
  46. %files
  47. %defattr(-, root, root)
  48. %doc AUTHORS COPYING NEWS README
  49. %{_bindir}/%{name}
  50. %{_datadir}/%{name}/mikmodrc
  51. %{_mandir}/man1/%{name}.1.gz
  52. %changelog
  53. * Sun Jun 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
  54. - new upstream release
  55. - remove old patches
  56. - remove Source1
  57. - remove devel sub package
  58. - add BuildRequires: libmikmod-devel
  59. * Sat Sep 20 2008 Shu KONNO <owa@bg.wakwak.com> 3.1.6-34vl5
  60. - applied new versioning policy, spec in utf-8
  61. - removed *.la
  62. * Thu Mar 10 2005 OOI Keita <ooi.keita@gmail.com> 3.1.6-33vl2
  63. - build for vine
  64. - add ja summary and description from deb
  65. * Tue Dec 21 2004 Martin Stransky <stransky@redhat.com> 3.1.6-33
  66. - strip library (#143258)
  67. * Mon Dec 13 2004 Bill Nottingham <notting@redhat.com> 3.1.6-31
  68. - move mikmod binary back to main package (#142668)
  69. * Fri Oct 8 2004 Bill Nottingham <notting@redhat.com> 3.1.6-30
  70. - add texinfo buildreqs (#135088)
  71. * Wed Oct 6 2004 Bill Nottingham <notting@redhat.com> 3.1.6-29
  72. - install-info scripts go with -devel (#134882)
  73. * Wed Sep 22 2004 Than Ngo <than@redhat.com> 3.1.6-28
  74. - increase release number
  75. * Wed Sep 22 2004 Than Ngo <than@redhat.com> 3.1.6-27
  76. - new devel sub package, multiarch problem
  77. - add /sbin/ldconfig in Prereq
  78. - cleanup specfile
  79. * Wed Aug 4 2004 Miloslav Trmac <mitr@redhat.com> - 3.1.6-26
  80. - Update to libmikmod-3.1.11-a, fixes #116182
  81. * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
  82. - rebuilt
  83. * Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
  84. - rebuilt
  85. * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
  86. - rebuilt
  87. * Wed Jul 23 2003 Bill Nottingham <notting@redhat.com> 3.1.6-23
  88. - remove URL (#77375)
  89. * Mon Jul 14 2003 Bill Nottingham <notting@redhat.com> 3.1.6-22
  90. - fix build with gcc-3.3 some more
  91. * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
  92. - rebuilt
  93. * Thu May 22 2003 Bill Nottingham <notting@redhat.com> 3.1.6-21
  94. - fix build with gcc-3.3
  95. * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
  96. - rebuilt
  97. * Tue Jan 7 2003 Jeff Johnson <jbj@redhat.com> 3.1.6-19
  98. - don't include -debuginfo files in package.
  99. * Sat Nov 02 2002 Florian La Roche <Florian.LaRoche@redhat.de>
  100. - add further lib64 support, clean up spec file
  101. * Sat Oct 12 2002 Florian La Roche <Florian.LaRoche@redhat.de>
  102. - add 64bit patch
  103. * Thu Jul 18 2002 Bill Nottingham <notting@redhat.com>
  104. - don't strip binaries
  105. - fix buffering with esd output (#57154, <stssppnn@yahoo.com>)
  106. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  107. - automated rebuild
  108. * Thu May 23 2002 Tim Powers <timp@redhat.com>
  109. - automated rebuild
  110. * Wed Jan 09 2002 Tim Powers <timp@redhat.com>
  111. - automated rebuild
  112. * Fri Jul 20 2001 Bill Nottingham <notting@redhat.com>
  113. - add buildprereq for ncurses-devel (#49524)
  114. * Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
  115. - Bump release + rebuild.
  116. * Thu Dec 7 2000 Bill Nottingham <notting@redhat.com>
  117. - fix %doc generation
  118. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  119. - automatic rebuild
  120. * Sat Jun 10 2000 Bill Nottingham <notting@redhat.com>
  121. - FHS fixes, etc.
  122. * Mon Apr 3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  123. - rebuild with current ncurses
  124. - library 3.1.9
  125. - fix build when libmikmod is not already installed
  126. * Thu Feb 3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  127. - gzip info page (Bug #9035)
  128. - Update URL and Source fields to present location
  129. * Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
  130. - fix description
  131. - get rid of useless defines
  132. * Tue Jan 11 2000 Bill Nottingham <notting@redhat.com>
  133. - update lib to 3.1.8
  134. * Mon Aug 2 1999 Bill Nottingham <notting@redhat.com>
  135. - add more patches
  136. * Fri Jul 30 1999 Bill Nottingham <notting@redhat.com>
  137. - update to 3.1.6/3.1.7
  138. * Mon Mar 22 1999 Cristian Gafton <gafton@redhat.com>
  139. - fixed spec file description and group according to sepcspo
  140. * Mon Mar 22 1999 Michael Maher <mike@redhat.com>
  141. - changed spec file, updated package
  142. - added libmikmod to the package
  143. * Mon Feb 15 1999 Miodrag Vallat <miodrag@multimania.com>
  144. - Created for 3.1.5
  145. * Tue Jan 24 1999 Michael Maher <mike@redhat.com>
  146. - changed group
  147. - fixed bug #145
  148. * Fri Sep 04 1998 Michael Maher <mike@redhat.com>
  149. - added patch for alpha
  150. * Wed Sep 02 1998 Michael Maher <mike@redhat.com>
  151. - built package; obsoletes the ancient tracker program.