]> git.pld-linux.org Git - packages/kde4-step.git/blame - kde4-step.spec
- 4.10.0
[packages/kde4-step.git] / kde4-step.spec
CommitLineData
f027660b
AM
1%define _state stable
2%define orgname step
3
4Summary: K Desktop Environment - Interactive Physical Simulator
5Summary(pl.UTF-8): K Desktop Environment - interaktywny symulator fizyczny
843423dd 6Name: kde4-step
41afb016 7Version: 4.10.0
f027660b
AM
8Release: 1
9License: GPL
10Group: X11/Applications/Graphics
21a313ff 11Source0: ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
41afb016 12# Source0-md5: e81b873200a34a237496be46571f6a68
f027660b
AM
13URL: http://www.kde.org/
14BuildRequires: cln-devel
15BuildRequires: eigen
16BuildRequires: gsl-devel
17BuildRequires: kde4-kdelibs-devel >= %{version}
21a313ff 18BuildRequires: libqalculate-devel >= 0.9.5
f027660b 19Obsoletes: kde4-kdeedu-step < 4.7.0
843423dd 20Obsoletes: step <= 4.8.0
f027660b
AM
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24Step is an interactive physical simulator.
25
26It works like this: you place some bodies on the scene, add some
27forces such as gravity or springs, then click "Simulate" and Step
28shows you how your scene will evolve according to the laws of physics.
29
30You can change every property of bodies/forces in your experiment
31(even during simulation) and see how this will change evolution of the
32experiment. With Step you can not only learn but feel how physics
33works!
34
35%description -l pl.UTF-8
36Step to interaktywny symulator fizyczny.
37
38Działa w ten sposób: umieszcza się na scenie jakieś ciała, dodaje siły
39takie jak grawitacja czy sprężyny, a następnie wciska przycisk
40"Symuluj" - a Step pokazuje, jak scena będzie się zmieniała zgodnie z
41prawami fizyki.
42
43W ramach eksperymentu można zmieniać każdą właściwość ciał/sił (nawet
44podczas symulacji) i obserwować, jak zmieni to jego przebieg. Przy
45użyciu Stepa można nie tylko nauczyć się, ale i poczuć, jak działa
46fizyka.
47
48%prep
49%setup -q -n %{orgname}-%{version}
50
51%build
52install -d build
53cd build
54%cmake \
55 ..
56%{__make}
57
58%install
59rm -rf $RPM_BUILD_ROOT
60
61%{__make} -C build/ install \
62 DESTDIR=$RPM_BUILD_ROOT \
63 kde_htmldir=%{_kdedocdir}
64
843423dd 65%find_lang %{orgname} --with-kde
f027660b
AM
66
67%clean
68rm -rf $RPM_BUILD_ROOT
69
843423dd 70%files -f %{orgname}.lang
f027660b
AM
71%defattr(644,root,root,755)
72%attr(755,root,root) %{_bindir}/step
73%{_datadir}/apps/step
74%{_datadir}/config.kcfg/step.kcfg
75%{_datadir}/config/step.knsrc
76%{_desktopdir}/kde4/step.desktop
77%{_iconsdir}/hicolor/*/apps/step.png
This page took 0.153294 seconds and 4 git commands to generate.