[svn] r5951 - in trunk/rpms: . dcfldd dd_rhelp disktype fiesta fio fuse-hpafs fuse-ntfs-3g myrescue safecopy tcpreplay wine

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Thu Nov 1 22:24:39 CET 2007


Author: dag
Date: 2007-11-01 22:24:36 +0100 (Thu, 01 Nov 2007)
New Revision: 5951

Added:
   trunk/rpms/dcfldd/
   trunk/rpms/dcfldd/dcfldd.spec
   trunk/rpms/dd_rhelp/
   trunk/rpms/dd_rhelp/dd_rhelp.spec
   trunk/rpms/disktype/
   trunk/rpms/disktype/disktype.spec
   trunk/rpms/fiesta/
   trunk/rpms/fiesta/fiesta.spec
   trunk/rpms/fuse-hpafs/
   trunk/rpms/fuse-hpafs/fuse-hpafs.spec
   trunk/rpms/myrescue/
   trunk/rpms/myrescue/myrescue.spec
   trunk/rpms/safecopy/
   trunk/rpms/safecopy/safecopy.spec
Modified:
   trunk/rpms/fio/fio.spec
   trunk/rpms/fuse-ntfs-3g/fuse-ntfs-3g.spec
   trunk/rpms/tcpreplay/tcpreplay.spec
   trunk/rpms/wine/wine.spec
Log:
Updates

Added: trunk/rpms/dcfldd/dcfldd.spec
===================================================================
--- trunk/rpms/dcfldd/dcfldd.spec	                        (rev 0)
+++ trunk/rpms/dcfldd/dcfldd.spec	2007-11-01 21:24:36 UTC (rev 5951)
@@ -0,0 +1,59 @@
+# $Id$
+# Authority: dag
+
+Summary: Improved dd, useful for forensics and security
+Name: dcfldd
+%define real_version 1.3.4-1
+Version: 1.3.4.1
+Release: 1
+License: GPL
+Group: Applications/System
+URL: http://dcfldd.sourceforge.net/
+
+Source: http://dl.sf.net/dcfldd/dcfldd-%{real_version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: gcc-c++, libstdc++-devel
+
+%description
+dcfldd is an enhanced version of GNU dd with features useful for forensics
+and security. 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.
+
+%prep
+%setup -n %{name}-%{real_version}
+
+%build
+%configure
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
+%doc %{_mandir}/man1/dcfldd.1*
+%{_bindir}/dcfldd
+
+%changelog
+* Thu Nov 01 2007 Dag Wieers <dag at wieers.com> - 1.3.4.1-1
+- Initial package. (using DAR)


Property changes on: trunk/rpms/dcfldd/dcfldd.spec
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + native

Added: trunk/rpms/dd_rhelp/dd_rhelp.spec
===================================================================
--- trunk/rpms/dd_rhelp/dd_rhelp.spec	                        (rev 0)
+++ trunk/rpms/dd_rhelp/dd_rhelp.spec	2007-11-01 21:24:36 UTC (rev 5951)
@@ -0,0 +1,50 @@
+# $Id$
+# Authority: dag
+
+Summary: Helper script for ddrescue
+Name: dd_rhelp
+Version: 0.0.6
+Release: 1
+License: GPL
+Group: Applications/System
+URL: http://www.kalysto.org/utilities/dd_rhelp/index.en.html
+
+Source: http://www.kalysto.org/pkg/dd_rhelp-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildArch: noarch
+Requires: dd_rescue >= 1.03
+
+%description
+dd_rhelp uses ddrescue on your entire disc, and attempts to gather the maximum
+valid data before trying for ages on badsectors. If you leave dd_rhelp work
+for infinite time, it has a similar effect as a simple dd_rescue. But because
+you may not have this infinite time, dd_rhelp jumps over bad sectors and rescue
+valid data. In the long run, it parses all your device with dd_rescue.
+
+You can Ctrl-C it whenever you want, and rerun-it at will, dd_rhelp resumes the
+job as it depends on the log files dd_rescue creates. In addition, progress
+is shown in an ASCII picture of your device being rescued.
+
+%prep
+%setup
+
+%build
+%configure
+%{__make} %{?_smp_mflags} OPTIMIZE="%{optflags}"
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR="%{buildroot}"
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc AUTHORS ChangeLog COPYING FAQ NEWS README THANKS TODO doc/example.txt
+%{_bindir}/dd_rhelp
+
+%changelog
+* Thu Nov 01 2007 Dag Wieers <dag at wieers.com> - 0.0.6-1
+- Initial package. (using DAR)


