Accepting request 325386 from home:AndreasStieger

GNU gama - Adjustment of geodetic networks

OBS-URL: https://build.opensuse.org/request/show/325386
OBS-URL: https://build.opensuse.org/package/show/science/gama?expand=0&rev=1
This commit is contained in:
Ismail Dönmez 2015-08-22 16:14:31 +00:00 committed by Git OBS Bridge
commit e17156a2a8
7 changed files with 106 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

3
gama-1.16.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e673f072b8f2bae18d39af3e454366314bcc7185819cfadf9240749c18fee9e
size 1114140

7
gama-1.16.tar.gz.sig Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAlWylQwACgkQry1qQSxfbrjvRACgv++0Mi38b7oDwSxqyqyEsILx
c1sAoKC2Ryr/8x9wrrxhM/vUKlkuaHZB
=1Nsm
-----END PGP SIGNATURE-----

5
gama.changes Normal file
View File

@ -0,0 +1,5 @@
-------------------------------------------------------------------
Sat Aug 22 14:41:37 UTC 2015 - astieger@suse.com
- initial package

BIN
gama.keyring Normal file

Binary file not shown.

67
gama.spec Normal file
View File

@ -0,0 +1,67 @@
#
# spec file for package gama
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: gama
Version: 1.16
Release: 0
Summary: Adjustment of geodetic networks
License: GPL-3.0+
Group: Productivity/Scientific/Other
Url: http://www.gnu.org/software/gama/
# git: http://git.savannah.gnu.org/cgit/gama.git
Source: http://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz
Source2: http://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz.sig
Source3: http://savannah.gnu.org/project/memberlist-gpgkeys.php?group=%{name}&download=1#/%{name}.keyring
BuildRequires: gcc-c++
BuildRequires: libxml2-tools
BuildRequires: pkgconfig(expat) >= 1.1
BuildRequires: pkgconfig(sqlite3)
# for xmllint
Requires: libxml2-tools
Requires(post): %{install_info_prereq}
Requires(preun): %{install_info_prereq}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
GNU Gama is a project dedicated to adjustment of geodetic networks. It is intended for use with traditional geodetic surveyings which are still used and needed in special measurements (e.g., underground or high precision engineering measurements) where the Global Positioning System (GPS) cannot be used.
Adjustment in local Cartesian coordinate systems is fully supported by a command-line program gama-local that adjusts geodetic (free) networks of observed distances, directions, angles, height differences, 3D vectors and observed coordinates (coordinates with given variance-covariance matrix). Adjustment in global coordinate systems is supported only partly as a gama-g3 program.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
%make_install
%post
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
%preun
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
%files
%defattr(-,root,root)
%doc ChangeLog* README COPYING NEWS TODO AUTHORS
%{_bindir}/%{name}-*
%{_infodir}/%{name}.info.gz
%changelog