]> git.pld-linux.org Git - packages/kde4-step.git/blame - kde4-step.spec
- rebuild with gsl 2.4
[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
ac6197e8 7Version: 4.14.3
a2092115 8Release: 3
f027660b
AM
9License: GPL
10Group: X11/Applications/Graphics
46d041ae 11Source0: http://download.kde.org/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
ac6197e8 12# Source0-md5: 9e021e50310f0e99bd621d57ab07b7ef
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
46d041ae 73%{_datadir}/appdata/step.appdata.xml
f027660b
AM
74%{_datadir}/apps/step
75%{_datadir}/config.kcfg/step.kcfg
76%{_datadir}/config/step.knsrc
77%{_desktopdir}/kde4/step.desktop
78%{_iconsdir}/hicolor/*/apps/step.png
This page took 0.080419 seconds and 4 git commands to generate.