rpms/emesene/devel emesene-1.5-pythonpath.patch, NONE, 1.1 emesene.spec, 1.9, 1.10 import.log, 1.1, 1.2

Allisson Azevedo allisson at fedoraproject.org
Tue Aug 25 14:03:47 UTC 2009


Author: allisson

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

Modified Files:
	emesene.spec import.log 
Added Files:
	emesene-1.5-pythonpath.patch 
Log Message:

- Added libmimic to pythonpath.
- Package own /usr/share/emesene now.


emesene-1.5-pythonpath.patch:
 emesene |    3 +++
 1 file changed, 3 insertions(+)

--- NEW FILE emesene-1.5-pythonpath.patch ---
diff -up emesene-1.5/emesene.pythonpath emesene-1.5/emesene
--- emesene-1.5/emesene.pythonpath	2009-08-25 10:09:10.052277308 -0300
+++ emesene-1.5/emesene	2009-08-25 10:09:54.330009511 -0300
@@ -17,6 +17,9 @@
 #    along with emesene; if not, write to the Free Software
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
+import os, sys
+sys.path.append('/usr/lib/emesene/')
+
 try:
     # Change the process name.
     import ctypes


Index: emesene.spec
===================================================================
RCS file: /cvs/pkgs/rpms/emesene/devel/emesene.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- emesene.spec	25 Aug 2009 05:12:43 -0000	1.9
+++ emesene.spec	25 Aug 2009 14:03:47 -0000	1.10
@@ -1,12 +1,13 @@
 Name:           emesene
 Version:        1.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Instant messaging client for Windows Live Messenger network
 
 Group:          Applications/Internet
 License:        GPLv2+ and LGPLv2+
 URL:            http://emesene.org
 Source0:        http://downloads.sourceforge.net/emesene/%{name}-%{version}.tar.gz
+Patch0:         %{name}-%{version}-pythonpath.patch
 BuildRequires:  desktop-file-utils, gettext, python-devel
 Requires: gnome-python2-extras
 Requires: python pygtk2
@@ -33,6 +34,7 @@ picture.
 
 %prep
 %setup -q
+%patch0 -p1 -b .pythonpath
 find -name \*~ |xargs rm -fv
 
 
@@ -66,6 +68,7 @@ cd %{_datadir}/%name
 exec ./%name
 EOF
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -87,8 +90,10 @@ fi
 %defattr(-,root,root)
 %doc README COPYING
 %attr(755,root,root) %_bindir/%name
-%_mandir/man1/%name.1*
+%{_mandir}/man1/%name.1*
+%dir %{_datadir}/%name
 %{_datadir}/%name/%name
+%exclude %{_datadir}/%name/%name.pythonpath
 %{_datadir}/%name/*.py
 %{_datadir}/%name/*.pyc
 %{_datadir}/%name/*.pyo
@@ -97,7 +102,7 @@ fi
 %{_datadir}/%name/conversation_themes
 %{_datadir}/%name/emesenelib
 %{_datadir}/%name/hotmlog.htm
-%_libdir/%name/libmimic.so
+%{_libdir}/%name/libmimic.so
 %{_datadir}/%name/misc
 %{_datadir}/%name/plugins_base
 %{_datadir}/%name/smilies
@@ -106,11 +111,14 @@ fi
 %dir %{_datadir}/%name/po
 %{_datadir}/icons/hicolor/48x48/apps/emesene.png
 %{_datadir}/icons/hicolor/scalable/apps/emesene.png
-
-%_datadir/applications/%name.desktop
+%{_datadir}/applications/%name.desktop
 
 
 %changelog
+* Tue Aug 25 2009 Allisson Azevedo <allisson at gmail.com> - 1.5-3
+- Added libmimic to pythonpath.
+- Package own /usr/share/emesene now.
+
 * Tue Aug 25 2009 Allisson Azevedo <allisson at gmail.com> - 1.5-2
 - Added python-devel to BR.
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/emesene/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	25 Aug 2009 05:12:43 -0000	1.1
+++ import.log	25 Aug 2009 14:03:47 -0000	1.2
@@ -1 +1,2 @@
 emesene-1_5-2_fc11:HEAD:emesene-1.5-2.fc11.src.rpm:1251177087
+emesene-1_5-3_fc11:HEAD:emesene-1.5-3.fc11.src.rpm:1251208986




More information about the fedora-extras-commits mailing list