]> git.pld-linux.org Git - packages/cdp.git/blob - cdp.spec
- added gziping man pagrs,
[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 Name:        cdp
6 Version:     0.33
7 Release:     11
8 Copyright:   GPL
9 Group:       Applications/Sound
10 Source:      ftp://sunsite.unc.edu/pub/Linux/apps/sound/cdrom/curses/%{name}-%{version}.tgz
11 Patch:       cdp-fsstnd.patch
12 Patch1:      cdp-cdplay.patch
13 Patch2:      cdp-ncurses.patch
14 Patch3:      cdp-glibc.patch
15 BuildRoot:   /tmp/%{name}-%{version}-root
16
17 %description
18 This program allows you to play audio CD's on your computers CDROM drive. It
19 provides a version with a full screen interface as well as a command line
20 version.
21
22 %description -l de
23 Mit diesem Programm können Sie die auf dem CD-ROM-Laufwerk Ihres Computers
24 Audio-CDs abspielen. Es liegt in zwei Versionen vor: Einmal als Voll-
25 bildschirm-, einmal als Befehlszeilen-Version.
26
27 %description -l fr
28 Ce programme permet de jouer des CDs audio sur le lecteur CDROM. Il offre
29 une version plein écran et une version en ligne de commande.
30
31 %description -l tr
32 Bu program, bilgisayarýnýzýn CDROM sürücüsünde müzik CD'lerini çalmanýza
33 yarar. Komut modunda veya tam ekran arayüzüyle kullanabilirsiniz.
34
35 %prep
36 %setup -q
37 %patch0 -p1
38 %patch1 -p1
39 %patch2 -p1
40 %patch3 -p1
41
42 %build
43 make COMP_OPT="$RPM_OPT_FLAGS -Wall"
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47 mkdir -p $RPM_BUILD_ROOT/usr/{bin,man/man1}
48
49 make DESTDIR=$RPM_BUILD_ROOT install
50 gzip -9nf $RPM_BUILD_ROOT/usr/man/man1/*
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %attr(755, root, root) /usr/bin/*
57 %attr(644, root,  man) /usr/man/man1/*
58
59 %changelog
60 * Sun Nov 29 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
61   [0.33-11]
62 - added gziping man pagrs,
63 - changed Buildroot to /tmp/%%{name}-%%{version}-root,
64 - added using %%{name} and %%{version} in Source,
65 - added using $RPM_OPT_FLAGS during compile,
66 - added full %attr description in %files.
67
68 * Sat Aug 15 1998 Jeff Johnson
69 - build root
70
71 * Fri Apr 24 1998 Prospector System <bugs@redhat.com>
72 - translations modified for de, fr, tr
73
74 * Wed Apr 15 1998 Erik Troan <ewt@redhat.com>
75 - built against new ncurses
76
77 * Tue Oct 21 1997 Otto Hammersmith <otto@redhat.com>
78 - fixed src url
79
80 * Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
81 - built against glibc
This page took 0.112707 seconds and 3 git commands to generate.