]> git.pld-linux.org Git - packages/geogebra.git/blame - geogebra.spec
- 3.2.41
[packages/geogebra.git] / geogebra.spec
CommitLineData
6d7dff05
ZU
1Summary: GeoGebra is dynamic mathematics software
2Name: geogebra
e9fbeae0 3Version: 3.2.41
6d7dff05
ZU
4Release: 0.1
5License: GPL
6Group: X11/Applications/Science
7Source0: http://www.geogebra.org/webstart/unpacked/%{version}/unpacked/%{name}.jar
e9fbeae0 8# Source0-md5: 61c356e37c7cd24b0f6006f87be2bf05
6d7dff05 9Source1: http://www.geogebra.org/webstart/unpacked/%{version}/unpacked/%{name}_cas.jar
e9fbeae0 10# Source1-md5: 2c97a55ede7dce6dfefe96b0a21670f8
6d7dff05 11Source2: http://www.geogebra.org/webstart/unpacked/%{version}/unpacked/%{name}_export.jar
e9fbeae0 12# Source2-md5: 62297ff3166887d31d451c0f66488265
6d7dff05 13Source3: http://www.geogebra.org/webstart/unpacked/%{version}/unpacked/%{name}_gui.jar
e9fbeae0 14# Source3-md5: b0fe16473d1c2c44ffd8a6660c89e383
6d7dff05 15Source4: http://www.geogebra.org/webstart/unpacked/%{version}/unpacked/%{name}_main.jar
e9fbeae0 16# Source4-md5: 2919a81fe3dec6fde1dc7e343327c0fd
6d7dff05 17Source5: http://www.geogebra.org/webstart/unpacked/%{version}/unpacked/%{name}_properties.jar
e9fbeae0 18# Source5-md5: 831d4e2377df2ea34938bdb933e2a480
6d7dff05
ZU
19Source10: %{name}
20# source11 taken from archlinux
21Source11: %{name}.desktop
22Source12: http://aur.archlinux.org/packages/geogebra/geogebra/%{name}.png
23# Source12-md5: e324ee3a2bb438cee625e3f29770a315
24URL: http://www.geogebra.org
ffc4aced 25Requires: jre >= 1.4.2
fbdc0339 26BuildArch: noarch
6d7dff05
ZU
27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29%description
30GeoGebra is dynamic mathematics software for all levels of education
31that joins arithmetic, geometry, algebra and calculus. It offers
32multiple representations of objects in its graphics, algebra, and
33spreadsheet views that are all dynamically linked.
34
35%prep
36
6d7dff05
ZU
37%install
38rm -rf $RPM_BUILD_ROOT
39
40install -d $RPM_BUILD_ROOT%{_javadir}/geogebra
41install -d $RPM_BUILD_ROOT%{_bindir}
42install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
43
44install %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} $RPM_BUILD_ROOT%{_javadir}/geogebra
45install %{SOURCE10} $RPM_BUILD_ROOT%{_bindir}
46install %{SOURCE11} $RPM_BUILD_ROOT%{_desktopdir}
47install %{SOURCE12} $RPM_BUILD_ROOT%{_pixmapsdir}
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files
53%defattr(644,root,root,755)
54%attr(755,root,root) %{_bindir}/%{name}
55%dir %{_javadir}/%{name}
56%{_javadir}/%{name}/*.jar
57%{_desktopdir}/%{name}.desktop
58%{_pixmapsdir}/%{name}.png
This page took 0.061787 seconds and 4 git commands to generate.