rpms/libewf/devel libewf.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chauvet (kwizart) fedora-extras-commits at redhat.com
Wed Nov 7 13:29:08 UTC 2007


Author: kwizart

Update of /cvs/pkgs/rpms/libewf/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2070/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libewf.spec 
Log Message:
Initial import



--- NEW FILE libewf.spec ---
%define date 20070512

Name:           libewf
Version:        0
Release:        1.%{date}%{?dist}
Summary:        Library for the Expert Witness Compression Format (EWF)

Group:          System Environment/Libraries
License:        BSD
URL:            https://www.uitwisselplatform.nl/projects/libewf/
Source0:        https://www.uitwisselplatform.nl/frs/download.php/303/libewf-%{date}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  e2fsprogs-devel
BuildRequires:  openssl-devel
BuildRequires:  zlib-devel


%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 -n     ewftools
Summary:        Utilities for %{name}
Group:          Applications/System
Requires:       %{name} = %{version}-%{release}

%description -n ewftools
The %{name}-utils package contains utilities for using %{name}.

%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       pkgconfig

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%prep
%setup -q -n %{name}-%{date}


%build
%configure --disable-static --enable-wide-character-type
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'


%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS
%{_libdir}/*.so.*

%files -n ewftools
%defattr(-,root,root,-)
%{_bindir}/ewf*
%{_mandir}/man1/*.gz

%files devel
%defattr(-,root,root,-)
%doc TESTS
%{_includedir}/libewf.h
%{_includedir}/libewf/
%{_libdir}/*.so
%{_libdir}/pkgconfig/libewf.pc
%{_mandir}/man3/*.gz

%changelog
* Fri Nov  1 2007 kwizart < kwizart at gmail.com > - 0-1.20070512
- Initial package for Fedora



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libewf/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 Nov 2007 16:48:11 -0000	1.1
+++ .cvsignore	7 Nov 2007 13:26:38 -0000	1.2
@@ -0,0 +1 @@
+libewf-20070512.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libewf/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 Nov 2007 16:48:11 -0000	1.1
+++ sources	7 Nov 2007 13:26:38 -0000	1.2
@@ -0,0 +1 @@
+5c09ed6478eadd020d6de0ea61569a8e  libewf-20070512.tar.gz




More information about the fedora-extras-commits mailing list