]> git.pld-linux.org Git - packages/MathPlanner.git/blob - MathPlanner.spec
8105f755b873bdeb80cfc49c65759509c3591fce
[packages/MathPlanner.git] / MathPlanner.spec
1 Summary:        A Program for calculating many kind of things
2 Summary(pl):    Program do ³atwego wykonywania obliczeñ matematycznych
3 Name:           MathPlanner
4 Version:        3.0.6
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications/Publishing
8 Source0:        http://koti.mbnet.fi/jarmonik/%{name}-%{version}.tar.gz
9 # Source0-md5:  2b19b33f41808bfa21474fc6acb045a9
10 Source1:        %{name}.desktop
11 URL:            http://koti.mbnet.fi/jarmonik
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  libtool
15 BuildRequires:  qt-devel >= 3.0.5
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _mathdir        %{_datadir}/MathPlanner
19
20 %description
21 MathPlanner is mathematical design and publishing tool. MathPlanner
22 supports complex numbers, vectors, and basic math operations like
23 trigonometry, log, ln... Also integers and functions definations can
24 be used.
25
26 %description -l pl
27 MathPlanner jest matematycznym programem do tworzenia i publikacji.
28 Obs³uguje liczby zespolone, wertory i podstawowe operacje matematyczne
29 (trygonometria, logarytmy,...). Mog± byæ tak¿e u¿yte liczby ca³kowite
30 oraz definicje funkcji.
31
32 %prep
33 %setup -q
34
35 %build
36 QTDIR="/usr/X11R6"
37 export QTDIR
38
39 rm -f missing
40 %{__libtoolize}
41 %{__aclocal}
42 %{__autoconf}
43 %{__automake}
44 %configure
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49 install -d $RPM_BUILD_ROOT{%{_pixmapsdir}/{mini,hicolor/{32x32,64x64}/mimetypes/},%{_applnkdir}/Scientific/Mathematics}
50 install -d $RPM_BUILD_ROOT%{_datadir}/mimelnk/application/
51
52 %{__make} install DESTDIR=$RPM_BUILD_ROOT
53
54 install icons/64x64/apps/*.png $RPM_BUILD_ROOT%{_pixmapsdir}
55 install icons/64x64/mimetypes/*.png $RPM_BUILD_ROOT%{_pixmapsdir}/hicolor/64x64/mimetypes/
56 install icons/32x32/mimetypes/*.png $RPM_BUILD_ROOT%{_pixmapsdir}/hicolor/32x32/mimetypes/
57 install mpl2.desktop $RPM_BUILD_ROOT%{_datadir}/mimelnk/application/
58 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Scientific/Mathematics
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files
64 %defattr(644,root,root,755)
65 %doc AUTHORS ChangeLog NEWS Doc.htm Doc examples
66 %attr(755,root,root) %{_bindir}/*
67 %dir %{_mathdir}
68 %{_mathdir}/*.txt
69 %{_mathdir}/pixmaps/*
70 %{_mathdir}/ts/*
71 %{_pixmapsdir}/*.png
72 %{_pixmapsdir}/hicolor/*/mimetypes/*.png
73 %{_datadir}/mimelnk/application/*.desktop
74 %{_applnkdir}/Scientific/Mathematics/*.desktop
This page took 0.034978 seconds and 2 git commands to generate.