source: projects/specs/trunk/c/cdp/cdp-vl.spec @ 521

Revision 521, 2.9 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: An interactive text-mode program for playing audio CD-ROMs.
2Summary(ja): ¥ª¡¼¥Ç¥£¥ª CD-ROM ºÆÀ¸ÍѤΥƥ­¥¹¥È¥Ù¡¼¥¹¥×¥í¥°¥é¥à
3Name: cdp
4Version: 0.33
5Release: 20vl2
6Copyright: GPL2
7Group: Applications/Multimedia
8Source: ftp://sunsite.unc.edu/pub/Linux/apps/sound/cdrom/curses/cdp-0.33.tgz
9Patch: cdp-0.33-fsstnd.patch
10Patch1: cdp-0.33-cdplay.patch
11Patch2: cdp-0.33-ncurses.patch
12Patch3: cdp-0.33-glibc.patch
13Patch4: cdp-0.33-nobr.patch
14Patch5: cdp-0.33-glibc2.patch
15Patch6: cdp-0.33-changer.patch
16Patch7: cdp-keys.patch
17Patch8: cdp-nonblock.patch
18Patch9: cdp-fhs.patch
19BuildRoot: %{_tmppath}/%{name}-root
20
21
22%description
23Cdp is an interactive text-mode program for playing audio CDs.
24
25Install cdp to play audio CDs on your system.
26
27
28%description -l ja
29Cdp ¤Ï¥ª¡¼¥Ç¥£¥ª CD ¤òºÆÀ¸¤¹¤ë¥Æ¥­¥¹¥È¥Ù¡¼¥¹¤Î¥×¥í¥°¥é¥à¤Ç¤¹¡¥
30
31¤¢¤Ê¤¿¤Î¥·¥¹¥Æ¥à¤Ç¥ª¡¼¥Ç¥£¥ª CD ¤òºÆÀ¸¤¹¤ë¾ì¹ç¤Ï cdp ¤ò
32¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ²¼¤µ¤¤¡¥
33
34
35%prep
36%setup -q
37%patch0 -p1
38%patch1 -p1
39%patch2 -p0
40%patch3 -p1
41%patch4 -p1
42%patch5 -p1
43%patch6 -p1
44%patch7 -p1
45%patch8 -p1
46%patch9 -p1
47%build
48make
49
50%install
51rm -rf $RPM_BUILD_ROOT
52mkdir -p $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
53
54
55make DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir} install
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60%files
61%defattr(-,root,root)
62%doc README COPYING ChangeLog INSTALL *.lsm
63%{_bindir}/cdp
64%{_bindir}/cdplay
65%{_mandir}/man1/cdp.*
66
67
68%changelog
69* Tue Jun 12 2001 Jun Nishii <jun@vinelinux.org>
70- 0.33-20vl2
71- added %doc
72
73* Wed Dec 20 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
74- 0.33-20vl1
75- based on 0.33-20 from Rawhide
76- use better macros
77- added Japanese summary and description
78
79* Thu Dec  7 2000 Crutcher Dunnavant <crutcher@redhat.com>
80- rebuild for new tree
81
82* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
83- automatic rebuild
84
85* Fri Mar 24 2000 Bernhard Rosenkraenzer <bero@redhat.com>
86- rebuild with new ncurses
87
88* Thu Feb  3 2000 Bill Nottingham <notting@redhat.com>
89- handle compressed man pages
90
91* Thu Sep 16 1999 Bill Nottingham <notting@redhat.com>
92- fix a segfault
93
94* Thu Sep 09 1999 Cristian Gafton <gafton@redhat.com>
95- add cd changer patch from Alexander Dietrich <alexander.dietrich@iname.com>
96
97* Sun May 16 1999 Jeff Johnson <jbj@redhat.com>
98- don't rely on (broken!) rpm %patch (#2735)
99
100* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
101- auto rebuild in the new build environment (release 12)
102
103* Mon Jan 23 1999 Michael Maher <mike@redhat.com>
104- changed group, this app will never be updated.
105
106* Thu Dec 17 1998 Michael Maher <mike@redhat.com>
107- not sure if this package will ever be updated.
108- rebuilt for 6.0
109
110* Sat Aug 15 1998 Jeff Johnson
111- build root
112
113* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
114- translations modified for de, fr, tr
115
116* Wed Apr 15 1998 Erik Troan <ewt@redhat.com>
117- built against new ncurses
118
119* Tue Oct 21 1997 Otto Hammersmith <otto@redhat.com>
120- fixed src url
121
122* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
123- built against glibc
Note: See TracBrowser for help on using the repository browser.