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