SPECS: libewf.spec (NEW) - new

qboosh qboosh at pld-linux.org
Fri Jul 18 19:23:59 CEST 2008


Author: qboosh                       Date: Fri Jul 18 17:23:59 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   libewf.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/libewf.spec
diff -u /dev/null SPECS/libewf.spec:1.1
--- /dev/null	Fri Jul 18 19:23:59 2008
+++ SPECS/libewf.spec	Fri Jul 18 19:23:54 2008
@@ -0,0 +1,112 @@
+# $Revision$, $Date$
+Summary:	Library and tools to support the Expert Witness Compression Format
+Summary(pl.UTF-8):	Biblioteka i narzędzia obsługujące format Expert Witness Compression Format
+Name:		libewf
+Version:	20080501
+Release:	1
+License:	BSD
+Group:		Libraries
+Source0:	http://www.uitwisselplatform.nl/frs/download.php/529/%{name}-%{version}.tar.gz
+# Source0-md5:	be28a11d32ca72c328b081d38849d5bd
+Patch0:		%{name}-link.patch
+URL:		http://www.uitwisselplatform.nl/projects/libewf/
+BuildRequires:	autoconf >= 2.59
+BuildRequires:	automake
+BuildRequires:	libtool
+BuildRequires:	libuuid-devel
+BuildRequires:	openssl-devel
+BuildRequires:	zlib-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+libewf is a library for support of the Expert Witness Compression
+Format (EWF). It allows you to read media information of EWF files in
+the SMART (EWF-S01) format and the EnCase (EWF-E01) format, and to
+read files created by EnCase 1 to 6, linen and FTK Imager.
+
+%description -l pl.UTF-8
+libewf to biblioteka obsługująca format kompresji EWF (Expert Witness
+Compression Format). Pozwala odczytywać informacje z plików EWF w
+formacie SMART (EWF-S01) i EnCase (EWF-E01) oraz czytać pliki
+utworzone przez EnCase w wersji 1 do 6, linen i FTK Imager.
+
+%package devel
+Summary:	Header files for libewf library
+Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki libewf
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	zlib-devel
+
+%description devel
+Header files for libewf library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki libewf.
+
+%package static
+Summary:	Static libewf library
+Summary(pl.UTF-8):	Statyczna biblioteka libewf
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static libewf library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka libewf.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog NEWS
+%attr(755,root,root) %{_bindir}/ewf*
+%attr(755,root,root) %{_libdir}/libewf.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libewf.so.1
+%{_mandir}/man1/ewf*.1*
+
+%files devel
+%defattr(644,root,root,755)
+%doc doc/header*.txt
+%attr(755,root,root) %{_libdir}/libewf.so
+%{_libdir}/libewf.la
+%{_includedir}/libewf
+%{_includedir}/libewf.h
+%{_pkgconfigdir}/libewf.pc
+%{_mandir}/man3/libewf.3*
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libewf.a
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008/07/18 17:23:54  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list