]> git.pld-linux.org Git - packages/browser-plugin-cult3d.git/blame - browser-plugin-cult3d.spec
- browser plugins v2
[packages/browser-plugin-cult3d.git] / browser-plugin-cult3d.spec
CommitLineData
f39dab98
ER
1%define _orgname cult3d
2%define _beta b1
e11e236c 3%define _rel 0.6
f39dab98 4Summary: A Mozilla plug-in to view Cult3D objects
e7675817 5Summary(pl.UTF-8): Wtyczka dla przeglądarek opartych na Mozilli do obiektów Cult3D
f39dab98
ER
6Name: browser-plugin-%{_orgname}
7Version: 5.2
f39dab98
ER
8Release: 0.%{_beta}.%{_rel}
9License: ?
10Group: X11/Applications/Multimedia
11Source0: http://host.cycore.net/plugins/linux/netscape4/Cult3D_NS4_%{version}%{_beta}.tar.gz
864f4680 12# NoSource0-md5: 9b559a80ac71d9d9eea75a8bf1769489
f39dab98
ER
13NoSource: 0
14URL: http://www.cult3d.com/
e11e236c
ER
15BuildRequires: rpmbuild(macros) >= 1.357
16Requires: browser-plugins >= 2.0
f39dab98
ER
17ExclusiveArch: %{ix86}
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
864f4680 20%define _classesdir %{_libdir}/netscape/java/classes
f39dab98
ER
21
22%description
23The Cult3D Viewer enables you to view and interact with Cult3D objects
24on the Web, in Microsoft Word, PowerPoint, and Excel, as well as Adobe
25Acrobat files.
26
27The Viewer is an incredibly small download that will bring the Web and
28presentations to life. You can visit any site hosting a Cult3D object
29and move it around, and play with its components. For example, if you
30got a Web site with a Cult3D car, you can open the doors, look at the
31interior - even the backseat, open the hood and trunk, you can even
32change the color of the car - all with a click of your mouse!
33
a3de88ba
JR
34%description -l pl.UTF-8
35Cult3D Viewer pozwala oglądać i pracować z obiektami Cult3D w sieci,
864f4680
JB
36oraz plikach Microsoft Worda, PowerPointa, Excela oraz Adobe Acrobata.
37
a3de88ba
JR
38Przeglądarka jest bardzo mała i dająca życie prezentacjom WWW. Pozwala
39oglądać dowolne serwisy zawierające obiekty Cult3D i przemieszczać je,
40przeglądając ich komponenty. Na przykład mając stronę WWW z samochodem
41Cult3D można otwierać drzwi, patrzeć na wnętrze - nawet tylne
42siedzenie, otwierać maskę i kufer, a nawet zmieniać kolor samochodu -
43wszystko to klikając myszką.
864f4680 44
f39dab98
ER
45%prep
46%setup -q -n %{_orgname}-%{version}-%{_beta}-linux-x86
47tar xf %{_orgname}.tar
48
49%install
50rm -rf $RPM_BUILD_ROOT
e11e236c 51install -d $RPM_BUILD_ROOT{%{_browserpluginsdir},%{_classesdir}}
f39dab98 52cp -a %{_orgname}/com $RPM_BUILD_ROOT%{_classesdir}
e11e236c 53install %{_orgname}/*.so $RPM_BUILD_ROOT%{_browserpluginsdir}
f39dab98
ER
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
e11e236c
ER
58%post
59%update_browser_plugins
f39dab98 60
e11e236c
ER
61%postun
62if [ "$1" = 0 ]; then
63 %update_browser_plugins
64fi
f39dab98
ER
65
66%files
67%defattr(644,root,root,755)
68%doc README
e11e236c 69%attr(755,root,root) %{_browserpluginsdir}/*.so
f39dab98 70%{_classesdir}
This page took 0.091627 seconds and 4 git commands to generate.