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