upstream stable release

This commit is contained in:
Bruno Postle 2013-10-31 23:29:42 +00:00
parent 211faa044b
commit a5b786e69c
2 changed files with 13 additions and 11 deletions

View File

@ -1,8 +1,8 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
Summary: A panoramic photo stitcher and more
Name: hugin
Version: 2012.0.0
Release: 11%{?dist}
Version: 2013.0.0
Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
Source: http://downloads.sourceforge.net/hugin/%{name}-%{version}.tar.bz2
@ -15,16 +15,11 @@ BuildRequires: libpano13-devel >= 2.9.18 zlib-devel libtiff-devel libjpeg-devel
BuildRequires: libpng-devel gettext-devel wxGTK-devel >= 2.7.0 boost-devel freeglut-devel
BuildRequires: cmake desktop-file-utils OpenEXR-devel exiv2-devel glew-devel
BuildRequires: tclap-devel python-devel swig flann-devel lensfun-devel
%{?fedora:BuildRequires: mesa-libGLU-devel libXmu-devel}
%{?rhel:BuildRequires: xorg-x11-devel}
BuildRequires: mesa-libGLU-devel libXmu-devel
%if 0%{?fedora} >= 19
BuildRequires: perl-podlators
%endif
# upstream patch to fix pod encoding issue(s)
# http://bugzilla.redhat.com/991875
Patch1: hugin-r6301.patch
%description
hugin can be used to stitch multiple images together. The resulting image can
span 360 degrees. Another common use is the creation of very high resolution
@ -46,8 +41,6 @@ without a GUI environment.
%prep
%setup -q
%patch1 -p1 -b .r6301
%build
%cmake . -DBUILD_HSI=1
make VERBOSE=1 %{?_smp_mflags}
@ -139,6 +132,9 @@ touch --no-create %{_datadir}/icons/gnome || :
%{_bindir}/cpfind
%{_bindir}/linefind
%{_bindir}/pto_gen
%{_bindir}/pto_lensstack
%{_bindir}/pto_var
%{_bindir}/geocpset
%{_libdir}/%{name}/libhuginbase.so*
%{_libdir}/%{name}/libhuginvigraimpex.so*
@ -172,8 +168,14 @@ touch --no-create %{_datadir}/icons/gnome || :
%{_mandir}/man1/cpfind.*
%{_mandir}/man1/linefind.*
%{_mandir}/man1/pto_gen.*
%{_mandir}/man1/pto_lensstack.*
%{_mandir}/man1/pto_var.*
%{_mandir}/man1/geocpset.*
%changelog
* Thu Oct 31 2013 Bruno Postle <bruno@postle.net> - 2013.0.0-1
- upstream stable release
* Sun Sep 08 2013 Rex Dieter <rdieter@fedoraproject.org> 2012.0.0-11
- rebuild (openexr)

View File

@ -1 +1 @@
6a4fb2585eb3539ba6769cf4557f6e88 hugin-2012.0.0.tar.bz2
cc6c768df2aedc24a9a081754de05f39 hugin-2013.0.0.tar.bz2