automatic version update by autodist [release 0.4b47-1mamba;Fri Feb 05 2021]
This commit is contained in:
parent
bf58a35a87
commit
cedcd6c699
30
dump.spec
30
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 <aleph0@openmamba.org>
|
||||
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 <autodist@mambasoft.it> 0.4b47-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 05 2011 Automatic Build System <autodist@mambasoft.it> 0.4b44-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user