]> git.pld-linux.org Git - packages/cdp.git/blob - cdp.spec
- added pl translations
[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 Patch:       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 tr
34 Bu program, bilgisayarýnýzýn CDROM sürücüsünde müzik CD'lerini çalmanýza
35 yarar. Komut modunda veya tam ekran arayüzüyle kullanabilirsiniz.
36
37 %description -l pl
38 Ten program pozwala na odtwarzanie p³yt CD w twoim napêdzie. Zawiera
39 zarówno wersjê z tekstowym interfejsem jak i bez niego.
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 %attr(755, root, root) /usr/bin/*
63 %attr(644, root,  man) /usr/man/man1/*
64
65 %changelog
66 * Tue Jan 26 1999 Micha³ Kuratczyk <kurkens@polbox.com>
67   [0.33-12]
68 - added pl translations
69 - replace "mkdir -p" with "install -d"
70
71 * Sun Nov 29 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
72   [0.33-11]
73 - added gzipping man pages,
74 - changed Buildroot to /tmp/%%{name}-%%{version}-root,
75 - added using %%{name} and %%{version} in Source,
76 - added using $RPM_OPT_FLAGS during compile,
77 - added full %attr description in %files.
78
79 * Sat Aug 15 1998 Jeff Johnson
80 - build root
81
82 * Fri Apr 24 1998 Prospector System <bugs@redhat.com>
83 - translations modified for de, fr, tr
84
85 * Wed Apr 15 1998 Erik Troan <ewt@redhat.com>
86 - built against new ncurses
87
88 * Tue Oct 21 1997 Otto Hammersmith <otto@redhat.com>
89 - fixed src url
90
91 * Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
92 - built against glibc
This page took 0.067952 seconds and 3 git commands to generate.