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