diff --git a/README.md b/README.md index 562375b..d675c6c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # libewf -Libewf is a library for support of the Expert Witness Compression Format (EWF), it support both the SMART format (EWF-S01) and the EnCase format (EWF-E01). Libewf allows you to read and write media information within the EWF files. +libewf is a library to access the Expert Witness Compression Format (EWF). diff --git a/libewf.spec b/libewf.spec index 94dfd38..4733a06 100644 --- a/libewf.spec +++ b/libewf.spec @@ -1,18 +1,18 @@ Name: libewf -Version: 20121209 +Version: 20140608 Release: 1mamba -Summary: A library for support of the Expert Witness Compression Format (EWF) +Summary: A library to access the Expert Witness Compression Format (EWF) Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://sourceforge.net/projects/libewf/ -Source: http://downloads.sourceforge.net/project/libewf/libewf2/libewf-%{version}/libewf-%{version}.tar.gz +URL: https://code.google.com/p/libewf +Source: https://53efc0a7187d0baa489ee347026b8278fe4020f6.googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/libewf-%{version}.tar.gz License: BSD BuildRoot: %{_tmppath}/%{name}-%{version}-root %description -Libewf is a library for support of the Expert Witness Compression Format (EWF), it support both the SMART format (EWF-S01) and the EnCase format (EWF-E01). Libewf allows you to read and write media information within the EWF files. +libewf is a library to access the Expert Witness Compression Format (EWF). %package devel Summary: Devel package for %{name} @@ -20,8 +20,7 @@ Group: Development/Libraries Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel -Libewf is a library for support of the Expert Witness Compression Format (EWF), it support both the SMART format (EWF-S01) and the EnCase format (EWF-E01). Libewf allows you to read and write media information within the EWF files. - +libewf is a library to access the Expert Witness Compression Format (EWF). This package contains static libraries and header files need for development. %package -n ewf-tools @@ -74,14 +73,18 @@ Tools using Libewf for support of the Expert Witness Compression Format (EWF), i %{_bindir}/ewfexport %{_bindir}/ewfinfo %{_bindir}/ewfverify -%{_mandir}/man1/ewfacquire.1.gz -%{_mandir}/man1/ewfacquirestream.1.gz -%{_mandir}/man1/ewfexport.1.gz -%{_mandir}/man1/ewfinfo.1.gz -%{_mandir}/man1/ewfmount.1.gz -%{_mandir}/man1/ewfverify.1.gz +%{_mandir}/man1/ewfacquire.1* +%{_mandir}/man1/ewfacquirestream.1* +%{_mandir}/man1/ewfexport.1* +%{_mandir}/man1/ewfinfo.1* +%{_mandir}/man1/ewfmount.1* +%{_mandir}/man1/ewfrecover.1* +%{_mandir}/man1/ewfverify.1* %changelog +* Thu Sep 18 2014 Silvan Calarco 20140608-1mamba +- update to 20140608 + * Thu Jan 03 2013 Automatic Build System 20121209-1mamba - update to 20121209