2024-01-05 22:00:43 +01:00
|
|
|
Name: dvdisaster
|
2024-01-05 22:00:43 +01:00
|
|
|
Version: 0.79.9
|
2024-01-05 22:00:43 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Rescue damaged optical discs by adding error correction data
|
|
|
|
Group: System/Tools
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 22:00:43 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://dvdisaster.jcea.es/
|
|
|
|
Source: https://dvdisaster.jcea.es/downloads/dvdisaster-%{version}.tar.bz2
|
2024-01-05 22:00:43 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libatk-devel
|
|
|
|
BuildRequires: libcairo-devel
|
|
|
|
BuildRequires: libfontconfig-devel
|
|
|
|
BuildRequires: libfreetype-devel
|
|
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
|
|
BuildRequires: libglib-devel
|
|
|
|
BuildRequires: libgtk2-devel
|
2024-01-05 22:00:43 +01:00
|
|
|
BuildRequires: libharfbuzz-devel
|
2024-01-05 22:00:43 +01:00
|
|
|
BuildRequires: libpango-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
dvdisaster stores data on CD/DVD/BD (supported media) in a way that it is fully recoverable even after some read errors have developed.
|
|
|
|
This enables you to rescue the complete data to a new medium.
|
|
|
|
|
|
|
|
Data loss is prevented by using error correcting codes.
|
|
|
|
Error correction data is either added to the medium or kept in separate error correction files.
|
|
|
|
dvdisaster works at the image level so that the recovery does not depend on the file system of the medium.
|
|
|
|
The maximum error correction capacity is user-selectable.
|
|
|
|
|
|
|
|
dvdisaster can not make defective media readable again.
|
|
|
|
Contents of a defective medium can not be recovered without the error correction data.
|
|
|
|
|
2024-01-05 22:00:43 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 22:00:43 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-01-05 22:00:43 +01:00
|
|
|
%configure
|
2024-01-05 22:00:43 +01:00
|
|
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeoldinstall \
|
2024-01-05 22:00:43 +01:00
|
|
|
BUILDROOT=%{buildroot} \
|
|
|
|
CFG_DOCDIR=%{_docdir}
|
2024-01-05 22:00:43 +01:00
|
|
|
|
|
|
|
rm -f %{buildroot}/%{_bindir}/*-uninstall.sh
|
|
|
|
|
|
|
|
# install icon image
|
|
|
|
install -D -m0644 contrib/dvdisaster48.png \
|
|
|
|
%{buildroot}/%{_datadir}/pixmaps/dvdisaster48.png
|
|
|
|
|
|
|
|
# install desktop file
|
|
|
|
install -D -m0644 contrib/dvdisaster.desktop \
|
|
|
|
%{buildroot}/%{_datadir}/applications/dvdisaster.desktop
|
|
|
|
|
2024-01-05 22:00:43 +01:00
|
|
|
%find_lang %{name} --with-man --all-name
|
2024-01-05 22:00:43 +01:00
|
|
|
|
2024-01-05 22:00:43 +01:00
|
|
|
rm -rf %{buildroot}%{_docdir}/dvdisaster-%{version}
|
|
|
|
|
2024-01-05 22:00:43 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/dvdisaster
|
|
|
|
%{_datadir}/pixmaps/*.png
|
|
|
|
%{_datadir}/applications/dvdisaster.desktop
|
2024-01-05 22:00:43 +01:00
|
|
|
%{_mandir}/man1/dvdisaster.1*
|
2024-01-05 22:00:43 +01:00
|
|
|
%doc COPYING
|
|
|
|
#README
|
2024-01-05 22:00:43 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 22:00:43 +01:00
|
|
|
* Sun Oct 24 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.79.9-1mamba
|
|
|
|
- update to 0.79.9
|
|
|
|
|
2024-01-05 22:00:43 +01:00
|
|
|
* Mon Sep 25 2017 Automatic Build System <autodist@mambasoft.it> 0.79.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:00:43 +01:00
|
|
|
* Mon Jun 30 2014 Automatic Build System <autodist@mambasoft.it> 0.72.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:00:43 +01:00
|
|
|
* Fri Nov 29 2013 Automatic Build System <autodist@mambasoft.it> 0.72.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Jun 25 2012 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.72.4-1mamba
|
|
|
|
- package created by autospec
|