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