]> git.pld-linux.org Git - packages/gama.git/blob - gama.spec
fca03f4b6456b6363270b0d87fc5803130fb95fa
[packages/gama.git] / gama.spec
1 Summary:        GNU Gama - adjustment of geodetic networks
2 Summary(pl.UTF-8):      GNU Gama - wyrównywanie sieci geodezyjnych
3 Name:           gama
4 Version:        2.12
5 Release:        1
6 License:        GPL v3+
7 Group:          Applications/Science
8 Source0:        https://ftp.gnu.org/gnu/gama/%{name}-%{version}.tar.gz
9 # Source0-md5:  32f8894022c08acdd60ebf5a7ec880c5
10 URL:            http://www.gnu.org/software/gama/
11 BuildRequires:  expat-devel
12 BuildRequires:  libstdc++-devel >= 6:5
13 BuildRequires:  libxml2-progs
14 BuildRequires:  octave
15 BuildRequires:  sqlite3-devel >= 3
16 BuildRequires:  texinfo
17 BuildRequires:  yaml-cpp-devel
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 GNU Gama package is dedicated to adjustment of geodetic networks. It
22 is intended for use with traditional geodetic surveyings which are
23 still used and needed in special measurements (e.g., underground or
24 high precision engineering measurements) where the Global Positioning
25 System (GPS) cannot be used.
26
27 %description -l pl.UTF-8
28 Pakiet GNU Gama służy do wyrównywania sieci geodezyjnych. Jest
29 przeznaczony do użycia w tradycyjnych badaniach geodezyjnych, które są
30 nadal używane w specjalnych pomiarach (np. podziemnych lub
31 precyzyjnych pomiarach inżynierskich), gdzie nie można użyć GPS-a
32 (Global Positioning System).
33
34 %prep
35 %setup -q
36
37 %build
38 %configure \
39         --disable-silent-rules
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %post   -p /sbin/postshell
52 -/usr/sbin/fix-info-dir -c %{_infodir}
53
54 %postun -p /sbin/postshell
55 -/usr/sbin/fix-info-dir -c %{_infodir}
56
57 %files
58 %defattr(644,root,root,755)
59 %doc AUTHORS ChangeLog NEWS README TODO
60 %attr(755,root,root) %{_bindir}/gama-g3
61 %attr(755,root,root) %{_bindir}/gama-local
62 %attr(755,root,root) %{_bindir}/gama-local-xml2sql
63 %attr(755,root,root) %{_bindir}/gama-local-xml2txt
64 %attr(755,root,root) %{_bindir}/gama-local-yaml2gkf
65 %{_infodir}/gama.info*
This page took 0.071216 seconds and 2 git commands to generate.