]> git.pld-linux.org Git - packages/burncdda.git/blob - burncdda.spec
2b54b67230d2ac0e68d80e750d194d38d1d7dbb5
[packages/burncdda.git] / burncdda.spec
1 Summary:        A frontend to cdrdao, cdrecord, mpg123, ogg123, and normalize
2 Summary(pl):    Frontend do cdrdao, cdrecord, mpg123, ogg123 i normalize
3 Name:           burncdda
4 Version:        1.2.5
5 Release:        1
6 License:        GPL
7 Group:          Applications/Sound
8 Source0:        http://thenktor.bei.t-online.de/burncdda/%{name}-%{version}.tar.gz
9 # Source0-md5:  c5b66336cd5666a2b995ed5ead050edc
10 URL:            http://thenktor.bei.t-online.de/burncdda/
11 Requires:       cdrdao
12 Requires:       cdrecord
13 Requires:       mpg123
14 Requires:       normalize
15 Requires:       vorbis-tools
16 Requires:       sox
17 Requires:       mp3_check
18 Requires:       /bin/bash
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 burnCDDA is a console based frontend to cdrdao, cdrecord, mpg123,
23 ogg123, normalize and mp3_check written in sh. It can be used to copy
24 audio CDs or to create audio CDs from a m3u playlist
25
26 %description -l pl
27 burnCDDA jest dzia³aj±c± na terminalu nak³adk± do programów cdrdao,
28 cdrecord, mpg123, ogg123, normalize i mp3_check, napisan± w sh. Mo¿e
29 byæ u¿ywana do kopiowania p³yt CD Audio oraz tworzenia ich z playlist
30 m3u.
31
32 %prep
33 %setup -q
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir},%{_mandir}/man1}
38
39 sed "s|/bin/sh|/bin/bash|" burncdda > $RPM_BUILD_ROOT%{_bindir}/burncdda
40 install burncdda.conf $RPM_BUILD_ROOT%{_sysconfdir}
41 install %{name}.1.gz $RPM_BUILD_ROOT%{_mandir}/man1
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %post
47 echo "Please edit %{_sysconfdir}/burncdda.conf now!"
48
49 %files
50 %defattr(644,root,root,755)
51 %doc CHANGELOG LICENSE
52 %attr(755,root,root) %{_bindir}/%{name}
53 %{_mandir}/man1/%{name}.1*
54 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/burncdda.conf
This page took 0.052768 seconds and 2 git commands to generate.