]> git.pld-linux.org Git - packages/bchunk.git/blob - bchunk.spec
updated license
[packages/bchunk.git] / bchunk.spec
1 Summary:        A CD image format converter from .bin/.cue to .iso/.cdr
2 Summary(pl.UTF-8):      Konwerter obrazów płyt CD z .bin/.cue do .iso/.cdr
3 Name:           bchunk
4 Version:        1.2.0
5 Release:        0.1
6 License:        GPL
7 Group:          Applications/Archiving
8 Source0:        http://hes.iki.fi/bchunk/%{name}-%{version}.tar.gz
9 # Source0-md5:  6a613da3f34f9a303f202d2e9731d231
10 URL:            http://hes.iki.fi/bchunk/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 The bchunk package contains a UNIX/C rewrite of the BinChunker
15 program.. BinChunker converts a CD image in a .bin/.cue format
16 (sometimes .raw/.cue) into a set of .iso and .cdr tracks. The
17 .bin/.cue format is used by some non-UNIX CD-writing software, but is
18 not supported on most other CD-writing programs.
19
20 %description -l pl.UTF-8
21 Konwerter obrazów CD z formatu .bin/.cue (czasami .raw/.cue) do
22 formatu .iso i ścieżek .cdr. Format .bin/.cue jest czasami używany
23 przez niektóre nieuniksowe programy do wypalania CD, a nie jest
24 obsługiwany przez większość uniksowych programów do wypalania.
25
26 %prep
27 %setup -q
28
29 %build
30 %{__cc} %{rpmcflags} %{name}.c -o %{name}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT%{_bindir}
35
36 install bchunk $RPM_BUILD_ROOT%{_bindir}
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc ChangeLog README
44 %attr(755,root,root) %{_bindir}/bchunk
This page took 0.07113 seconds and 3 git commands to generate.