]> git.pld-linux.org Git - packages/burncdda.git/blame - burncdda.spec
- tabs in preamble
[packages/burncdda.git] / burncdda.spec
CommitLineData
f6bc2511 1Summary: A frontend to cdrdao, cdrecord, mpg123, ogg123, and normalize
4633b3e5 2Summary(pl.UTF-8): Frontend do cdrdao, cdrecord, mpg123, ogg123 i normalize
425e63d0 3Name: burncdda
3cb4540c 4Version: 1.3.7
142d8388 5Release: 1
425e63d0 6License: GPL
f6bc2511 7Group: Applications/Sound
443cb1ad 8Source0: http://thenktor.bei.t-online.de/burncdda/download/%{name}-%{version}.tar.gz
3cb4540c 9# Source0-md5: 6d67e7150eedc3611b9e45f79cab2941
425e63d0 10URL: http://thenktor.bei.t-online.de/burncdda/
388b69c1 11Requires: cdrdao
12Requires: cdrecord
9e8167fe 13Requires: dialog
14Requires: mp3_check
388b69c1 15Requires: mpg123
16Requires: normalize
388b69c1 17Requires: sox
9e8167fe 18Requires: vorbis-tools
425e63d0 19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22burnCDDA is a console based frontend to cdrdao, cdrecord, mpg123,
23ogg123, normalize and mp3_check written in sh. It can be used to copy
1de7563d 24audio CDs or to create audio CDs from a M3U playlist
425e63d0 25
bc09d773
JR
26%description -l pl.UTF-8
27burnCDDA jest działającą na terminalu nakładką do programów cdrdao,
28cdrecord, mpg123, ogg123, normalize i mp3_check, napisaną w sh. Może
29być używana do kopiowania płyt CD Audio oraz tworzenia ich z playlist
1de7563d 30M3U.
425e63d0 31
32%prep
33%setup -q
34
425e63d0 35%install
36rm -rf $RPM_BUILD_ROOT
f6bc2511 37install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir},%{_mandir}/man1}
425e63d0 38
388b69c1 39sed "s|/bin/sh|/bin/bash|" burncdda > $RPM_BUILD_ROOT%{_bindir}/burncdda
425e63d0 40install burncdda.conf $RPM_BUILD_ROOT%{_sysconfdir}
443cb1ad
JB
41gzip -dc %{name}.1.gz > $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
42
43# let rpm find shell dependency
44chmod +x $RPM_BUILD_ROOT%{_bindir}/burncdda
425e63d0 45
425e63d0 46%clean
47rm -rf $RPM_BUILD_ROOT
48
425e63d0 49%files
50%defattr(644,root,root,755)
d8fb5d45 51%doc CHANGELOG
425e63d0 52%attr(755,root,root) %{_bindir}/%{name}
f6bc2511 53%{_mandir}/man1/%{name}.1*
443cb1ad 54%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/burncdda.conf
This page took 0.050207 seconds and 4 git commands to generate.