mpg321-vl.spec 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. Summary: An MPEG audio player.
  2. Summary(ja): MPEG オーディオプレーヤー
  3. Name: mpg321
  4. Version: 0.2.10
  5. Release: 5%{?_dist_release}
  6. License: GPL
  7. Group: Applications/Multimedia
  8. Source: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
  9. URL: http://mpg321.sourceforge.net/
  10. Buildroot: %{_tmppath}/%{name}-%{version}-root
  11. Requires: libao >= 0.8.0, libmad >= 0.14.2b, libid3tag, zlib
  12. BuildRequires: libao-devel >= 0.8.0, libmad-devel >= 0.14.2b, libid3tag-devel
  13. BuildRequires: zlib-devel
  14. Obsoletes: mpg123
  15. Provides: mpg123
  16. %description
  17. mpg321 is a Free replacement for mpg123, a very popular command-line mp3
  18. player. mpg123 is used for frontends, as an mp3 player and as an mp3 to
  19. wave file decoder (primarily for use with CD-recording software.) In all
  20. of these capacities, mpg321 can be used as a drop-in replacement for
  21. mpg123.
  22. %prep
  23. %setup -q
  24. %build
  25. %configure --with-default-audio=esd
  26. make
  27. %install
  28. rm -rf %{buildroot}
  29. %makeinstall
  30. pushd $RPM_BUILD_ROOT%{_mandir}/man1
  31. ln -sf mpg321.1 mpg123.1
  32. popd
  33. %clean
  34. rm -rf %{buildroot}
  35. %files
  36. %defattr(-, root, root)
  37. %doc AUTHORS BUGS ChangeLog COPYING HACKING NEWS README* THANKS TODO
  38. %{_bindir}/*
  39. %{_mandir}/man1/*
  40. %changelog
  41. * Sat Oct 04 2008 Shu KONNO <owa@bg.wakwak.com> 0.2.10-5vl5
  42. - applied new versioning policy, spec in utf-8
  43. * Sun Mar 14 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.2.10-4vl2
  44. - added Provides: mpg123
  45. - added mpg123.1 (sybolic link for mpg321.1)
  46. * Thu Mar 11 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.2.10-4vl1
  47. - based on freshrpms
  48. - Rebuild for Vine Linux
  49. - added Japanese Summary
  50. * Sun Nov 2 2003 Matthias Saou <http://freshrpms.net/> - 0.2.10-4.fr
  51. - Rebuild for Fedora Core 1.
  52. * Mon Jul 21 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
  53. - Update libmad-devel and libid3tag-devel build deps.
  54. * Mon Mar 31 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
  55. - Rebuilt for Red Hat Linux 9.
  56. * Mon Sep 30 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
  57. - Update to 0.2.10.
  58. - Spec file cleanup.
  59. * Tue Apr 9 2002 Bill Nottingham <notting@redhat.com> 0.2.9-3
  60. - add patch from author to fix id3 segfaults (#62714)
  61. - fix audio device fallback to match upstream behavior
  62. * Thu Mar 14 2002 Bill Nottingham <notting@redhat.com> 0.2.9-2
  63. - fix possible format string exploit
  64. - add simple audio device fallback
  65. * Tue Mar 12 2002 Bill Nottingham <notting@redhat.com> 0.2.9-1
  66. - update to 0.2.9
  67. * Thu Feb 21 2002 Bill Nottingham <notting@redhat.com>
  68. - rebuild
  69. * Mon Jan 28 2002 Bill Nottingham <notting@redhat.com>
  70. - update to 0.2.3, libmad is now separate
  71. * Mon Aug 13 2001 Bill Nottingham <notting@redhat.com>
  72. - update to 0.1.5
  73. - fix build with new libao
  74. * Fri Jul 20 2001 Bill Nottingham <notting@redhat.com>
  75. - initial build