Property changes on: trunk/rpms/dd_rhelp/dd_rhelp.spec
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + native

Added: trunk/rpms/disktype/disktype.spec
===================================================================
--- trunk/rpms/disktype/disktype.spec	                        (rev 0)
+++ trunk/rpms/disktype/disktype.spec	2007-11-01 21:24:36 UTC (rev 5951)
@@ -0,0 +1,43 @@
+# $Id$
+# Authority: dag
+
+Summary: Disk and disk image format analyzer
+Name: disktype
+Version: 9
+Release: 1
+License: MIT/X
+Group: Applications/System
+URL: http://disktype.sourceforge.net/
+
+Source: http://dl.sf.net/disktype/disktype-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: glibc-kernheaders
+
+%description
+The purpose of disktype is to detect the content format of a disk or
+disk image. It knows about common file systems, partition tables, and
+boot codes.
+
+%prep
+%setup
+
+%build
+%{__make} %{?_smp_mflags} CFLAGS="%{optflags}"
+
+%install
+%{__rm} -rf %{buildroot}
+%{__install} -Dp -m0755 disktype %{buildroot}%{_bindir}/disktype
+%{__install} -Dp -m0644 disktype.1 %{buildroot}%{_mandir}/man1/disktype.1
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%doc HISTORY LICENSE README TODO
+%doc %{_mandir}/man1/disktype.1*
+%{_bindir}/disktype
+
+%changelog
+* Thu Nov 01 2007 Dag Wieers <dag at wieers.com> - 9-1
+- Initial package. (using DAR)


Property changes on: trunk/rpms/disktype/disktype.spec
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + native

Added: trunk/rpms/fiesta/fiesta.spec
===================================================================
--- trunk/rpms/fiesta/fiesta.spec	                        (rev 0)
+++ trunk/rpms/fiesta/fiesta.spec	2007-11-01 21:24:36 UTC (rev 5951)
@@ -0,0 +1,40 @@
+# $Id$
+# Authority: dag
+
+Summary: Analyse the Hidden Protected Area (HPA) of your hard disk
+Name: fiesta
+Version: 1.0.0
+Release: 1
+License: GPL
+Group: Applications/System
+URL: http://sourceforge.net/projects/fiesta/
+
+Source: http://dl.sf.net/fiesta/fiesta-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+%description
+fiesta is a tool to help you analyse the structure of the Hidden Protected
+Area of your hard disk, allowing for a backup to be made. It can be used as
+a backup tool for your HPA equipped computer.
+
+%prep
+%setup
+
+%build
+OPTS="%{optflags}" sh compile.sh
+
+%install
+%{__rm} -rf %{buildroot}
+%{__install} -Dp -m0755 fiesta %{buildroot}%{_bindir}/fiesta
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc BEER-SIGNATURE-ISSUE LICENSE README TODO
+%{_bindir}/fiesta
+
+%changelog
+* Thu Nov 01 2007 Dag Wieers <dag at wieers.com> - 1.0.0-1
+- Initial package. (using DAR)


Property changes on: trunk/rpms/fiesta/fiesta.spec
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + native

Modified: trunk/rpms/fio/fio.spec
===================================================================
--- trunk/rpms/fio/fio.spec	2007-10-31 20:51:48 UTC (rev 5950)
+++ trunk/rpms/fio/fio.spec	2007-11-01 21:24:36 UTC (rev 5951)
@@ -4,7 +4,7 @@
 
 Summary: I/O benchmark and stress/hardware verification tool
 Name: fio
-Version: 1.17
+Version: 1.17.2
 Release: 1
 License: GPL
 Group: Applications/System
@@ -38,7 +38,7 @@
 %install
 %{__rm} -rf %{buildroot}
 #%{__make} install DESTDIR="%{buildroot}" prefix="%{_prefix}" bindir="%{_bindir}" libdir="%{_libdir}/fio"
-%{__make} install DESTDIR="%{buildroot}" prefix="%{_prefix}" bindir="%{_bindir}"
+%{__make} install DESTDIR="%{buildroot}" prefix="%{_prefix}" bindir="%{_bindir}" mandir="%{_mandir}"
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -46,11 +46,15 @@
 %files
 %defattr(-, root, root, 0755)
 %doc COPYING README examples/
