From 83e6c70237328982fd9765593df8d567ed57cdf8 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sun, 22 Mar 2009 15:47:26 +0100 Subject: add rpm spec file --- gipfel.spec | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 gipfel.spec (limited to 'gipfel.spec') diff --git a/gipfel.spec b/gipfel.spec new file mode 100644 index 0000000..35404f3 --- /dev/null +++ b/gipfel.spec @@ -0,0 +1,39 @@ +Name: gipfel +Summary: gipfel - Photogrammetry For Mountain Images +Version: 0.2.8 +Release: 1 +URL: http://www.ecademix.com/JohannesHofmann/gipfel.html +BuildRoot: %{_tmppath}/%{name}-%{version}-build +Source0: %{name}-%{version}.tar.gz +License: GPL +Group: Productivity/Scientific/Other + +BuildRequires: binutils gcc gcc-c++ libstdc++-devel gsl-devel fltk-devel libjpeg-devel libtiff-devel libpng-devel xorg-x11-libXext-devel + +Requires: jpeg exif + +%description +gipfel helps to find the names of mountains or points of interest +on a picture. +It uses a database containing names and GPS data. With the given viewpoint +(the point from which the picture was taken) and two known mountains +on the picture, gipfel can compute all parameters needed to compute the +positions of other mountains on the picture. +gipfel can also be used to play around with the parameters manually. +%prep +%setup -q +%build +./configure --prefix=%{_prefix} --docdir=%{_defaultdocdir}/%{name} || cat config.log +make +%install +make DESTDIR=$RPM_BUILD_ROOT install-strip +%files +%defattr(-, root, root) +%doc NEWS README +%{_bindir}/%{name} +%dir %{_datadir}/%{name} +%{_datadir}/%{name}/gipfel.dat + +%changelog +* Sun Mar 22 2009 Johannes Hofmann +- initial revision -- cgit v1.2.3