update to 20121209 [release 20121209-1mamba;Thu Jan 03 2013]
This commit is contained in:
parent
83dbb0088b
commit
d97dd439ef
@ -1,2 +1,4 @@
|
|||||||
# libewf
|
# 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.
|
||||||
|
|
||||||
|
95
libewf.spec
Normal file
95
libewf.spec
Normal file
@ -0,0 +1,95 @@
|
|||||||
|
Name: libewf
|
||||||
|
Version: 20121209
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: A library for support of 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
|
||||||
|
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.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Devel package for %{name}
|
||||||
|
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.
|
||||||
|
|
||||||
|
This package contains static libraries and header files need for development.
|
||||||
|
|
||||||
|
%package -n ewf-tools
|
||||||
|
Summary: Tools for the Expert Witness Compression Format (EWF)
|
||||||
|
Group: System/Tools
|
||||||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
|
%description -n ewf-tools
|
||||||
|
Tools using Libewf for support of the Expert Witness Compression Format (EWF), it support both the SMART format (EWF-S01) and the EnCase format (EWF-E01).
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/libewf.so.*
|
||||||
|
%doc AUTHORS COPYING
|
||||||
|
#ChangeLog NEWS README
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/libewf.a
|
||||||
|
%{_libdir}/libewf.la
|
||||||
|
%{_libdir}/libewf.so
|
||||||
|
%{_includedir}/*.h
|
||||||
|
%dir %{_includedir}/libewf
|
||||||
|
%{_includedir}/libewf/*.h
|
||||||
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
%{_mandir}/man3/libewf.3.gz
|
||||||
|
|
||||||
|
%files -n ewf-tools
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/ewfdebug
|
||||||
|
%{_bindir}/ewfmount
|
||||||
|
%{_bindir}/ewfrecover
|
||||||
|
%{_bindir}/ewfacquire
|
||||||
|
%{_bindir}/ewfacquirestream
|
||||||
|
#%{_bindir}/ewfalter
|
||||||
|
%{_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
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Jan 03 2013 Automatic Build System <autodist@mambasoft.it> 20121209-1mamba
|
||||||
|
- update to 20121209
|
||||||
|
|
||||||
|
* Thu Nov 11 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 20100226-1mamba
|
||||||
|
- update to 20100226
|
||||||
|
|
||||||
|
* Fri Oct 16 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 20080501-1mamba
|
||||||
|
- update to 20080501
|
||||||
|
|
||||||
|
* Fri Sep 14 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 20070512-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user