Summary: Immersive viewer for spherical panoramas Name: panoglview Version: 0.2.2 Release: 5%{?dist} License: GPLv3+ URL: http://hugin.sourceforge.net/ Group: Applications/Multimedia Source0: http://downloads.sourceforge.net/hugin/%{name}-%{version}.tar.gz Source1: %{name}.desktop Source2: %{name}.png BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libtiff-devel libjpeg-devel libpng-devel BuildRequires: wxGTK-devel zlib-devel desktop-file-utils %description Use panoglview to explore equirectangular panoramic images. Equirectangular panoramas are typically JPEG/TIFF/PNG images with a 2:1 aspect ratio. %prep %setup -q chmod -x src/*.h src/*.cpp %build %configure make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} desktop-file-install --vendor="" \ --dir=%{buildroot}/%{_datadir}/applications %{SOURCE1} install -D -m 0755 %{SOURCE2} %{buildroot}/%{_datadir}/pixmaps/%{name}.png %clean rm -rf %{buildroot} %post update-desktop-database &> /dev/null ||: %postun update-desktop-database &> /dev/null ||: %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING INSTALL NEWS %{_bindir}/%{name} %{_datadir}/applications/*.desktop %{_datadir}/pixmaps/%{name}.png %changelog * Wed Jul 01 2009 Bruno Postle 0.2.2-5 - spec improvements, add icon * Tue Jun 16 2009 Bruno Postle 0.2.2-4 - spec improvements * Mon Jul 28 2008 Bruno Postle 0.2.2-3 - 0.2.2 release * Fri Jul 20 2007 Bruno Postle 0.2.2-1cvs20070720 - CVS snapshot add .desktop * Mon Jul 02 2007 Bruno Postle 0.2-6 - rebuild for fc7 with spec cleanup * Tue May 16 2006 Bruno Postle 0.2-5.fc5.bp * Fri Mar 24 2006 Bruno Postle 0.2-4.fc5.bp - rebuild for fc5 * Tue Dec 06 2005 Bruno Postle - build on another host due to mystery c++ 3.6.4 errors * Wed Nov 30 2005 Bruno Postle - switch to current CVS, remove old build patches. requires freshrpms wxGTK >= 2.6.0 * Fri Jul 22 2005 Bruno Postle - new build for fc4. now uses GTK2 * Wed Oct 20 2004 Bruno Postle - new build for fc2 * Tue Jun 22 2004 Bruno Postle - initial RPM