update to 0.79.9 [release 0.79.9-1mamba;Sun Oct 24 2021]
This commit is contained in:
parent
d62b633ce4
commit
4924ad15a3
@ -1,13 +1,13 @@
|
||||
Name: dvdisaster
|
||||
Version: 0.79.5
|
||||
Version: 0.79.9
|
||||
Release: 1mamba
|
||||
Summary: Rescue damaged optical discs by adding error correction data
|
||||
Group: System/Tools
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||
URL: http://dvdisaster.net
|
||||
Source: http://dvdisaster.net/downloads/dvdisaster-%{version}.tar.bz2
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://dvdisaster.jcea.es/
|
||||
Source: https://dvdisaster.jcea.es/downloads/dvdisaster-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -18,9 +18,9 @@ BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgtk2-devel
|
||||
BuildRequires: libharfbuzz-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.
|
||||
@ -34,20 +34,21 @@ 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.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--localedir=%{_localedir} \
|
||||
--docdir=%{_docdir}
|
||||
%configure
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeoldinstall \
|
||||
BUILDROOT=%{buildroot}
|
||||
BUILDROOT=%{buildroot} \
|
||||
CFG_DOCDIR=%{_docdir}
|
||||
|
||||
rm -f %{buildroot}/%{_bindir}/*-uninstall.sh
|
||||
|
||||
@ -61,6 +62,8 @@ install -D -m0644 contrib/dvdisaster.desktop \
|
||||
|
||||
%find_lang %{name} --with-man --all-name
|
||||
|
||||
rm -rf %{buildroot}%{_docdir}/dvdisaster-%{version}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
@ -70,9 +73,13 @@ install -D -m0644 contrib/dvdisaster.desktop \
|
||||
%{_datadir}/pixmaps/*.png
|
||||
%{_datadir}/applications/dvdisaster.desktop
|
||||
%{_mandir}/man1/dvdisaster.1*
|
||||
%doc COPYING README
|
||||
%doc COPYING
|
||||
#README
|
||||
|
||||
%changelog
|
||||
* Sun Oct 24 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.79.9-1mamba
|
||||
- update to 0.79.9
|
||||
|
||||
* Mon Sep 25 2017 Automatic Build System <autodist@mambasoft.it> 0.79.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user