+%doc %{_mandir}/man1/fio.1*
 %{_bindir}/fio
 %{_bindir}/fio_generate_plots
 #%{_libdir}/fio/
 
 %changelog
+* Tue Oct 30 2007 Dag Wieers <dag at wieers.com> - 1.17.2-1
+- Updated to release 1.17.2.
+
 * Thu Aug 16 2007 Dag Wieers <dag at wieers.com> - 1.17-1
 - Updated to release 1.17.
 

Added: trunk/rpms/fuse-hpafs/fuse-hpafs.spec
===================================================================
--- trunk/rpms/fuse-hpafs/fuse-hpafs.spec	                        (rev 0)
+++ trunk/rpms/fuse-hpafs/fuse-hpafs.spec	2007-11-01 21:24:36 UTC (rev 5951)
@@ -0,0 +1,48 @@
+# $Id$
+# Authority: dag
+
+%define real_name hpafs
+
+Summary: FUSE based filesystem to access the Hidden Protected Area (HPA) on disk
+Name: fuse-hpafs
+Version: 0.1.0
+Release: 1
+License: GPL
+Group: System Environment/Kernel
+URL: http://home.tiscali.nl/pebolle/code/hpafs/
+
+Source: http://home.tiscali.nl/pebolle/code/hpafs/hpafs-%{version}.tgz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: fuse-devel >= 2.2
+Requires: fuse >= 2.2
+
+Obsoletes: hpafs <= %{name}-%{version}
+Provides: hpafs = %{name}-%{version}
+
+%description
+hpafs is a FUSE based filesystem to access the Hidden Protected Area (HPA)
+on disk.
+
+%prep
+%setup -n %{real_name}-%{version}
+
+%build
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+#%{__make} install DESTDIR="%{buildroot}"
+%{__install} -Dp -m0755 hpafs %{buildroot}%{_bindir}/hpafs
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc COPYING README
+%{_bindir}/hpafs
+
+%changelog
+* Thu Nov 01 2007 Dag Wieers <dag at wieers.com> - 0.1.0-1
+- Initial package. (using DAR)


Property changes on: trunk/rpms/fuse-hpafs/fuse-hpafs.spec
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + native

Modified: trunk/rpms/fuse-ntfs-3g/fuse-ntfs-3g.spec
===================================================================
--- trunk/rpms/fuse-ntfs-3g/fuse-ntfs-3g.spec	2007-10-31 20:51:48 UTC (rev 5950)
+++ trunk/rpms/fuse-ntfs-3g/fuse-ntfs-3g.spec	2007-11-01 21:24:36 UTC (rev 5951)
@@ -7,7 +7,7 @@
 
 Summary: Linux NTFS userspace driver 
 Name: fuse-ntfs-3g
-Version: 1.1004
+Version: 1.1030
 Release: 1
 License: GPL
 Group: System Environment/Kernel
@@ -89,6 +89,9 @@
 %{_libdir}/libntfs-3g.so
 
 %changelog
+* Thu Nov 01 2007 Dag Wieers <dag at wieers.com> - 1.1030-1
+- Updated to release 1.1030.
+
 * Fri Oct 05 2007 Dag Wieers <dag at wieers.com> - 1.1004-1
 - Updated to release 1.1004.
 

Added: trunk/rpms/myrescue/myrescue.spec
===================================================================
--- trunk/rpms/myrescue/myrescue.spec	                        (rev 0)
+++ trunk/rpms/myrescue/myrescue.spec	2007-11-01 21:24:36 UTC (rev 5951)
@@ -0,0 +1,45 @@
+# $Id$
+# Authority: dag
+
+Summary: Rescue the still-readable data from a damaged harddisk
+Name: myrescue
+Version: 0.9.4
+Release: 1
+License: GPL
+Group: Applications/System
+URL: http://myrescue.sourceforge.net/
+
+Source: http://dl.sf.net/myrescue/myrescue-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+%description
+myrescue is a program to rescue the still-readable data from a
+damaged harddisk. It is similar in purpose to dd_rescue, but it
+tries to quickly get out of damaged areas to first handle the
+not yet damaged part of the disk and return later.
+
+%prep
+%setup
+
+%build
+%{__make} %{?_smp_mflags} -C src
+
+%install
+%{__rm} -rf %{buildroot}
+%{__install} -Dp -m0755 src/myrescue %{buildroot}%{_bindir}/myrescue
+%{__install} -Dp -m0644 doc/myrescue.1 %{buildroot}%{_mandir}/man1/myrescue.1
+%{__install} -Dp -m0644 doc/myrescue.de.1 %{buildroot}%{_mandir}/de/man1/myrescue.1
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc AUTHORS ChangeLog COPYING README TODO
+%doc %{_mandir}/man1/myrescue.1*
+%doc %{_mandir}/de/man1/myrescue.1*
+%{_bindir}/myrescue
+
+%changelog
+* Thu Nov 01 2007 Dag Wieers <dag at wieers.com> - 0.9.4-1
+- Initial package. (using DAR)


