From cedcd6c699eaf71dee952dad400d4bef2a40b70d Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 21:59:55 +0100 Subject: [PATCH] automatic version update by autodist [release 0.4b47-1mamba;Fri Feb 05 2021] --- dump.spec | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/dump.spec b/dump.spec index 8096271..2f24165 100644 --- a/dump.spec +++ b/dump.spec @@ -1,14 +1,14 @@ %define build_static 0 Name: dump -Version: 0.4b44 +Version: 0.4b47 Release: 1mamba Summary: Programs for backing up and restoring ext2/ext3 filesystems Group: Applications/Archiving Vendor: openmamba Distribution: openmamba Packager: Aleph0 -URL: http://dump.sourceforge.net/ -Source: http://switch.dl.sourceforge.net/sourceforge/dump/dump-%{version}.tar.gz +URL: https://dump.sourceforge.net/ +Source: https://downloads.sourceforge.net/sourceforge/dump/dump-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -24,12 +24,15 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root Dump examines files in a filesystem, determines which ones need to be backed up, and copies those files to a specified disk, tape or other storage medium. The restore command performs the inverse function of dump +%debug_package + %prep %setup -q -a0 %build %configure \ --disable-rmt --disable-kerberos + %make %if "%{build_static}" != "0" @@ -69,24 +72,27 @@ install -d %{buildroot}%{_sysconfdir} %files %defattr(-,root,root) -/sbin/dump -/sbin/rdump -/sbin/restore -/sbin/rrestore +%{_sbindir}/dump +%{_sbindir}/rdump +%{_sbindir}/restore +%{_sbindir}/rrestore %if "%{build_static}" != "0" -/sbin/dump.static -/sbin/rdump.static -/sbin/restore.static -/sbin/rrestore.static +%{_sbindir}/dump.static +%{_sbindir}/rdump.static +%{_sbindir}/restore.static +%{_sbindir}/rrestore.static %endif %attr(0664,root,disk) %config(noreplace) %{_sysconfdir}/dumpdates %{_mandir}/man8/dump.* %{_mandir}/man8/rdump.* %{_mandir}/man8/restore.* %{_mandir}/man8/rrestore.* -%doc CHANGES README THANKS TODO +%doc AUTHORS COPYING %changelog +* Fri Feb 05 2021 Automatic Build System 0.4b47-1mamba +- automatic version update by autodist + * Fri Aug 05 2011 Automatic Build System 0.4b44-1mamba - automatic version update by autodist