rpms/gnash/devel gnash-0.8.6-python-install-dir.patch, NONE, 1.1 .cvsignore, 1.17, 1.18 gnash.spec, 1.65, 1.66

tomeu tomeu at fedoraproject.org
Tue Dec 29 18:40:48 UTC 2009


Author: tomeu

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

Modified Files:
	.cvsignore gnash.spec 
Added Files:
	gnash-0.8.6-python-install-dir.patch 
Log Message:
clog

gnash-0.8.6-python-install-dir.patch:
 Makefile.am |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE gnash-0.8.6-python-install-dir.patch ---
=== modified file 'gui/pythonmod/Makefile.am'
--- gui/pythonmod/Makefile.am	2009-12-19 21:24:21 +0000
+++ gui/pythonmod/Makefile.am	2009-12-29 18:32:28 +0000
@@ -15,8 +15,8 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-pkgpythondir = $(pythondir)/gtk-2.0
-pkgpyexecdir = $(pythondir)/gtk-2.0
+pkgpythondir = $(pkgpythondir)/gtk-2.0
+pkgpyexecdir = $(pkgpyexecdir)/gtk-2.0
 
 GNASH_INCLUDES = \
 	-I$(top_srcdir)/gui \



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnash/devel/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- .cvsignore	29 Dec 2009 10:18:14 -0000	1.17
+++ .cvsignore	29 Dec 2009 18:40:48 -0000	1.18
@@ -1,2 +1,3 @@
 gnash-0.8.6.tar.bz2
 gnash-splash.swf
+gnash-0.8.6-python-install-dir.patch


Index: gnash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnash/devel/gnash.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -p -r1.65 -r1.66
--- gnash.spec	29 Dec 2009 13:06:09 -0000	1.65
+++ gnash.spec	29 Dec 2009 18:40:48 -0000	1.66
@@ -5,7 +5,7 @@
 
 Name:           gnash
 Version:        0.8.6
-Release:	2%{?dist}
+Release:	3%{?dist}
 #Release:        0.8.%{alphatag}%{?dist}
 Epoch:		1
 Summary:        GNU flash movie player
@@ -19,6 +19,7 @@ Source1:        http://www.getgnash.org/
 Source2:        gnash.desktop
 
 Patch0:         gnash-0.8.3-manual.patch
+Patch1:         gnash-0.8.6-python-install-dir.patch
 # register KComponentData properly in KDE 4 KPart
 Patch3:         gnash-0.8.3-fix-kde4-port.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -112,6 +113,7 @@ application.
 %prep
 %setup -q
 %patch0 -p1 -b .manual
+%patch1 -p0 -b .python
 %patch3 -p1 -b .fix-kde4
 # Hack as autoreconf breaks build 
 sed -i -e 's!kapp.h!kapplication.h!g' configure
@@ -317,6 +319,9 @@ fi
 %{python_sitearch}/*
 
 %changelog
+* Tue Dec 29 2009 Tomeu Vizoso <tomeu at sugarlabs.org> - 0.8.6-3
+- Install python modules in the right dir
+
 * Tue Dec 29 2009 Tomeu Vizoso <tomeu at sugarlabs.org> - 0.8.6-2
 - Add cygnal plugins
 




More information about the fedora-extras-commits mailing list