]> git.pld-linux.org Git - packages/bchunk.git/blob - bchunk.spec
- updated to 1.1.1 and added Changelog to %doc.
[packages/bchunk.git] / bchunk.spec
1 Summary:        A CD image format converter from (.bin/.cue to .iso/.cdr)
2 Name:           bchunk
3 Version:        1.1.1
4 Release:        1
5 License:        GPL
6 Vendor:         Heikki Hannikainen <hessu@pspt.fi>
7 Group:          Applications/Archiving
8 Group(de):      Applikationen/Archivierung
9 Group(pl):      Aplikacje/Archiwizacja
10 Source0:        http://hes.iki.fi/bchunk/%{name}-%{version}.tar.gz
11 URL:            http://hes.iki.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
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 nie-UNIXowe programy do wypalania CD ale nie jest
25 wspierany przez wiêkszo¶æ uniksowych programów do wypalania.
26
27 %prep
28 %setup -q
29
30 %build
31 %{__cc} %{rpmcflags} %{name}.c -o %{name}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT%{_bindir}
36
37 install bchunk $RPM_BUILD_ROOT%{_bindir}
38
39 gzip -9nf ChangeLog README
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc *.gz
47 %attr(755,root,root) %{_bindir}/bchunk
This page took 0.07636 seconds and 4 git commands to generate.