diff --git a/dcfldd.spec b/dcfldd.spec index 7f5f812..be92800 100644 --- a/dcfldd.spec +++ b/dcfldd.spec @@ -1,7 +1,7 @@ %define srcver %(echo %version | sed -e "s,\\.\\([0-9]*\\)$,-\\1,") Name: dcfldd -Version: 1.3.4.1 +Version: 1.5 Release: 1mamba Summary: An enhanced version of GNU dd with features useful for forensics and security Group: System/Tools @@ -9,7 +9,7 @@ Vendor: openmamba Distribution: openmamba Packager: Stefano Cotta Ramusino URL: http://dcfldd.sourceforge.net -Source: http://downloads.sourceforge.net/project/dcfldd/dcfldd/%{srcver}/dcfldd-%{srcver}.tar.gz +Source: https://github.com/resurrecting-open-source-projects/dcfldd.git/v%{version}/dcfldd-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -29,7 +29,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 +50,8 @@ Based on the dd program found in the GNU Coreutils package, dcfldd has the follo %doc AUTHORS COPYING ChangeLog README %changelog +* Fri Nov 22 2019 Silvan Calarco 1.5-1mamba +- update to 1.5 + * Mon Jun 25 2012 Stefano Cotta Ramusino 1.3.4.1-1mamba - package created by autospec