update to 20140608 [release 20140608-1mamba;Thu Sep 18 2014]

This commit is contained in:
Silvan Calarco 2024-01-06 04:12:48 +01:00
parent d97dd439ef
commit 3371703d9b
2 changed files with 17 additions and 14 deletions

View File

@ -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).

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 20140608-1mamba
- update to 20140608
* Thu Jan 03 2013 Automatic Build System <autodist@mambasoft.it> 20121209-1mamba
- update to 20121209