[packages/gama] - new

qboosh qboosh at pld-linux.org
Sat Dec 5 19:39:42 CET 2020


commit 0bcf557662fec787ab24c34cf065aa1acbb6cb30
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Dec 5 19:39:59 2020 +0100

    - new

 gama.spec | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 65 insertions(+)
---
diff --git a/gama.spec b/gama.spec
new file mode 100644
index 0000000..fca03f4
--- /dev/null
+++ b/gama.spec
@@ -0,0 +1,65 @@
+Summary:	GNU Gama - adjustment of geodetic networks
+Summary(pl.UTF-8):	GNU Gama - wyrównywanie sieci geodezyjnych
+Name:		gama
+Version:	2.12
+Release:	1
+License:	GPL v3+
+Group:		Applications/Science
+Source0:	https://ftp.gnu.org/gnu/gama/%{name}-%{version}.tar.gz
+# Source0-md5:	32f8894022c08acdd60ebf5a7ec880c5
+URL:		http://www.gnu.org/software/gama/
+BuildRequires:	expat-devel
+BuildRequires:	libstdc++-devel >= 6:5
+BuildRequires:	libxml2-progs
+BuildRequires:	octave
+BuildRequires:	sqlite3-devel >= 3
+BuildRequires:	texinfo
+BuildRequires:	yaml-cpp-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+GNU Gama package is 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.
+
+%description -l pl.UTF-8
+Pakiet GNU Gama służy do wyrównywania sieci geodezyjnych. Jest
+przeznaczony do użycia w tradycyjnych badaniach geodezyjnych, które są
+nadal używane w specjalnych pomiarach (np. podziemnych lub
+precyzyjnych pomiarach inżynierskich), gdzie nie można użyć GPS-a
+(Global Positioning System).
+
+%prep
+%setup -q
+
+%build
+%configure \
+	--disable-silent-rules
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
+%postun	-p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/gama-g3
+%attr(755,root,root) %{_bindir}/gama-local
+%attr(755,root,root) %{_bindir}/gama-local-xml2sql
+%attr(755,root,root) %{_bindir}/gama-local-xml2txt
+%attr(755,root,root) %{_bindir}/gama-local-yaml2gkf
+%{_infodir}/gama.info*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gama.git/commitdiff/0bcf557662fec787ab24c34cf065aa1acbb6cb30



More information about the pld-cvs-commit mailing list