]> 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.2
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/Archiving
8 Source0:        http://he.fi/bchunk/%{name}-%{version}.tar.gz
9 # Source0-md5:  0eeb764647824062085872ddb0b28c5a
10 Patch0:         install.patch
11 URL:            http://he.fi/bchunk/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 The bchunk package contains a UNIX/C rewrite of the BinChunker
16 program.. BinChunker converts a CD image in a .bin/.cue format
17 (sometimes .raw/.cue) into a set of .iso and .cdr tracks. The
18 .bin/.cue format is used by some non-UNIX CD-writing software, but is
19 not supported on most other CD-writing programs.
20
21 %description -l pl.UTF-8
22 Konwerter obrazów CD z formatu .bin/.cue (czasami .raw/.cue) do
23 formatu .iso i ścieżek .cdr. Format .bin/.cue jest czasami używany
24 przez niektóre nieuniksowe programy do wypalania CD, a nie jest
25 obsługiwany przez większość uniksowych programów do wypalania.
26
27 %prep
28 %setup -q
29 %patch0 -p1
30
31 %build
32 %{__make} \
33         CC="%{__cc}" \
34         LD="%{__cc}" \
35         CFLAGS="%{rpmcflags}"
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT \
42         BIN_DIR=%{_bindir} \
43         MAN_DIR=%{_mandir}
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc ChangeLog README
51 %attr(755,root,root) %{_bindir}/bchunk
52 %{_mandir}/man1/bchunk.1*
This page took 0.072081 seconds and 4 git commands to generate.