]> git.pld-linux.org Git - packages/bashburn.git/blob - bashburn.spec
- updated md5
[packages/bashburn.git] / bashburn.spec
1 Summary:        BashBurn - burning CDs at console
2 Summary(pl):    BashBurn - nagrywanie p³yt pod konsol±
3 Name:           BashBurn
4 Version:        1.5.2
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://dl.sourceforge.net/bashburn/%{name}-%{version}.tar.gz
9 # Source0-md5:  485602349afaaff7f0948322d7f3489b
10 URL:            http://bashburn.sourceforge.net
11 Requires:       /bin/bash
12 Requires:       cdrdao
13 Requires:       cdrtools
14 Requires:       cdrtools-cdda2wav
15 Requires:       cdrtools-mkisofs
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 BashBurn is a bash script designed to make CD burning at the console
21 easier. It supports burning normal data CDs, audio CDs, blanking
22 CD-RWs, multisession, and more.
23
24 %description -l pl
25 BashBurn to skrypt w bashu zaprojektowany aby u³atwiæ nagrywanie p³yt
26 CD pod konsol±. Umo¿liwia nagrywanie CD z normalnymi danymi, p³yt
27 audio, czyszczenie CD-RW, wielosesyjno¶æ i wiêcej.
28
29 %prep
30 %setup -q
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}/{burning,config,convert,lang/English,menus,misc},%{_sysconfdir}}
35 install burning/* $RPM_BUILD_ROOT%{_datadir}/%{name}/burning
36 install config/* $RPM_BUILD_ROOT%{_datadir}/%{name}/config
37 install convert/* $RPM_BUILD_ROOT%{_datadir}/%{name}/convert
38 install lang/English/* $RPM_BUILD_ROOT%{_datadir}/%{name}/lang/English
39 install menus/* $RPM_BUILD_ROOT%{_datadir}/%{name}/menus
40 install misc/* $RPM_BUILD_ROOT%{_datadir}/%{name}/misc
41 install BashBurn.sh $RPM_BUILD_ROOT%{_bindir}/bashburn
42 sed "s|%{_prefix}/local|%{_datadir}|" bashburnrc > $RPM_BUILD_ROOT%{_sysconfdir}/bashburnrc
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc CREDITS ChangeLog FAQ README TODO
50 %attr(755,root,root) %{_bindir}/bashburn
51 %attr(755,root,root) %{_datadir}/%{name}
52 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/bashburnrc
This page took 0.042081 seconds and 4 git commands to generate.