7 Commits

View File

@ -1,20 +1,19 @@
%define srcver %(echo %version | sed -e "s,\\.\\([0-9]*\\)$,-\\1,")
Name: dcfldd
Version: 1.3.4.1
Version: 1.9.1
Release: 1mamba
Summary: An enhanced version of GNU dd with features useful for forensics and security
Group: System/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://dcfldd.sourceforge.net
Source: http://downloads.sourceforge.net/project/dcfldd/dcfldd/%{srcver}/dcfldd-%{srcver}.tar.gz
URL: https://dcfldd.sourceforge.net/
Source: https://github.com/resurrecting-open-source-projects/dcfldd.git/v%{version}/dcfldd-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
dcfldd is an enhanced version of GNU dd with features useful for forensics and security.
@ -29,7 +28,8 @@ Based on the dd program found in the GNU Coreutils package, dcfldd has the follo
* Piped output and logs - dcfldd can send all its log data and output to commands as well as files natively.
%prep
%setup -q -n %{name}-%{srcver}
%setup -q
./autogen.sh
%build
%configure
@ -49,5 +49,26 @@ Based on the dd program found in the GNU Coreutils package, dcfldd has the follo
%doc AUTHORS COPYING ChangeLog README
%changelog
* Wed Apr 26 2023 Automatic Build System <autodist@mambasoft.it> 1.9.1-1mamba
- automatic version update by autodist
* Thu Feb 09 2023 Automatic Build System <autodist@mambasoft.it> 1.9-1mamba
- automatic version update by autodist
* Tue Oct 18 2022 Automatic Build System <autodist@mambasoft.it> 1.8-1mamba
- automatic version update by autodist
* Wed Aug 18 2021 Automatic Build System <autodist@mambasoft.it> 1.7.1-1mamba
- automatic version update by autodist
* Wed Feb 12 2020 Automatic Build System <autodist@mambasoft.it> 1.7-1mamba
- automatic version update by autodist
* Wed Jan 15 2020 Automatic Build System <autodist@mambasoft.it> 1.6-1mamba
- automatic version update by autodist
* Fri Nov 22 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5-1mamba
- update to 1.5
* Mon Jun 25 2012 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.3.4.1-1mamba
- package created by autospec