rpms/totem/devel totem-2.17.5-make-j.patch, NONE, 1.1 totem.spec, 1.88, 1.89

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jan 17 15:08:07 UTC 2007


Author: mclasen

Update of /cvs/dist/rpms/totem/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv7145

Modified Files:
	totem.spec 
Added Files:
	totem-2.17.5-make-j.patch 
Log Message:
fix make -j 


totem-2.17.5-make-j.patch:
 Makefile.am |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

--- NEW FILE totem-2.17.5-make-j.patch ---
--- totem-2.17.5/browser-plugin/Makefile.am.make-j	2007-01-17 10:07:23.000000000 -0500
+++ totem-2.17.5/browser-plugin/Makefile.am	2007-01-17 10:07:32.000000000 -0500
@@ -87,7 +87,7 @@
 	$(top_builddir)/src/libbaconpropertiespage.la			\
 	$(top_builddir)/src/libtotem_player.la				\
 	$(top_builddir)/src/plparse/libtotem-plparser.la		\
-	$(top_builddir)/browser-plugin/libtotempluginviewer_marshal.la	\
+	libtotempluginviewer_marshal.la					\
 	$(EXTRA_GNOME_LIBS)	\
 	$(XVIDMODE_LIBS) 	\
 	$(DBUS_LIBS)		\
@@ -150,7 +150,7 @@
 
 libtotem_basic_plugin_la_LIBADD =					\
 	$(top_builddir)/src/plparse/libtotem-plparser-mini.la		\
-	$(top_builddir)/browser-plugin/libtotempluginviewer_marshal.la	\
+	libtotempluginviewer_marshal.la					\
 	$(DBUS_LIBS)	\
  	$(MOZILLA_LIBS)	\
 	$(LIBXPCOMGLUE_S)
@@ -209,7 +209,7 @@
 
 libtotem_gmp_plugin_la_LIBADD =						\
 	$(top_builddir)/src/plparse/libtotem-plparser-mini.la		\
-	$(top_builddir)/browser-plugin/libtotempluginviewer_marshal.la	\
+	libtotempluginviewer_marshal.la	\
 	$(DBUS_LIBS)	\
  	$(MOZILLA_LIBS)	\
 	$(LIBXPCOMGLUE_S)
@@ -268,7 +268,7 @@
 
 libtotem_complex_plugin_la_LIBADD =					\
 	$(top_builddir)/src/plparse/libtotem-plparser-mini.la		\
-	$(top_builddir)/browser-plugin/libtotempluginviewer_marshal.la	\
+	libtotempluginviewer_marshal.la					\
 	$(DBUS_LIBS)	\
  	$(MOZILLA_LIBS)	\
 	$(LIBXPCOMGLUE_S)
@@ -327,7 +327,7 @@
 
 libtotem_narrowspace_plugin_la_LIBADD =					\
 	$(top_builddir)/src/plparse/libtotem-plparser-mini.la		\
-	$(top_builddir)/browser-plugin/libtotempluginviewer_marshal.la	\
+	libtotempluginviewer_marshal.la					\
 	$(DBUS_LIBS)	\
  	$(MOZILLA_LIBS)	\
 	$(LIBXPCOMGLUE_S)
@@ -386,7 +386,7 @@
 
 libtotem_mully_plugin_la_LIBADD =					\
 	$(top_builddir)/src/plparse/libtotem-plparser-mini.la		\
-	$(top_builddir)/browser-plugin/libtotempluginviewer_marshal.la	\
+	libtotempluginviewer_marshal.la					\
 	$(DBUS_LIBS)	\
  	$(MOZILLA_LIBS)	\
 	$(LIBXPCOMGLUE_S)


Index: totem.spec
===================================================================
RCS file: /cvs/dist/rpms/totem/devel/totem.spec,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- totem.spec	16 Jan 2007 17:55:56 -0000	1.88
+++ totem.spec	17 Jan 2007 15:08:05 -0000	1.89
@@ -5,12 +5,13 @@
 Summary: Movie player for GNOME 2
 Name: totem
 Version: 2.17.5
-Release: 1%{?dist} 
+Release: 2%{?dist} 
 License: GPL
 Group: Applications/Multimedia
 URL: http://www.hadess.net/totem.php3
 Source0: http://ftp.gnome.org/pub/GNOME/sources/totem/0.99/totem-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
+Patch0: totem-2.17.5-make-j.patch
 
 Requires(pre): GConf2 >= 2.14
 Requires(preun): GConf2 >= 2.14
@@ -85,6 +86,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 .make-j
 
 %build
 # try to work around a problem where gst-inspect does 




More information about the fedora-cvs-commits mailing list