]> git.pld-linux.org Git - packages/burncdda.git/blob - burncdda.spec
-new PLD spec
[packages/burncdda.git] / burncdda.spec
1 Name:           burncdda
2 Version:        1.1
3 Release:        1
4 License:        GPL
5 Summary:        A frontend to cdrdao, cdrecord, mpg123, ogg123, and normalize.
6 Group:          Applications/Multimedia
7 Source0:        http://thenktor.bei.t-online.de/burncdda/%{name}-%{version}.tar.gz
8 Requires:       cdrdao, cdrecord, mpg123, normalize, vorbis-tools, sox, mp3_check
9 URL:            http://thenktor.bei.t-online.de/burncdda/
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 burnCDDA is a console based frontend to cdrdao, cdrecord, mpg123,
14 ogg123, normalize and mp3_check written in sh. It can be used to copy
15 audio CDs or to create audio CDs from a m3u playlist
16
17 %description -l pl
18 burnCDDA jest nank³adk± konsolow± do programów cdrdao cdrecord mpg123
19 ogg123 umo¿liwia nagranie muzycznej p³yty cd .
20
21
22 %prep
23 %setup -q
24
25 %build
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29
30 install -d $RPM_BUILD_ROOT/%{_bindir}
31 install -m 755 burncdda $RPM_BUILD_ROOT/%{_bindir}
32
33 mkdir $RPM_BUILD_ROOT%{_sysconfdir}
34 install burncdda.conf $RPM_BUILD_ROOT%{_sysconfdir}
35
36 install -d $RPM_BUILD_ROOT/%{_mandir}/man1
37 install %{name}.1.gz $RPM_BUILD_ROOT/%{_mandir}/man1/%{name}.1.gz
38
39 gzip -9nf  CHANGELOG LICENSE
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %post
44 echo "Please edit /etc/burncdda.conf now!"
45
46 %files
47 %defattr(644,root,root,755)
48 %doc *.gz
49 %attr(755,root,root) %{_bindir}/%{name}
50 %{_mandir}/man1/%{name}.1.gz
51 %config(noreplace) /etc/burncdda.conf
This page took 0.078239 seconds and 4 git commands to generate.