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

View File

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