rpms/emesene/F-10 emesene.spec,1.7,1.8 import.log,1.2,1.3

Allisson Azevedo allisson at fedoraproject.org
Tue Sep 8 22:28:38 UTC 2009


Author: allisson

Update of /cvs/pkgs/rpms/emesene/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26858/F-10

Modified Files:
	emesene.spec import.log 
Log Message:

Fix libmimic.so location for x86_64 and ppc64.



Index: emesene.spec
===================================================================
RCS file: /cvs/pkgs/rpms/emesene/F-10/emesene.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- emesene.spec	25 Aug 2009 14:07:58 -0000	1.7
+++ emesene.spec	8 Sep 2009 22:28:37 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           emesene
 Version:        1.5
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Instant messaging client for Windows Live Messenger network
 
 Group:          Applications/Internet
@@ -68,6 +68,10 @@ cd %{_datadir}/%name
 exec ./%name
 EOF
 
+# Fix BZ #519242
+%ifarch x86_64 ppc64
+sed -i 's/\/usr\/lib\/emesene/\/usr\/lib64\/emesene/g' %buildroot%{_datadir}/%name/%name
+%endif
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -115,6 +119,9 @@ fi
 
 
 %changelog
+* Tue Sep  8 2009 Allisson Azevedo <allisson at gmail.com> - 1.5-4
+- Fix libmimic.so location for x86_64 and ppc64.
+
 * Tue Aug 25 2009 Allisson Azevedo <allisson at gmail.com> - 1.5-3
 - Added libmimic to pythonpath.
 - Package own /usr/share/emesene now.


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/emesene/F-10/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	25 Aug 2009 14:07:58 -0000	1.2
+++ import.log	8 Sep 2009 22:28:37 -0000	1.3
@@ -1,2 +1,3 @@
 emesene-1_5-2_fc11:F-10:emesene-1.5-2.fc11.src.rpm:1251177353
 emesene-1_5-3_fc11:F-10:emesene-1.5-3.fc11.src.rpm:1251209217
+emesene-1_5-4_fc11:F-10:emesene-1.5-4.fc11.src.rpm:1252448879




More information about the scm-commits mailing list