]> git.pld-linux.org Git - SPECS.git/blob - pdnmesh.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / pdnmesh.spec
1 Summary:        pdnmesh - A 2D finite element program
2 Summary(pl.UTF-8):      pdnmesh - dwuwymiarowy program do analizy metodą elementów skończonych
3 Name:           pdnmesh
4 Version:        0.2.2
5 Release:        0.1
6 License:        GPL v2
7 Group:          Applications/Engineering
8 Source0:        http://dl.sourceforge.net/pdnmesh/%{name}-%{version}.tar.gz
9 # Source0-md5:  8cdceff0a9d076689347c2803a0f6da9
10 Patch0:         %{name}-am18.patch
11 Patch1:         %{name}-DESTDIR.patch
12 URL:            http://pdnmesh.sourceforge.net/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  gcc-g77
16 BuildRequires:  gtkglext-devel >= 1.0.0
17 BuildRequires:  lapack-devel
18 BuildRequires:  pkgconfig
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %define         _noautoreqdep   libGL.so.1 libGLU.so.1
22
23 %description
24 pdnmesh is a 2 Dimensional finite element analysis program. It can be
25 used to solve Electrostatic, Magneto-static, Heatflow and Fluid
26 dynamic problems. It can also do post processing to visualise the
27 solution. It is possible to import CAD DXF files (ASCII) into pdnmesh
28 and convert them to a format allowed problem definition.
29
30 %description -l pl.UTF-8
31 pdnmesh jest dwuwymiarowym programem służącym do analizy metodą
32 elementów skończonych. Może być używany do rozwiązywania problemów
33 związanych z elektrostatyką, magnetostatyką, przepływem ciepła oraz
34 dynamiką płynów. Istnieje możliwość wizualizacji wyników za pomocą
35 postprocesora. Możliwy jest również import plików CAD DXF (ASCII),
36 oraz ich konwersja do formatu pozwalającego na definicję problemu.
37
38 %prep
39 %setup -q
40 %patch0 -p1
41 %patch1 -p1
42
43 %build
44 %{__aclocal}
45 %{__autoconf}
46 %{__automake}
47 %configure
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc AUTHORS ChangeLog NEWS README
62 %attr(755,root,root) %{_bindir}/*
63 %{_mandir}/man?/*
64 %{_pixmapsdir}/*
This page took 0.153733 seconds and 3 git commands to generate.