]> git.pld-linux.org Git - packages/cdp.git/blob - cdp.spec
- cosmetic changes for common l&f.
[packages/cdp.git] / cdp.spec
1 Summary:        full screen text mode program for playing audio CD's
2 Summary(de):    Vollbildprogramm in Textmodus zum Abspielen von Audio-CDs
3 Summary(fr):    Programme en mode texte plein écran pour lire les CD audio.
4 Summary(tr):    Müzik CD'lerini çalmak için bir metin ekran programý
5 Summary(pl):    Pe³noekranowy, tekstowy program do odtwarzania p³yt CD
6 Name:           cdp
7 Version:        0.33
8 Release:        12
9 Copyright:      GPL
10 Group:          Applications/Sound
11 Group(pl):      Aplikacje/D¼wiêk
12 Source:         ftp://sunsite.unc.edu/pub/Linux/apps/sound/cdrom/curses/%{name}-%{version}.tgz
13 Patch0:         cdp-fsstnd.patch
14 Patch1:         cdp-cdplay.patch
15 Patch2:         cdp-ncurses.patch
16 Patch3:         cdp-glibc.patch
17 BuildRoot:      /tmp/%{name}-%{version}-root
18
19 %description
20 This program allows you to play audio CD's on your computers CDROM drive. It
21 provides a version with a full screen interface as well as a command line
22 version.
23
24 %description -l de
25 Mit diesem Programm können Sie die auf dem CD-ROM-Laufwerk Ihres Computers
26 Audio-CDs abspielen. Es liegt in zwei Versionen vor: Einmal als Voll-
27 bildschirm-, einmal als Befehlszeilen-Version.
28
29 %description -l fr
30 Ce programme permet de jouer des CDs audio sur le lecteur CDROM. Il offre
31 une version plein écran et une version en ligne de commande.
32
33 %description -l pl
34 Ten program pozwala na odtwarzanie p³yt CD w twoim napêdzie. Zawiera
35 zarówno wersjê z tekstowym interfejsem jak i bez niego.
36
37 %description -l tr
38 Bu program, bilgisayarýnýzýn CDROM sürücüsünde müzik CD'lerini çalmanýza
39 yarar. Komut modunda veya tam ekran arayüzüyle kullanabilirsiniz.
40
41 %prep
42 %setup -q
43 %patch0 -p1
44 %patch1 -p1
45 %patch2 -p1
46 %patch3 -p1
47
48 %build
49 make COMP_OPT="$RPM_OPT_FLAGS -Wall"
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53 install -d $RPM_BUILD_ROOT/usr/{bin,man/man1}
54
55 make DESTDIR=$RPM_BUILD_ROOT install
56 gzip -9nf $RPM_BUILD_ROOT/usr/man/man1/*
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files
62 %defattr(644,root,root,755)
63 %attr(755,root,root) /usr/bin/*
64 /usr/man/man1/*
65
66 %changelog
67 * Tue Jan 26 1999 Micha³ Kuratczyk <kurkens@polbox.com>
68   [0.33-12]
69 - added pl translations
70 - replace "mkdir -p" with "install -d"
71
72 * Sun Nov 29 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
73   [0.33-11]
74 - added gzipping man pages,
75 - changed Buildroot to /tmp/%%{name}-%%{version}-root,
76 - added using %%{name} and %%{version} in Source,
77 - added using $RPM_OPT_FLAGS during compile,
78 - added full %attr description in %files.
79
80 * Sat Aug 15 1998 Jeff Johnson
81 - build root
82
83 * Fri Apr 24 1998 Prospector System <bugs@redhat.com>
84 - translations modified for de, fr, tr
85
86 * Wed Apr 15 1998 Erik Troan <ewt@redhat.com>
87 - built against new ncurses
88
89 * Tue Oct 21 1997 Otto Hammersmith <otto@redhat.com>
90 - fixed src url
91
92 * Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
93 - built against glibc
This page took 0.029253 seconds and 3 git commands to generate.