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