mpg123-vl.spec 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. Summary: MPEG audio player.
  2. Summary(ja): MPEG オーディオプレイヤー
  3. Name: mpg123
  4. Version: 1.22.1
  5. Release: 1%{?_dist_release}
  6. License: LGPLv2
  7. Group: Applications/Multimedia
  8. URL: http://www.mpg123.de/
  9. Source0: http://downloads.sourceforge.net/mpg123/%{name}-%{version}.tar.bz2
  10. #Source1: mp3license
  11. Buildroot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: alsa-lib-devel
  13. BuildRequires: jack-audio-connection-kit-devel
  14. BuildRequires: libtool-ltdl-devel
  15. BuildRequires: pulseaudio-libs-devel
  16. Vendor: Project Vine
  17. Distribution: Vine Linux
  18. %description
  19. Real time command line MPEG audio player for Layer 1, 2 and Layer3.
  20. %package devel
  21. Summary: Development files for %{name}
  22. Summary(ja): %{name} の開発用ファイル
  23. Group: Development/Libraries
  24. Requires: %{name} = %{version}-%{release}
  25. Requires: pkgconfig
  26. %description devel
  27. Development files for %{name}
  28. %prep
  29. %setup -q
  30. %build
  31. %configure --with-default-audio=alsa,dummy,jack,oss,pulse
  32. make %{?_smp_mflags}
  33. %install
  34. rm -rf $RPM_BUILD_ROOT
  35. make DESTDIR=$RPM_BUILD_ROOT install
  36. find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
  37. %clean
  38. rm -r $RPM_BUILD_ROOT
  39. %post -p /sbin/ldconfig
  40. %postun -p /sbin/ldconfig
  41. %files
  42. %defattr(-,root,root)
  43. %doc AUTHORS COPYING ChangeLog NEWS README
  44. %{_bindir}/mpg123
  45. %{_bindir}/mpg123-id3dump
  46. %{_bindir}/mpg123-strip
  47. %{_bindir}/out123
  48. %{_libdir}/libmpg123.so.*
  49. %dir %{_libdir}/mpg123
  50. %{_libdir}/mpg123/*.so
  51. %{_mandir}/man1/*
  52. %files devel
  53. %defattr(-,root,root)
  54. %{_includedir}/mpg123.h
  55. %{_libdir}/libmpg123.so
  56. %{_libdir}/pkgconfig/*.pc
  57. %changelog
  58. * Fri Apr 3 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.22.1-1
  59. - updated to 1.22.1
  60. - added devel subpackage
  61. * Mon Jun 11 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
  62. - 0.59r-2vl3
  63. - use better macros
  64. * Wed Oct 11 2000 Yoichi Imai <yoichi@silver-forest.com>
  65. - add setlocale(LC_CTYPE, "");
  66. - for brp-*
  67. * Sun Jul 23 2000 Yoichi Imai <yoichi@silver-forest.com>
  68. - japanese convertion (convert_kanji_auto)
  69. * Wed Jun 07 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
  70. - 0.59r-2vl1
  71. - based on 0.59r-2 of LinuxPPC-Dev-Rel-1.1
  72. - build for Vine Linux
  73. * Fri Jul 30 1999 Bill Nottingham <notting@redhat.com>
  74. - 0.59r-pl1
  75. - fix URL in spec.
  76. * Mon Jun 21 1999 Bill Nottingham <notting@redhat.com>
  77. - update to 0.59r
  78. * Wed Apr 07 1999 Preston Brown <pbrown@redhat.com>
  79. - removed debug output from audio_esd.c.
  80. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  81. - auto rebuild in the new build environment (release 5)
  82. * Wed Mar 17 1999 Michael Fulbright <drmike@redhat.com>
  83. - hacked to work with esd for 8 bit fallback
  84. * Sat Mar 6 1999 Matt Wilson <msw@redhat.com>
  85. - rebuilt against new libaudio and esd
  86. * Mon Mar 1 1999 Matt Wilson <msw@redhat.com>
  87. - rebuilt against new libaudio and esd
  88. * Fri Feb 26 1999 Michael Maher <mike@redhat.com>
  89. - update package
  90. * Tue Jan 12 1999 Michael Maher <mike@redhat.com>
  91. - allowed to ship ... finally.
  92. * Wed Jan 21 1998 Otto Hammersmith <otto@redhat.com>
  93. - more cleanup