cdp-vl.spec 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. Summary: An interactive text-mode program for playing audio CD-ROMs.
  2. Summary(ja): オーディオ CD-ROM 再生用のテキストベースプログラム
  3. Name: cdp
  4. Version: 0.33
  5. Release: 20vl2
  6. Copyright: GPL2
  7. Group: Applications/Multimedia
  8. Source: ftp://sunsite.unc.edu/pub/Linux/apps/sound/cdrom/curses/cdp-0.33.tgz
  9. Patch: cdp-0.33-fsstnd.patch
  10. Patch1: cdp-0.33-cdplay.patch
  11. Patch2: cdp-0.33-ncurses.patch
  12. Patch3: cdp-0.33-glibc.patch
  13. Patch4: cdp-0.33-nobr.patch
  14. Patch5: cdp-0.33-glibc2.patch
  15. Patch6: cdp-0.33-changer.patch
  16. Patch7: cdp-keys.patch
  17. Patch8: cdp-nonblock.patch
  18. Patch9: cdp-fhs.patch
  19. BuildRoot: %{_tmppath}/%{name}-root
  20. %description
  21. Cdp is an interactive text-mode program for playing audio CDs.
  22. Install cdp to play audio CDs on your system.
  23. %description -l ja
  24. Cdp はオーディオ CD を再生するテキストベースのプログラムです.
  25. あなたのシステムでオーディオ CD を再生する場合は cdp を
  26. インストールして下さい.
  27. %prep
  28. %setup -q
  29. %patch0 -p1
  30. %patch1 -p1
  31. %patch2 -p0
  32. %patch3 -p1
  33. %patch4 -p1
  34. %patch5 -p1
  35. %patch6 -p1
  36. %patch7 -p1
  37. %patch8 -p1
  38. %patch9 -p1
  39. %build
  40. make
  41. %install
  42. rm -rf $RPM_BUILD_ROOT
  43. mkdir -p $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
  44. make DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir} install
  45. %clean
  46. rm -rf $RPM_BUILD_ROOT
  47. %files
  48. %defattr(-,root,root)
  49. %doc README COPYING ChangeLog INSTALL *.lsm
  50. %{_bindir}/cdp
  51. %{_bindir}/cdplay
  52. %{_mandir}/man1/cdp.*
  53. %changelog
  54. * Tue Jun 12 2001 Jun Nishii <jun@vinelinux.org>
  55. - 0.33-20vl2
  56. - added %doc
  57. * Wed Dec 20 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
  58. - 0.33-20vl1
  59. - based on 0.33-20 from Rawhide
  60. - use better macros
  61. - added Japanese summary and description
  62. * Thu Dec 7 2000 Crutcher Dunnavant <crutcher@redhat.com>
  63. - rebuild for new tree
  64. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  65. - automatic rebuild
  66. * Fri Mar 24 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  67. - rebuild with new ncurses
  68. * Thu Feb 3 2000 Bill Nottingham <notting@redhat.com>
  69. - handle compressed man pages
  70. * Thu Sep 16 1999 Bill Nottingham <notting@redhat.com>
  71. - fix a segfault
  72. * Thu Sep 09 1999 Cristian Gafton <gafton@redhat.com>
  73. - add cd changer patch from Alexander Dietrich <alexander.dietrich@iname.com>
  74. * Sun May 16 1999 Jeff Johnson <jbj@redhat.com>
  75. - don't rely on (broken!) rpm %patch (#2735)
  76. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  77. - auto rebuild in the new build environment (release 12)
  78. * Mon Jan 23 1999 Michael Maher <mike@redhat.com>
  79. - changed group, this app will never be updated.
  80. * Thu Dec 17 1998 Michael Maher <mike@redhat.com>
  81. - not sure if this package will ever be updated.
  82. - rebuilt for 6.0
  83. * Sat Aug 15 1998 Jeff Johnson
  84. - build root
  85. * Fri Apr 24 1998 Prospector System <bugs@redhat.com>
  86. - translations modified for de, fr, tr
  87. * Wed Apr 15 1998 Erik Troan <ewt@redhat.com>
  88. - built against new ncurses
  89. * Tue Oct 21 1997 Otto Hammersmith <otto@redhat.com>
  90. - fixed src url
  91. * Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
  92. - built against glibc