]> git.pld-linux.org Git - packages/kde4-kig.git/blame_incremental - kde4-kig.spec
- release 3 (by relup.sh)
[packages/kde4-kig.git] / kde4-kig.spec
... / ...
CommitLineData
1%define _state stable
2%define orgname kig
3
4Summary: K Desktop Environment - Interactive Geometry
5Summary(pl.UTF-8): K Desktop Environment - Interaktywna geometria
6Name: kde4-kig
7Version: 4.14.3
8Release: 3
9License: GPL
10Group: X11/Applications/Science
11Source0: http://download.kde.org/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
12# Source0-md5: 2bc36c90f19b9fbebd7b3c7ac563acb3
13URL: http://www.kde.org/
14BuildRequires: automoc4
15BuildRequires: boost-python-devel
16BuildRequires: kde4-kdelibs-devel
17BuildRequires: qt4-build
18Obsoletes: kde4-kdeedu-kig < 4.6.99
19Obsoletes: kig <= 4.8.0
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23Kig is an application for Interactive Geometry. It's intended to serve
24two purposes:
25- allow students to interactively explore mathematical figures and
26 concepts using the computer.
27- serve as a WYSIWYG tool for drawing mathematical figures and
28 including them in other documents.
29
30%description -l pl.UTF-8
31Kig to aplikacja do interaktywnej geometrii. Ma służyć dwóm celom:
32- umożliwić uczniom interaktywnie przeglądanie figur i pojęć
33 matematycznych przy użyciu komputera
34- służyć jako narzędzie WYSIWYG do rysowania figur matematycznych i
35 włączania ich do innych dokumentów.
36
37%prep
38%setup -q -n %{orgname}-%{version}
39
40%build
41install -d build
42cd build
43%cmake \
44 ..
45%{__make}
46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50%{__make} -C build/ install \
51 DESTDIR=$RPM_BUILD_ROOT \
52 kde_htmldir=%{_kdedocdir}
53
54%find_lang %{orgname} --with-kde
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%files -f %{orgname}.lang
60%defattr(644,root,root,755)
61%attr(755,root,root) %{_bindir}/pykig.py
62%attr(755,root,root) %{_libdir}/kde4/kigpart.so
63%attr(755,root,root) %{_bindir}/kig
64%{_desktopdir}/kde4/kig.desktop
65%{_datadir}/kde4/services/kig_part.desktop
66%{_datadir}/appdata/kig.appdata.xml
67%{_datadir}/apps/kig
68%{_iconsdir}/hicolor/*x*/apps/kig.png
69%{_iconsdir}/hicolor/scalable/apps/kig.svgz
70%{_iconsdir}/hicolor/*x*/mimetypes/application-x-kig.png
71%{_iconsdir}/hicolor/scalable/mimetypes/application-x-kig.svgz
72%{_mandir}/man1/kig.1*
73
74# subpackage?
75%{_datadir}/apps/katepart/syntax/python-kig.xml
This page took 0.231583 seconds and 4 git commands to generate.