Author: blues Date: Sun May 14 12:46:03 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - browser plugin support finished
---- Files affected: SPECS: totem.spec (1.79 -> 1.80) ---- Diffs: ================================================================ Index: SPECS/totem.spec diff -u SPECS/totem.spec:1.79 SPECS/totem.spec:1.80 --- SPECS/totem.spec:1.79 Sun May 14 13:55:58 2006 +++ SPECS/totem.spec Sun May 14 14:45:58 2006 @@ -17,7 +17,7 @@ Summary(pl): Odtwarzacz filmów dla GNOME 2 oparty na silniku gstreamer Name: totem Version: 1.4.0 -Release: 1.1 +Release: 2 License: GPL Group: Applications/Multimedia Source0: http://ftp.gnome.org/pub/gnome/sources/totem/1.4/%{name}-%{version}.tar.bz2 @@ -161,6 +161,8 @@ %description -n browser-plugin-%{name} -l pl Wtyczka Totem do przeglądarek WWW. +Obsługiwane przeglądarki: %{browsers}. + %prep %setup -q %patch0 -p1 @@ -188,10 +190,11 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ + plugindir=%{_plugindir} \ + typelibdir=%{_plugindir} \ GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 -rm -f $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/*.{la,a} -rm -f $RPM_BUILD_ROOT%{_libdir}/mozilla-firefox/plugins/*.{la,a} +rm -f $RPM_BUILD_ROOT%{_plugindir}/*.{la,a} rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-1.0/*.{la,a} %find_lang %{name} --all-name --with-gnome @@ -279,19 +282,11 @@ %defattr(644,root,root,755) %{_libdir}/libtotem-plparser.a -#%if %{with mozilla_firefox} -#%files -n mozilla-firefox-plugin-totem -#%defattr(644,root,root,755) -#%attr(755,root,root) %{_libdir}/totem-mozilla-viewer -#%attr(755,root,root) %{_libdir}/mozilla-firefox/plugins/*.so -#%{_libdir}/mozilla-firefox/plugins/*.xpt -#%else -#%files -n mozilla-plugin-totem -#%defattr(644,root,root,755) -#%attr(755,root,root) %{_libdir}/totem-mozilla-viewer -#%attr(755,root,root) %{_libdir}/mozilla/plugins/*.so -#%{_libdir}/mozilla/plugins/*.xpt -#%endif +%files -n browser-plugin-%{name} +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/totem-mozilla-viewer +%attr(755,root,root) %{_plugindir}/*.so +%attr(755,root,root) %{_plugindir}/*.xpt %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -299,6 +294,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.80 2006/05/14 12:45:58 blues +- browser plugin support finished + Revision 1.79 2006/05/14 11:55:58 glen - rpmbuild(macros) for nsplugin macros, adapter ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/totem.spec?r1=1.79&r2=1.80&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
