]> git.pld-linux.org Git - packages/dvdisaster.git/blob - dvdisaster.spec
d3418106d9d0e6ed1f49cc02206970dfd2fd7fa1
[packages/dvdisaster.git] / dvdisaster.spec
1 Summary:        dvdisaster - Additional error correction for CD and DVD media
2 Name:           dvdisaster
3 Version:        0.55
4 Release:        1
5 License:        GPL v2
6 Group:          Development
7 Source0:        http://download.berlios.de/dvdisaster/%{name}-%{version}.tgz
8 # Source0-md5:  4641d8f569f387f2f85ff4bf17b453ac
9 URL:            http://dvdisaster.berlios.de
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 dvdisaster provides a margin of safety against data loss on CD and DVD
14 media caused by aging or scratches.
15
16     - dvdisaster creates error correction codes to compensate read errors
17       which are not correctable in the CD/DVD drive.
18
19     - dvdisaster tries to read as much data as possible from defective
20       media. Afterwards unreadable sectors are recovered using the
21       previously created error correction code. The maximum error correction
22       capacity is user-selectable.
23
24 If you create the error correction code file in time and keep it at a
25 safe place, you have a good chance of recovering the medium contents
26 from typical read errors and to transfer your complete data onto a new
27 medium.
28
29 %prep
30 %setup -q
31
32 %build
33 %configure
34 %{__make} \
35         CFLAGS="%{rpmcflags}"
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 install -D dvdisaster  $RPM_BUILD_ROOT%{_bindir}/dvdisaster
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc CHANGELOG README TODO TRANSLATION.HOWTO CREDITS documentation/*
48 %attr(755,root,root) %{_bindir}/*
This page took 0.080546 seconds and 3 git commands to generate.