]> git.pld-linux.org Git - packages/bashburn.git/blob - bashburn.spec
- drop Source0-size
[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:  b34ce2ac8c74794032adf13a5bf5cd1d
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 Requires:       flac
17 Requires:       mpg123
18 Requires:       vorbis-tools
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 BashBurn is a bash script designed to make CD burning at the console
24 easier. It supports burning normal data CDs, audio CDs, blanking
25 CD-RWs, multisession, and more.
26
27 %description -l pl
28 BashBurn to skrypt w bashu zaprojektowany aby u³atwiæ nagrywanie p³yt
29 CD pod konsol±. Umo¿liwia nagrywanie CD z normalnymi danymi, p³yt
30 audio, czyszczenie CD-RW, wielosesyjno¶æ i wiêcej.
31
32 %prep
33 %setup -q
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{name}/{burning,config,convert,lang/English,menus,misc},%{_sysconfdir}}
38 install burning/* $RPM_BUILD_ROOT%{_datadir}/%{name}/burning
39 install config/* $RPM_BUILD_ROOT%{_datadir}/%{name}/config
40 install convert/* $RPM_BUILD_ROOT%{_datadir}/%{name}/convert
41 install lang/English/* $RPM_BUILD_ROOT%{_datadir}/%{name}/lang/English
42 install menus/* $RPM_BUILD_ROOT%{_datadir}/%{name}/menus
43 install misc/* $RPM_BUILD_ROOT%{_datadir}/%{name}/misc
44 install BashBurn.sh $RPM_BUILD_ROOT%{_bindir}/bashburn
45 sed "s|%{_prefix}/local|%{_datadir}|" bashburnrc > $RPM_BUILD_ROOT%{_sysconfdir}/bashburnrc
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc CREDITS ChangeLog FAQ README TODO
53 %attr(755,root,root) %{_bindir}/bashburn
54 %attr(755,root,root) %{_datadir}/%{name}
55 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/bashburnrc
This page took 0.080094 seconds and 3 git commands to generate.