rpms/libewf/devel libewf.spec,1.9,1.10

Chauvet Nicolas kwizart at fedoraproject.org
Sat Dec 27 22:31:17 UTC 2008


Author: kwizart

Update of /cvs/pkgs/rpms/libewf/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21154

Modified Files:
	libewf.spec 
Log Message:
Fix for python2.6



Index: libewf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libewf/devel/libewf.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libewf.spec	15 Sep 2008 16:13:36 -0000	1.9
+++ libewf.spec	27 Dec 2008 22:30:47 -0000	1.10
@@ -1,6 +1,6 @@
 Name:           libewf
 Version:        20080501
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Library for the Expert Witness Compression Format (EWF)
 
 Group:          System Environment/Libraries
@@ -51,9 +51,6 @@
 %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
@@ -74,7 +71,7 @@
 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
+install -pm 0755 %{SOURCE1} $RPM_BUILD_ROOT/sbin/mount.ewf
 ln -s mount.ewf $RPM_BUILD_ROOT/sbin/umount.ewf
 
 %clean
@@ -108,6 +105,9 @@
 %{_mandir}/man3/*.gz
 
 %changelog
+* Sat Dec 27 2008 kwizart < kwizart at gmail.com > - 20080501-4
+- Fix for python2.6
+
 * Mon Sep 15 2008 kwizart < kwizart at gmail.com > - 20080501-3
 - Update mount_ewf to 20080910
 - Switch URL to sourceforge site




More information about the fedora-extras-commits mailing list