automatic version update by autodist [release 0.4b47-1mamba;Fri Feb 05 2021]

This commit is contained in:
Automatic Build System 2024-01-05 21:59:55 +01:00
parent bf58a35a87
commit cedcd6c699

View File

@ -1,14 +1,14 @@
%define build_static 0 %define build_static 0
Name: dump Name: dump
Version: 0.4b44 Version: 0.4b47
Release: 1mamba Release: 1mamba
Summary: Programs for backing up and restoring ext2/ext3 filesystems Summary: Programs for backing up and restoring ext2/ext3 filesystems
Group: Applications/Archiving Group: Applications/Archiving
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Aleph0 <aleph0@openmamba.org> Packager: Aleph0 <aleph0@openmamba.org>
URL: http://dump.sourceforge.net/ URL: https://dump.sourceforge.net/
Source: http://switch.dl.sourceforge.net/sourceforge/dump/dump-%{version}.tar.gz Source: https://downloads.sourceforge.net/sourceforge/dump/dump-%{version}.tar.gz
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel 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. 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 The restore command performs the inverse function of dump
%debug_package
%prep %prep
%setup -q -a0 %setup -q -a0
%build %build
%configure \ %configure \
--disable-rmt --disable-kerberos --disable-rmt --disable-kerberos
%make %make
%if "%{build_static}" != "0" %if "%{build_static}" != "0"
@ -69,24 +72,27 @@ install -d %{buildroot}%{_sysconfdir}
%files %files
%defattr(-,root,root) %defattr(-,root,root)
/sbin/dump %{_sbindir}/dump
/sbin/rdump %{_sbindir}/rdump
/sbin/restore %{_sbindir}/restore
/sbin/rrestore %{_sbindir}/rrestore
%if "%{build_static}" != "0" %if "%{build_static}" != "0"
/sbin/dump.static %{_sbindir}/dump.static
/sbin/rdump.static %{_sbindir}/rdump.static
/sbin/restore.static %{_sbindir}/restore.static
/sbin/rrestore.static %{_sbindir}/rrestore.static
%endif %endif
%attr(0664,root,disk) %config(noreplace) %{_sysconfdir}/dumpdates %attr(0664,root,disk) %config(noreplace) %{_sysconfdir}/dumpdates
%{_mandir}/man8/dump.* %{_mandir}/man8/dump.*
%{_mandir}/man8/rdump.* %{_mandir}/man8/rdump.*
%{_mandir}/man8/restore.* %{_mandir}/man8/restore.*
%{_mandir}/man8/rrestore.* %{_mandir}/man8/rrestore.*
%doc CHANGES README THANKS TODO %doc AUTHORS COPYING
%changelog %changelog
* Fri Feb 05 2021 Automatic Build System <autodist@mambasoft.it> 0.4b47-1mamba
- automatic version update by autodist
* Fri Aug 05 2011 Automatic Build System <autodist@mambasoft.it> 0.4b44-1mamba * Fri Aug 05 2011 Automatic Build System <autodist@mambasoft.it> 0.4b44-1mamba
- automatic version update by autodist - automatic version update by autodist