[xmount] Initial commit

Fabian Affolter fab at fedoraproject.org
Sun Sep 2 09:59:43 UTC 2012


commit 29f82c690ae06ceb8558afb0fcc1a752a1a02964
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Sun Sep 2 11:59:32 2012 +0200

    Initial commit

 .gitignore  |    1 +
 sources     |    1 +
 xmount.spec |   70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 72 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..e2e264b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/xmount-0.5.0.tar.gz
diff --git a/sources b/sources
index e69de29..66ef04b 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+939a59c528fe591c86d3d711ac898796  xmount-0.5.0.tar.gz
diff --git a/xmount.spec b/xmount.spec
new file mode 100644
index 0000000..2455714
--- /dev/null
+++ b/xmount.spec
@@ -0,0 +1,70 @@
+Name:           xmount
+Version:        0.5.0
+Release:        2%{?dist}
+Summary:        A on-the-fly convert for multiple hard disk image types
+
+Group:          Applications/Multimedia
+License:        GPLv3+
+URL:            https://www.pinguin.lu/index.php
+Source0:        http://files.pinguin.lu/projects/%{name}-%{version}.tar.gz
+
+BuildRequires:  fuse-devel
+BuildRequires:  libewf-devel
+BuildRequires:  afflib-devel
+
+Provides:       bundled(md5-deutsch)
+
+%description
+xmount allows you to convert on-the-fly between multiple input
+and output hard disk image types. xmount creates a virtual file
+system using FUSE (Filesystem in Userspace) that contains a virtual
+representation of the input image. The virtual representation can
+be in raw DD, VirtualBox's virtual disk file format or in VmWare's
+VMDK file format. Input images can be raw DD, EWF (Expert Witness
+Compression Format) or AFF (Advanced Forensic Format) files. In
+addition, xmount also supports virtual write access to the output
+files that is redirected to a cache file. This makes it possible
+to boot acquired hard disk images using QEMU, KVM, VirtualBox,
+VmWare, or alike.
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags} CFLAGS="%{optflags}"
+
+%install
+make install DESTDIR=%{buildroot} INSTALL="install -p"
+
+%files
+%doc AUTHORS ChangeLog COPYING NEWS README ROADMAP
+%{_mandir}/man*/%{name}*.*
+%{_bindir}/%{name}
+
+%changelog
+* Sun Sep 02 2012 Fabian Affolter <mail at fabian-affolter.ch> - 0.5.0-2
+- Clean section removed
+- BR updated
+
+* Mon Aug 06 2012 Fabian Affolter <mail at fabian-affolter.ch> - 0.5.0-1
+- Added a provide
+- Permissions were fixed upstream 
+- Updated to new upstream version 0.5.0
+
+* Sat Jun 30 2012 Fabian Affolter <mail at fabian-affolter.ch> - 0.4.7-2
+- Leave md5 implementation in place
+
+* Fri Apr 13 2012 Fabian Affolter <mail at fabian-affolter.ch> - 0.4.7-1
+- Updated to new upstream version 0.4.7
+
+* Fri Oct 18 2011 Fabian Affolter <mail at fabian-affolter.ch> - 0.4.6-1
+- Updated to new upstream version 0.4.6
+
+* Wed Sep 01 2010 Fabian Affolter <mail at fabian-affolter.ch> - 0.4.2-2
+- Added patch from #606073
+- Fixed permission
+- Added needed BRs
+
+* Mon Mar 15 2010 Fabian Affolter <mail at fabian-affolter.ch> - 0.4.2-1
+- Initial package for Fedora


More information about the scm-commits mailing list