]> git.pld-linux.org Git - packages/cdp.git/blob - cdp.spec
c8489dd08e6d1f95802449a48153247031bc8eb9
[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%{_mandir}/man1/*
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files
62 %defattr(644,root,root,755)
63 %attr(755,root,root) %{_bindir}/*
64 %{_mandir}/man1/*
This page took 0.068626 seconds and 3 git commands to generate.