rpms/totem/devel totem.spec,1.44,1.45

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jan 6 22:32:45 UTC 2006


Author: johnp

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

Modified Files:
	totem.spec 
Log Message:
- add the mozplugin subpackage



Index: totem.spec
===================================================================
RCS file: /cvs/dist/rpms/totem/devel/totem.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- totem.spec	6 Jan 2006 22:05:35 -0000	1.44
+++ totem.spec	6 Jan 2006 22:32:41 -0000	1.45
@@ -33,6 +33,14 @@
 simple playlist, a full-screen mode, seek and volume controls, as well as
 a pretty complete keyboard navigation.
 
+%package mozplugin
+Summary: Mozilla plugin for Totem
+Group: Applications/Internet
+
+%description mozplugin
+Totem is simple movie player for the Gnome desktop. The mozilla plugin
+for totem allows totem to be embeded into a web browser. 
+
 %package devel
 Summary: Libraries/include files for Totem.
 Group: Development/Libraries
@@ -56,7 +64,7 @@
 
 %build
 autoreconf
-export MOZILLA_PLUGINDIR=%{_libdir}/mozilla/plugins 
+export MOZILLA_PLUGINDIR=%{_libdir}/mozilla 
 %configure --enable-gstreamer=0.10 --disable-lirc --disable-vanity --enable-mozilla --disable-nvtv
 
 #apparently someone forgot to autogen before disting 0.99.17 :)
@@ -78,6 +86,8 @@
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-1.0/*.a
 rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-1.0/*.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/*.a
+rm -f $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/*.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -114,6 +124,10 @@
 %{_mandir}/man1/%{name}.1*
 %{_mandir}/man1/totem-video-thumbnailer.1.gz
 
+%files mozplugin
+%defattr(-, root, root)
+%{_libdir}/mozilla/plugins/*
+
 %files devel
 %defattr(-, root, root)
 %{_includedir}/%{name}/1/plparser




More information about the fedora-cvs-commits mailing list