]> git.pld-linux.org Git - SPECS.git/blob - kdissert.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / kdissert.spec
1 Summary:        kdissert - a mindmapping-like tool to help students to produce complicated documents
2 Summary(pl.UTF-8):      kdissert - narzędzie wspomagające tworzenie map myśli
3 Name:           kdissert
4 Version:        1.0.7
5 Release:        2
6 License:        GPL
7 Group:          Applications
8 Source0:        http://freehackers.org/~tnagy/kdissert/%{name}-%{version}.tar.bz2
9 # Source0-md5:  8e72785b8ab2adfc959522fcdcec10e6
10 URL:            http://freehackers.org/~tnagy/kdissert/
11 BuildRequires:  kdelibs-devel >= 9:3.2.0
12 BuildRequires:  rpmbuild(macros) >= 1.335
13 BuildRequires:  waf
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _noautoreq      libtool(.*)
17
18 %description
19 The goal of kdissert is to help to structure ideas and concepts. Ideas
20 are first layed down on a canvas and then associated into a tree. The
21 tree is there to help to see how the ideas interact, and then to
22 develop them further (by adding ramifications). An idea is represented
23 by a shape which contains several a summary (visible part), several
24 text fields, and optional pictures and url links.
25
26 %description -l pl.UTF-8
27 Celem kdissert jest ułatwienie strukturalnej organizacji idei i
28 koncepcji. Idee są najpierw rozkładane na płótnie, a następnie
29 budowane jest z nich drzewo, które ma ułatwić zrozumienie sposobu w
30 jaki sposób łączą się ze sobą dane idee. Idea jest reprezentowana
31 przez kształt, który może zawierać opis; pola tekstowe oraz jeśli
32 zachodzi taka potrzeba obrazki i odnośniki.
33
34 %prep
35 %setup -q
36 %{__sed} -i -e 's/Categories=.*/Categories=QT;KDE;Education;/g' src/appdata/kdissert.desktop
37
38 %build
39 export QTDIR="%{_usr}"
40
41 # autodetects all needed paths from kde-config not sure it supports amd64 at the moment
42 # im talking about it with the maintainer of kde's scons-based buildsystem
43
44 %waf configure \
45         --prefix=%{_prefix} %{?debug:debug=full} \
46         --qtincludes=%{_includedir}/qt \
47 %if "%{_lib}" == "lib64"
48         --libsuffix=64 \
49 %endif
50         --qtlibs=%{_libdir}
51
52 %waf
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %waf install \
58         --destdir $RPM_BUILD_ROOT
59
60 %find_lang %{name} --with-kde
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %files -f %{name}.lang
66 %defattr(644,root,root,755)
67 %attr(755,root,root) %{_bindir}/kdissert
68 %{_libdir}/kde3/libkdissOOOdoc.la
69 %attr(755,root,root) %{_libdir}/kde3/libkdissOOOdoc.so
70 %{_libdir}/kde3/libkdissOOOimpress.la
71 %attr(755,root,root) %{_libdir}/kde3/libkdissOOOimpress.so
72 %{_libdir}/kde3/libkdissapplet.la
73 %attr(755,root,root) %{_libdir}/kde3/libkdissapplet.so
74 %{_libdir}/kde3/libkdissasciidoc.la
75 %attr(755,root,root) %{_libdir}/kde3/libkdissasciidoc.so
76 %{_libdir}/kde3/libkdissbeamerslides.la
77 %attr(755,root,root) %{_libdir}/kde3/libkdissbeamerslides.so
78 %{_libdir}/kde3/libkdisshtmldoc.la
79 %attr(755,root,root) %{_libdir}/kde3/libkdisshtmldoc.so
80 %{_libdir}/kde3/libkdisspdflatexarticle.la
81 %attr(755,root,root) %{_libdir}/kde3/libkdisspdflatexarticle.so
82 %{_libdir}/kde3/libkdisspdflatexbook.la
83 %attr(755,root,root) %{_libdir}/kde3/libkdisspdflatexbook.so
84 %{_libdir}/kde3/libkdissprosperslides.la
85 %attr(755,root,root) %{_libdir}/kde3/libkdissprosperslides.so
86 %{_libdir}/kde3/libkdissdocbook.la
87 %attr(755,root,root) %{_libdir}/kde3/libkdissdocbook.so
88 %{_libdir}/kde3/libkdissstx.la
89 %attr(755,root,root) %{_libdir}/kde3/libkdissstx.so
90 %{_desktopdir}/kde/kdissert.desktop
91 %{_datadir}/apps/kdissert
92 %{_datadir}/apps/kdissertpart
93 %{_datadir}/config.kcfg/kdissert.kcfg
94 %{_iconsdir}/hicolor/*/*/*.png
95 %{_datadir}/mimelnk/application/x-kdissert.desktop
96 %{_datadir}/services/kdissertpart.desktop
97 %{_datadir}/applnk/Utilities/kdissert.desktop
This page took 0.606515 seconds and 3 git commands to generate.