]> git.pld-linux.org Git - SPECS.git/blob - gama.spec
SPECS updated Sat 31 Jul 20:27:02 CEST 2021
[SPECS.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.14
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:  3dd159118352a7ff2bac137b32c5fff4
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-gkf2yaml
63 %attr(755,root,root) %{_bindir}/gama-local-xml2sql
64 %attr(755,root,root) %{_bindir}/gama-local-xml2txt
65 %attr(755,root,root) %{_bindir}/gama-local-yaml2gkf
66 %{_infodir}/gama.info*
This page took 0.118709 seconds and 3 git commands to generate.