automatic version update by autodist [release 0.4b48-1mamba;Wed Oct 23 2024]
This commit is contained in:
parent
cedcd6c699
commit
fa15646c59
15
dump.spec
15
dump.spec
@ -1,24 +1,30 @@
|
|||||||
%define build_static 0
|
%define build_static 0
|
||||||
Name: dump
|
Name: dump
|
||||||
Version: 0.4b47
|
Version: 0.4b48
|
||||||
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: https://dump.sourceforge.net/
|
URL: https://dump.sourceforge.io/
|
||||||
Source: https://downloads.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
|
||||||
|
BuildRequires: libblkid-devel
|
||||||
BuildRequires: libbzip2-devel
|
BuildRequires: libbzip2-devel
|
||||||
BuildRequires: libe2fs-devel
|
BuildRequires: libe2fs-devel
|
||||||
|
BuildRequires: liblzo-devel
|
||||||
BuildRequires: libncurses-devel
|
BuildRequires: libncurses-devel
|
||||||
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: libreadline-devel
|
BuildRequires: libreadline-devel
|
||||||
|
BuildRequires: libselinux-devel
|
||||||
|
BuildRequires: libsqlite-devel
|
||||||
|
BuildRequires: libuuid-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
|
BuildRequires: setup
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
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.
|
||||||
@ -90,6 +96,9 @@ install -d %{buildroot}%{_sysconfdir}
|
|||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 23 2024 Automatic Build System <autodist@openmamba.org> 0.4b48-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Feb 05 2021 Automatic Build System <autodist@mambasoft.it> 0.4b47-1mamba
|
* Fri Feb 05 2021 Automatic Build System <autodist@mambasoft.it> 0.4b47-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user