update to 1.5 [release 1.5-1mamba;Fri Nov 22 2019]
This commit is contained in:
parent
4e02b4b167
commit
83d46e7c62
10
dcfldd.spec
10
dcfldd.spec
@ -1,7 +1,7 @@
|
|||||||
%define srcver %(echo %version | sed -e "s,\\.\\([0-9]*\\)$,-\\1,")
|
%define srcver %(echo %version | sed -e "s,\\.\\([0-9]*\\)$,-\\1,")
|
||||||
|
|
||||||
Name: dcfldd
|
Name: dcfldd
|
||||||
Version: 1.3.4.1
|
Version: 1.5
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An enhanced version of GNU dd with features useful for forensics and security
|
Summary: An enhanced version of GNU dd with features useful for forensics and security
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
@ -9,7 +9,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||||
URL: http://dcfldd.sourceforge.net
|
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
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
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.
|
* Piped output and logs - dcfldd can send all its log data and output to commands as well as files natively.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{srcver}
|
%setup -q
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%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
|
%doc AUTHORS COPYING ChangeLog README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Mon Jun 25 2012 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.3.4.1-1mamba
|
||||||
- package created by autospec
|
- package created by autospec
|
||||||
|
Loading…
Reference in New Issue
Block a user