diff --git a/dvdisaster.spec b/dvdisaster.spec index ef4272d..e618d1a 100644 --- a/dvdisaster.spec +++ b/dvdisaster.spec @@ -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 -URL: http://dvdisaster.net -Source: http://dvdisaster.net/downloads/dvdisaster-%{version}.tar.bz2 +Packager: Silvan Calarco +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 0.79.9-1mamba +- update to 0.79.9 + * Mon Sep 25 2017 Automatic Build System 0.79.5-1mamba - automatic version update by autodist