SPECS: browser-plugin-cult3d.spec (NEW) - somewhat works for netsc...

glen glen at pld-linux.org
Thu Jun 29 19:47:34 CEST 2006


Author: glen                         Date: Thu Jun 29 17:47:34 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- somewhat works for netscape4

---- Files affected:
SPECS:
   browser-plugin-cult3d.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/browser-plugin-cult3d.spec
diff -u /dev/null SPECS/browser-plugin-cult3d.spec:1.1
--- /dev/null	Thu Jun 29 19:47:34 2006
+++ SPECS/browser-plugin-cult3d.spec	Thu Jun 29 19:47:29 2006
@@ -0,0 +1,82 @@
+# $Revision$, $Date$
+%define		_orgname	cult3d
+%define		_beta	b1
+Summary:	A Mozilla plug-in to view Cult3D objects
+Summary(pl):	Wtyczka dla przeglądarek opartych na Mozilli do obiektów Cult3D
+Name:		browser-plugin-%{_orgname}
+Version:	5.2
+%define		_rel	0.5
+Release:	0.%{_beta}.%{_rel}
+License:	?
+Group:		X11/Applications/Multimedia
+Source0:	http://host.cycore.net/plugins/linux/netscape4/Cult3D_NS4_%{version}%{_beta}.tar.gz
+# Source0-md5:	9b559a80ac71d9d9eea75a8bf1769489
+NoSource:	0
+URL:		http://www.cult3d.com/
+ExclusiveArch:	%{ix86}
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+# directory where you store the plugin
+%define		_plugindir	%{_libdir}/browser-plugins
+%define		_classesdir %{_libdir}/netscape/java/classes
+
+%description
+The Cult3D Viewer enables you to view and interact with Cult3D objects
+on the Web, in Microsoft Word, PowerPoint, and Excel, as well as Adobe
+Acrobat files.
+
+The Viewer is an incredibly small download that will bring the Web and
+presentations to life. You can visit any site hosting a Cult3D object
+and move it around, and play with its components. For example, if you
+got a Web site with a Cult3D car, you can open the doors, look at the
+interior - even the backseat, open the hood and trunk, you can even
+change the color of the car - all with a click of your mouse!
+
+%prep
+%setup -q -n %{_orgname}-%{version}-%{_beta}-linux-x86
+tar xf %{_orgname}.tar
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_plugindir},%{_classesdir}}
+cp -a %{_orgname}/com $RPM_BUILD_ROOT%{_classesdir}
+cp -a %{_orgname}/*.so $RPM_BUILD_ROOT%{_plugindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%triggerin -- opera
+%nsplugin_install -d %{_libdir}/opera/plugins libcult3dplugin.so
+
+%triggerun -- opera
+%nsplugin_uninstall -d %{_libdir}/opera/plugins libcult3dplugin.so
+
+%triggerin -- netscape4-common
+%nsplugin_install -d %{_libdir}/netscape/plugins libcult3dplugin.so
+
+%triggerun -- netscape4-common
+%nsplugin_uninstall -d %{_libdir}/netscape/plugins libcult3dplugin.so
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_plugindir}/*.so
+%{_classesdir}
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/06/29 17:47:29  glen
+- somewhat works for netscape4
+
+Revision 1.3  2006/06/29 17:12:09  glen
+- cosmetics
+
+Revision 1.2  2004/07/04 16:05:09  pawcioos
+- updated sources
+
+Revision 1.1  2004/01/18 10:59:27  blues
+- initial - I can't get it working... feel free to make it eatable :)
================================================================


More information about the pld-cvs-commit mailing list