From 8ed8588167b79938f7f986d0fa0d163192549828 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 22:00:43 +0100 Subject: [PATCH] automatic version update by autodist [release 0.72.5-1mamba;Fri Nov 29 2013] --- README.md | 11 +++++++ dvdisaster.spec | 83 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+) create mode 100644 dvdisaster.spec diff --git a/README.md b/README.md index 43ae43c..942da47 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # dvdisaster +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. + diff --git a/dvdisaster.spec b/dvdisaster.spec new file mode 100644 index 0000000..b5fa9f5 --- /dev/null +++ b/dvdisaster.spec @@ -0,0 +1,83 @@ +Name: dvdisaster +Version: 0.72.5 +Release: 1mamba +Summary: Rescue damaged optical discs by adding error correction data +Group: System/Tools +Vendor: openmamba +Distribution: openmamba +Packager: Stefano Cotta Ramusino +URL: http://dvdisaster.net +Source: http://dvdisaster.net/downloads/dvdisaster-%{version}.tar.bz2 +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 +BuildRequires: libpango-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%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. + +%prep +%setup -q + +%build +%configure \ + --localedir=%{_localedir} \ + --docdir=%{_docdir} + +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeoldinstall \ + BUILDROOT=%{buildroot} + +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 + +%find_lang %{name} + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f %{name}.lang +%defattr(-,root,root) +%{_bindir}/dvdisaster +%{_datadir}/pixmaps/*.png +%{_datadir}/applications/dvdisaster.desktop +%{_mandir}/cs/man1/dvdisaster.1.gz +%{_mandir}/de/man1/dvdisaster.1.gz +%{_mandir}/it/man1/dvdisaster.1.gz +%{_mandir}/man1/dvdisaster.1.gz +%doc COPYING README + +%changelog +* Fri Nov 29 2013 Automatic Build System 0.72.5-1mamba +- automatic version update by autodist + +* Mon Jun 25 2012 Stefano Cotta Ramusino 0.72.4-1mamba +- package created by autospec