rpms/emesene/F-11 emesene.spec,1.9,1.10 import.log,1.2,1.3

Allisson Azevedo allisson at fedoraproject.org
Tue Sep 8 22:25:21 UTC 2009


Author: allisson

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

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-11/emesene.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- emesene.spec	25 Aug 2009 14:05:47 -0000	1.9
+++ emesene.spec	8 Sep 2009 22:25:21 -0000	1.10
@@ -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-11/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	25 Aug 2009 14:05:47 -0000	1.2
+++ import.log	8 Sep 2009 22:25:21 -0000	1.3
@@ -1,2 +1,3 @@
 emesene-1_5-2_fc11:F-11:emesene-1.5-2.fc11.src.rpm:1251177266
 emesene-1_5-3_fc11:F-11:emesene-1.5-3.fc11.src.rpm:1251209092
+emesene-1_5-4_fc11:F-11:emesene-1.5-4.fc11.src.rpm:1252448702




More information about the scm-commits mailing list