rpms/libewf/F-9 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 libewf.spec, 1.6, 1.7

Chauvet (kwizart) fedora-extras-commits at redhat.com
Thu May 1 14:33:59 UTC 2008


Author: kwizart

Update of /cvs/pkgs/rpms/libewf/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21715

Modified Files:
	.cvsignore sources libewf.spec 
Log Message:
Update to libewf 20080501



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libewf/F-9/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	27 Mar 2008 20:01:40 -0000	1.4
+++ .cvsignore	1 May 2008 14:33:01 -0000	1.5
@@ -1 +1,2 @@
-libewf-20080322.tar.gz
+libewf-20080501.tar.gz
+mount_ewf-20080501.py


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libewf/F-9/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	27 Mar 2008 20:01:40 -0000	1.4
+++ sources	1 May 2008 14:33:01 -0000	1.5
@@ -1 +1,2 @@
-982c932a8bfd5f6a2b79b5770de43604  libewf-20080322.tar.gz
+66dbd746990f421e3d546cb87bf93639  libewf-20080501.tar.gz
+e321b1e1f20e7aa4a6ea93d3c326379f  mount_ewf-20080501.py


Index: libewf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libewf/F-9/libewf.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libewf.spec	27 Mar 2008 20:01:40 -0000	1.6
+++ libewf.spec	1 May 2008 14:33:01 -0000	1.7
@@ -1,17 +1,20 @@
 Name:           libewf
-Version:        20080322
+Version:        20080501
 Release:        1%{?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/487/libewf-%{version}.tar.gz
+Source0:        http://www.uitwisselplatform.nl/frs/download.php/524/libewf-%{version}.tar.gz
+Source1:        http://www.uitwisselplatform.nl/frs/download.php/523/mount_ewf-%{version}.py
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  openssl-devel
 BuildRequires:  zlib-devel
+#Needed for mount.ewf(.py) support
+BuildRequires:  python-devel
 
 
 %description
@@ -26,9 +29,12 @@
 Requires:       %{name} = %{version}-%{release}
 Provides:       %{name}-tools = %{version}-%{release}
 Obsoletes:      %{name}-tools <= %{version}-%{release}
+Requires:       fuse-python >= 0.2
+Requires:       disktype
 
 %description -n ewftools
-The ewftools package contains tools for %{name}.
+Several tools for reading and writing EWF files.
+It contains tools to acquire, verify and export EWF files.
 
 %package        devel
 Summary:        Development files for %{name}
@@ -45,6 +51,9 @@
 %prep
 %setup -q
 
+#Fix to make env python2.5 properly extracted and used a runtime as python2.5 is mandatory
+install -pm 0755 %{SOURCE1} mount_ewf.py
+sed -i.env -e 's|env python|python2.5|' mount_ewf.py
 
 %build
 %configure --disable-static --enable-wide-character-type
@@ -64,6 +73,9 @@
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
+mkdir -p $RPM_BUILD_ROOT/sbin
+install -pm 0755 mount_ewf.py $RPM_BUILD_ROOT/sbin/mount.ewf
+ln -s mount.ewf $RPM_BUILD_ROOT/sbin/umount.ewf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -85,6 +97,7 @@
 %exclude %{_bindir}/ewfalter
 %{_bindir}/ewf*
 %{_mandir}/man1/*.gz
+/sbin/*.ewf
 
 %files devel
 %defattr(-,root,root,-)
@@ -95,6 +108,18 @@
 %{_mandir}/man3/*.gz
 
 %changelog
+* Thu May  1 2008 kwizart < kwizart at gmail.com > - 20080501-1
+- Update to 20080501 (bugfix)
+- Patch for pkg-config was merged with this release
+- Improve ewftools description.
+
+* Tue Apr 29 2008 kwizart < kwizart at gmail.com > - 20080322-3
+- Add disktype Requires for ewftools (required for mount.ewf support).
+- Patch libewf.pc to export only the needed libs
+
+* Tue Apr 22 2008 kwizart < kwizart at gmail.com > - 20080322-2
+- Add support for mount.ewf with fuse-python
+
 * Wed Mar 26 2008 kwizart < kwizart at gmail.com > - 20080322-1
 - Update to 20080322 (Stable)
 - License update: the BSD advertisement clause was removed.




More information about the fedora-extras-commits mailing list