Author: gotar Date: Thu Dec 6 18:14:24 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - use %configure (CFLAGS were not passed anyway), cosmetics
---- Files affected: SPECS: dcfldd.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/dcfldd.spec diff -u SPECS/dcfldd.spec:1.2 SPECS/dcfldd.spec:1.3 --- SPECS/dcfldd.spec:1.2 Thu Dec 6 12:22:30 2007 +++ SPECS/dcfldd.spec Thu Dec 6 19:14:19 2007 @@ -7,7 +7,7 @@ Group: Applications/System Source0: http://dl.sourceforge.net/dcfldd/%{name}-%{version}-1.tar.gz # Source0-md5: 952026c872f11b53ce0ec6681a3eef0a -URL: http://dcfldd.sourceforge.net +URL: http://dcfldd.sourceforge.net/ BuildRequires: rpmbuild(macros) >= 1.167 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -16,34 +16,29 @@ forensics and security. Based on the dd program found in the GNU Coreutils package, dcfldd has the following additional features: - - Hashing on-the-fly - dcfldd can hash the input data as it is being - transferred, helping to ensure data integrity. - - Status output - dcfldd can update the user of its progress in terms - of the amount of data transferred and how much longer operation will - take. - - Flexible disk wipes - dcfldd can be used to wipe disks quickly and - with a known pattern if desired. - - Image/wipe Verify - dcfldd can verify that a target drive is a - bit-for-bit match of the specified input file or pattern. - - Multiple outputs - dcfldd can output to multiple files or disks at - the same time. - - Split output - dcfldd can split output to multiple files with more - configurability than the split command. - - Piped output and logs - dcfldd can send all its log data and output - to commands as well as files natively. +- Hashing on-the-fly - dcfldd can hash the input data as it is being + transferred, helping to ensure data integrity. +- Status output - dcfldd can update the user of its progress in terms + of the amount of data transferred and how much longer operation will + take. +- Flexible disk wipes - dcfldd can be used to wipe disks quickly and + with a known pattern if desired. +- Image/wipe Verify - dcfldd can verify that a target drive is a + bit-for-bit match of the specified input file or pattern. +- Multiple outputs - dcfldd can output to multiple files or disks at + the same time. +- Split output - dcfldd can split output to multiple files with more + configurability than the split command. +- 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}-%{version}-1 %build -./configure \ - --prefix=%{_prefix} \ - --infodir=%{_infodir} \ - --mandir=%{_mandir} - -%{__make} \ - CXX="%{__cxx}" \ - CXXFLAGS="%{rpmcxxflags}" +%configure + +%{__make} %install rm -rf $RPM_BUILD_ROOT @@ -66,9 +61,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2007-12-06 18:14:19 gotar +- use %configure (CFLAGS were not passed anyway), cosmetics + Revision 1.2 2007-12-06 11:22:30 mguevara - removed info processing stuff Revision 1.1 2007-12-06 11:20:52 mguevara - yet another dd, this one is for forensics - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dcfldd.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
