]> git.pld-linux.org Git - packages/burncdda.git/blob - burncdda.spec
bfb082e871e006c0315f9ed4871ef46ab4bd5d56
[packages/burncdda.git] / burncdda.spec
1 Summary:        A frontend to cdrdao, cdrecord, mpg123, ogg123, and normalize
2 Summary(pl.UTF-8):   Frontend do cdrdao, cdrecord, mpg123, ogg123 i normalize
3 Name:           burncdda
4 Version:        1.3.7
5 Release:        1
6 License:        GPL
7 Group:          Applications/Sound
8 Source0:        http://thenktor.bei.t-online.de/burncdda/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  6d67e7150eedc3611b9e45f79cab2941
10 URL:            http://thenktor.bei.t-online.de/burncdda/
11 Requires:       cdrdao
12 Requires:       cdrecord
13 Requires:       dialog
14 Requires:       mp3_check
15 Requires:       mpg123
16 Requires:       normalize
17 Requires:       sox
18 Requires:       vorbis-tools
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.UTF-8
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 gzip -dc %{name}.1.gz > $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
42
43 # let rpm find shell dependency
44 chmod +x $RPM_BUILD_ROOT%{_bindir}/burncdda
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc CHANGELOG
52 %attr(755,root,root) %{_bindir}/%{name}
53 %{_mandir}/man1/%{name}.1*
54 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/burncdda.conf
This page took 0.08724 seconds and 2 git commands to generate.