X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=cdp.spec;h=2be8deccc80aadc57d2ac961c10e8275c3ac7822;hb=9cfb61eaa075d8ba90bbf3fb27dbdd09327d88ab;hp=53d144a9f7337c0089bfbe449bd4abad4869bdc7;hpb=4b700549878f75b7bdfec0582f24b9d5fc98036c;p=packages%2Fcdp.git diff --git a/cdp.spec b/cdp.spec index 53d144a..2be8dec 100644 --- a/cdp.spec +++ b/cdp.spec @@ -1,42 +1,50 @@ -Summary: full screen text mode program for playing audio CD's -Summary(de): Vollbildprogramm in Textmodus zum Abspielen von Audio-CDs -Summary(fr): Programme en mode texte plein écran pour lire les CD audio. -Summary(tr): Müzik CD'lerini çalmak için bir metin ekran programý -Summary(pl): Pe³noekranowy, tekstowy program do odtwarzania p³yt CD -Name: cdp -Version: 0.33 -Release: 12 -Copyright: GPL -Group: Applications/Sound -Group(pl): Aplikacje/D¼wiêk -Source: ftp://sunsite.unc.edu/pub/Linux/apps/sound/cdrom/curses/%{name}-%{version}.tgz -Patch: cdp-fsstnd.patch -Patch1: cdp-cdplay.patch -Patch2: cdp-ncurses.patch -Patch3: cdp-glibc.patch -BuildRoot: /tmp/%{name}-%{version}-root +Summary: Full screen text mode program for playing audio CD's +Summary(de.UTF-8): Vollbildprogramm in Textmodus zum Abspielen von Audio-CDs +Summary(fr.UTF-8): Programme en mode texte plein écran pour lire les CD audio +Summary(pl.UTF-8): Pełnoekranowy, tekstowy program do odtwarzania płyt CD +Summary(tr.UTF-8): Müzik CD'lerini çalmak için bir metin ekran programı +Name: cdp +Version: 0.33 +Release: 26 +License: GPL +Group: Applications/Sound +Source0: ftp://sunsite.unc.edu/pub/Linux/apps/sound/cdrom/curses/%{name}-%{version}.tgz +# Source0-md5: 9bf61177d9fba16ddd4c647a182039fc +Patch0: %{name}-fsstnd.patch +Patch1: %{name}-cdplay.patch +Patch2: %{name}-ncurses.patch +Patch3: %{name}-glibc.patch +Patch4: %{name}-strchr.patch +Patch5: %{name}-FHS20.patch +Patch6: %{name}-changer.patch +Patch7: %{name}-keys.patch +Patch8: %{name}-nonblock.patch +Patch9: %{name}-bo_fix.patch +BuildRequires: ncurses-devel >= 5.0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -This program allows you to play audio CD's on your computers CDROM drive. It -provides a version with a full screen interface as well as a command line -version. +This program allows you to play audio CD's on your computers CDROM +drive. It provides a version with a full screen interface as well as a +command line version. -%description -l de -Mit diesem Programm können Sie die auf dem CD-ROM-Laufwerk Ihres Computers -Audio-CDs abspielen. Es liegt in zwei Versionen vor: Einmal als Voll- -bildschirm-, einmal als Befehlszeilen-Version. +%description -l de.UTF-8 +Mit diesem Programm können Sie die auf dem CD-ROM-Laufwerk Ihres +Computers Audio-CDs abspielen. Es liegt in zwei Versionen vor: Einmal +als Voll- bildschirm-, einmal als Befehlszeilen-Version. -%description -l fr -Ce programme permet de jouer des CDs audio sur le lecteur CDROM. Il offre -une version plein écran et une version en ligne de commande. +%description -l fr.UTF-8 +Ce programme permet de jouer des CDs audio sur le lecteur CDROM. Il +offre une version plein écran et une version en ligne de commande. -%description -l tr -Bu program, bilgisayarýnýzýn CDROM sürücüsünde müzik CD'lerini çalmanýza -yarar. Komut modunda veya tam ekran arayüzüyle kullanabilirsiniz. +%description -l pl.UTF-8 +Ten program pozwala na odtwarzanie płyt CD w twoim napędzie. Zawiera +zarówno wersję z tekstowym interfejsem jak i bez niego. -%description -l pl -Ten program pozwala na odtwarzanie p³yt CD w twoim napêdzie. Zawiera -zarówno wersjê z tekstowym interfejsem jak i bez niego. +%description -l tr.UTF-8 +Bu program, bilgisayarınızın CDROM sürücüsünde müzik CD'lerini +çalmanıza yarar. Komut modunda veya tam ekran arayüzüyle +kullanabilirsiniz. %prep %setup -q @@ -44,49 +52,27 @@ zar %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 +%patch7 -p1 +%patch8 -p1 +%patch9 -p1 %build -make COMP_OPT="$RPM_OPT_FLAGS -Wall" +%{__make} COMP_OPT="%{rpmcflags} -Wall" %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT/usr/{bin,man/man1} +install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} -make DESTDIR=$RPM_BUILD_ROOT install -gzip -9nf $RPM_BUILD_ROOT/usr/man/man1/* +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files -%attr(755, root, root) /usr/bin/* -%attr(644, root, man) /usr/man/man1/* - -%changelog -* Tue Jan 26 1999 Micha³ Kuratczyk - [0.33-12] -- added pl translations -- replace "mkdir -p" with "install -d" - -* Sun Nov 29 1998 Tomasz K³oczko - [0.33-11] -- added gzipping man pages, -- changed Buildroot to /tmp/%%{name}-%%{version}-root, -- added using %%{name} and %%{version} in Source, -- added using $RPM_OPT_FLAGS during compile, -- added full %attr description in %files. - -* Sat Aug 15 1998 Jeff Johnson -- build root - -* Fri Apr 24 1998 Prospector System -- translations modified for de, fr, tr - -* Wed Apr 15 1998 Erik Troan -- built against new ncurses - -* Tue Oct 21 1997 Otto Hammersmith -- fixed src url - -* Thu Jul 10 1997 Erik Troan -- built against glibc +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/* +%{_mandir}/man1/*