rpms/libewf/EL-5 import.log, NONE, 1.1 mount_ewf-20090113-backport_py24.patch, NONE, 1.1 libewf.spec, 1.14, 1.15

Nicolas Chauvet kwizart at fedoraproject.org
Wed Jul 29 09:07:35 UTC 2009


Author: kwizart

Update of /cvs/pkgs/rpms/libewf/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28091/EL-5

Modified Files:
	libewf.spec 
Added Files:
	import.log mount_ewf-20090113-backport_py24.patch 
Log Message:
Initial import for EL-5



--- NEW FILE import.log ---
libewf-20080501-5_fc11:EL-5:libewf-20080501-5.fc11.src.rpm:1248858347

mount_ewf-20090113-backport_py24.patch:
 mount_ewf.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE mount_ewf-20090113-backport_py24.patch ---
diff -up libewf-20080501/mount_ewf.py.py24 libewf-20080501/mount_ewf.py
--- libewf-20080501/mount_ewf.py.py24	2009-01-13 19:22:38.000000000 +0100
+++ libewf-20080501/mount_ewf.py	2009-07-27 16:28:46.704783498 +0200
@@ -40,8 +40,8 @@ import sys, string
 # release of Python. If you're reading this, it's your call.
 
 version = string.split(string.split(sys.version)[0], ".")
-if map(int, version) < [2,5]:
-	sys.stderr.write("Python 2.5 or newer is required.\n")
+if map(int, version) < [2,4]:
+	sys.stderr.write("Python 2.4 or newer is required.\n")
 	sys.exit(8)
 
 try:


Index: libewf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libewf/EL-5/libewf.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- libewf.spec	25 Jul 2009 05:35:34 -0000	1.14
+++ libewf.spec	29 Jul 2009 09:07:35 -0000	1.15
@@ -1,16 +1,19 @@
+%define _source_filedigest_algorithm 1
+
 Name:           libewf
 Version:        20080501
-Release:        8%{?dist}
+Release:        5%{?dist}
 Summary:        Library for the Expert Witness Compression Format (EWF)
 
 Group:          System Environment/Libraries
 License:        BSD
-URL:            https://sourceforge.net/projects/libewf/
+URL:            http://sourceforge.net/projects/libewf/
 Source0:        http://downloads.sourceforge.net/libewf/libewf-%{version}.tar.gz
 Source1:        http://downloads.sourceforge.net/libewf/mount_ewf-20090113.py
+Patch0:         mount_ewf-20090113-backport_py24.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  libuuid-devel
+BuildRequires:  e2fsprogs-devel
 BuildRequires:  openssl-devel
 BuildRequires:  zlib-devel
 #Needed for mount.ewf(.py) support
@@ -30,6 +33,7 @@ Requires:       %{name} = %{version}-%{r
 Provides:       %{name}-tools = %{version}-%{release}
 Obsoletes:      %{name}-tools <= %{version}-%{release}
 Requires:       fuse-python >= 0.2
+Requires:       python-ctypes
 Requires:       disktype
 
 %description -n ewftools
@@ -50,6 +54,8 @@ developing applications that use %{name}
 
 %prep
 %setup -q
+install -pm 0644 %{SOURCE1} mount_ewf.py
+%patch0 -p1 -b .py24
 
 
 %build
@@ -71,7 +77,7 @@ make install DESTDIR=$RPM_BUILD_ROOT INS
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 mkdir -p $RPM_BUILD_ROOT/sbin
-install -pm 0755 %{SOURCE1} $RPM_BUILD_ROOT/sbin/mount.ewf
+install -pm 0755 mount_ewf.py $RPM_BUILD_ROOT/sbin/mount.ewf
 ln -s mount.ewf $RPM_BUILD_ROOT/sbin/umount.ewf
 
 %clean
@@ -105,14 +111,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.gz
 
 %changelog
-* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20080501-8
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
-* Mon Jun 29 2009 kwizart < kwizart at gmail.com > - 20080501-7
-- Switch to libuuid-devel usage over e2fsprogs-devel
-
-* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20080501-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+* Mon Jul 27 2009 kwizart < kwizart at gmail.com > - 20080501-6
+- Initial import for EL-5
 
 * Thu Jan 15 2009 kwizart < kwizart at gmail.com > - 20080501-5
 - Update mount_ewf to 20090113




More information about the fedora-extras-commits mailing list