]> git.pld-linux.org Git - packages/gama.git/blob - gama.spec
3212019db282c5aa4a8758ce5e47113a576d0c5c
[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.19
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:  e54e0de69b536483f157e26b5d6cf317
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}/cmp_xml_file
61 %attr(755,root,root) %{_bindir}/gama-g3
62 %attr(755,root,root) %{_bindir}/gama-local
63 %attr(755,root,root) %{_bindir}/gama-local-gkf2yaml
64 %attr(755,root,root) %{_bindir}/gama-local-xml2sql
65 %attr(755,root,root) %{_bindir}/gama-local-xml2txt
66 %attr(755,root,root) %{_bindir}/gama-local-yaml2gkf
67 %attr(755,root,root) %{_bindir}/krumm2gama-local
68 %{_infodir}/gama.info*
This page took 0.086321 seconds and 2 git commands to generate.