diff --git a/README.md b/README.md index 668ea0b..562375b 100644 --- a/README.md +++ b/README.md @@ -1,2 +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. + diff --git a/libewf.spec b/libewf.spec new file mode 100644 index 0000000..94dfd38 --- /dev/null +++ b/libewf.spec @@ -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 +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 20121209-1mamba +- update to 20121209 + +* Thu Nov 11 2010 Silvan Calarco 20100226-1mamba +- update to 20100226 + +* Fri Oct 16 2009 Silvan Calarco 20080501-1mamba +- update to 20080501 + +* Fri Sep 14 2007 Silvan Calarco 20070512-1mamba +- package created by autospec