diff --git a/trunk/xmount.spec b/trunk/xmount.spec index 2af3bb3..f77b244 100644 --- a/trunk/xmount.spec +++ b/trunk/xmount.spec @@ -1,61 +1,61 @@ %define debug_package %{nil} Name: xmount Summary: Tool to crossmount between multiple input and output harddisk images -Version: 0.7.5 +Version: 0.7.6 Release: 1%{?dist} License: GPL Group: Applications/System URL: https://www.pinguin.lu/xmount Source0: %{name}-%{version}.tar.gz Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: fuse zlib libewf afflib BuildRequires: cmake fuse-devel zlib-devel libewf-devel afflib-devel %description xmount allows you to convert on-the-fly between multiple input and output harddisk image formats. xmount creates a virtual file system using FUSE (Filesystem in Userspace) that contains a virtual representation of the input harddisk image. The virtual representation can be in raw DD, Apple's Disk Image format (DMG), VirtualBox's virtual disk file format (VDI), Microsoft's Virtual Hard Disk Image format (VHD) 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 for example possible to boot acquired harddisk images using QEMU, KVM, VirtualBox, VMware or alike. %prep %setup -q %build mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=%{_prefix} .. make %{?_smp_mflags} %install cd build %{__make} DESTDIR=%{buildroot} install %clean rm -fr %{buildroot} %post %preun %postun %files %defattr(-,root,root) %{_bindir}/* %{_mandir}/* %{_exec_prefix}/lib/%{name}/*.so %doc AUTHORS COPYING INSTALL NEWS README ROADMAP %changelog -* Thu Apr 27 2017 Daniel Gillen 0.7.5-1 -* Release 0.7.5-1 +* Sat Mar 31 2018 Daniel Gillen 0.7.6-1 +* Release 0.7.6-1 See NEWS for details — build package diff --git a/trunk/xmount_static.spec b/trunk/xmount_static.spec index a7eb6a4..b5c82eb 100644 --- a/trunk/xmount_static.spec +++ b/trunk/xmount_static.spec @@ -1,61 +1,61 @@ %define debug_package %{nil} Name: xmount Summary: Tool to crossmount between multiple input and output harddisk images -Version: 0.7.5 +Version: 0.7.6 Release: 1 License: GPL Group: Applications/System URL: https://www.pinguin.lu/xmount Source0: %{name}-%{version}.tar.gz Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: fuse zlib BuildRequires: cmake fuse-devel zlib-devel openssl-devel openssl-static %description xmount allows you to convert on-the-fly between multiple input and output harddisk image formats. xmount creates a virtual file system using FUSE (Filesystem in Userspace) that contains a virtual representation of the input harddisk image. The virtual representation can be in raw DD, Apple's Disk Image format (DMG), VirtualBox's virtual disk file format (VDI), Microsoft's Virtual Hard Disk Image format (VHD) 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 for example possible to boot acquired harddisk images using QEMU, KVM, VirtualBox, VMware or alike. %prep %setup -q %build mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=%{_prefix} -DSTATIC=1 -DLINUX_DIST=rhel7 .. make %{?_smp_mflags} %install cd build %{__make} DESTDIR=%{buildroot} install %clean rm -fr %{buildroot} %post %preun %postun %files %defattr(-,root,root) %{_bindir}/* %{_mandir}/* %{_exec_prefix}/lib/%{name}/*.so %doc AUTHORS COPYING INSTALL NEWS README ROADMAP %changelog -* Sat Nov 05 2016 Daniel Gillen 0.7.5-1 -* Release 0.7.5-1 +* Sat Mar 31 2018 Daniel Gillen 0.7.6-1 +* Release 0.7.6-1 See NEWS for details — build package