]> git.pld-linux.org Git - packages/gama.git/commitdiff
- new auto/th/gama-2.12-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 5 Dec 2020 18:39:59 +0000 (19:39 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 5 Dec 2020 18:39:59 +0000 (19:39 +0100)
gama.spec [new file with mode: 0644]

diff --git a/gama.spec b/gama.spec
new file mode 100644 (file)
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*
This page took 0.180416 seconds and 4 git commands to generate.