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