Property changes on: trunk/rpms/myrescue/myrescue.spec
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + native

Added: trunk/rpms/safecopy/safecopy.spec
===================================================================
--- trunk/rpms/safecopy/safecopy.spec	                        (rev 0)
+++ trunk/rpms/safecopy/safecopy.spec	2007-11-01 21:24:36 UTC (rev 5951)
@@ -0,0 +1,42 @@
+# $Id$
+# Authority: dag
+
+Summary: Data recovery tool
+Name: safecopy
+Version: 0.2
+Release: 1
+License: GPL
+Group: Applications/System
+URL: http://safecopy.sourceforge.net/
+
+Source: http://dl.sf.net/safecopy/safecopy-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+%description
+safecopy is a data recovery tool which tries to extract as much data a
+possible from a seekable but problematic (i.e., damaged sectors) source like
+floppy drives, hard disk partitions, CDs, etc., where other tools like dd 
+would fail due to I/O errors.
+
+%prep
+%setup
+
+%build
+%configure
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__install} -Dp -m0755 src/safecopy %{buildroot}%{_bindir}/safecopy
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files 
+%defattr(-, root, root, 0755)
+%doc AUTHORS ChangeLog COPYING NEWS README
+%{_bindir}/safecopy
+
+%changelog
+* Thu Nov 01 2007 Dag Wieers <dag at wieers.com> - 0.2-1
+- Initial packages. (using DAR)


Property changes on: trunk/rpms/safecopy/safecopy.spec
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + native

Modified: trunk/rpms/tcpreplay/tcpreplay.spec
===================================================================
--- trunk/rpms/tcpreplay/tcpreplay.spec	2007-10-31 20:51:48 UTC (rev 5950)
+++ trunk/rpms/tcpreplay/tcpreplay.spec	2007-11-01 21:24:36 UTC (rev 5951)
@@ -10,7 +10,7 @@
 
 Summary: Replay captured network traffic
 Name: tcpreplay
-Version: 3.2.1
+Version: 3.2.2
 Release: 1
 License: BSD
 Group: Applications/Internet
@@ -74,6 +74,9 @@
 %{_bindir}/tcprewrite
 
 %changelog
+* Thu Nov 01 2007 Dag Wieers <dag at wieers.com> - 3.2.2-1
+- Updated to release 3.2.2.
+
 * Fri Oct 26 2007 Dag Wieers <dag at wieers.com> - 3.2.1-1
 - Updated to release 3.2.1.
 

Modified: trunk/rpms/wine/wine.spec
===================================================================
--- trunk/rpms/wine/wine.spec	2007-10-31 20:51:48 UTC (rev 5950)
+++ trunk/rpms/wine/wine.spec	2007-11-01 21:24:36 UTC (rev 5951)
@@ -48,7 +48,7 @@
 
 Summary: Windows 16/32/64 bit emulator
 Name: wine
-Version: 0.9.47
+Version: 0.9.48
 Release: 1
 License: LGPL
 Group: Applications/Emulators
@@ -628,6 +628,7 @@
 %{_libdir}/wine/mshtml.dll.so
 %{_libdir}/wine/msi.dll.so
 %{_libdir}/wine/msimg32.dll.so
+%{_libdir}/wine/msimtf.dll.so
 %{_libdir}/wine/msnet32.dll.so
 %{_libdir}/wine/msrle32.dll.so
 %{_libdir}/wine/msvcirt.dll.so
@@ -833,6 +834,9 @@
 %{_libdir}/wine/*.def
 
 %changelog
+* Tue Oct 30 2007 Dag Wieers <dag at wieers.com> - 0.9.48-1
+- Updated to release 0.9.48.
+
 * Sun Oct 14 2007 Dag Wieers <dag at wieers.com> - 0.9.47-1
 - Updated to release 0.9.47.
 



More information about the svn-commits mailing list