Update to current 2009.4.0 release
This commit is contained in:
parent
6f956ba0f7
commit
1779a02f66
@ -1 +1 @@
|
|||||||
hugin-2009.2.0.tar.gz
|
hugin-2009.4.0.tar.gz
|
||||||
|
21
hugin.spec
21
hugin.spec
@ -1,19 +1,18 @@
|
|||||||
Summary: A panoramic photo stitcher and more
|
Summary: A panoramic photo stitcher and more
|
||||||
Name: hugin
|
Name: hugin
|
||||||
Version: 2009.2.0
|
Version: 2009.4.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
Source: http://downloads.sourceforge.net/hugin/%{name}-%{version}.tar.gz
|
Source: http://downloads.sourceforge.net/hugin/%{name}-%{version}.tar.gz
|
||||||
URL: http://hugin.sourceforge.net/
|
URL: http://hugin.sourceforge.net/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Requires: shared-mime-info
|
Requires: shared-mime-info
|
||||||
|
Requires: webclient
|
||||||
Requires: %{name}-base = %{version}-%{release}
|
Requires: %{name}-base = %{version}-%{release}
|
||||||
BuildRequires: libpano13-devel >= 2.9.14 zlib-devel libtiff-devel libjpeg-devel
|
BuildRequires: libpano13-devel >= 2.9.14 zlib-devel libtiff-devel libjpeg-devel
|
||||||
BuildRequires: libpng-devel gettext-devel wxGTK-devel >= 2.7.0 boost-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: freeglut-devel
|
|
||||||
|
|
||||||
%if 0%{?fedora} >= 9
|
%if 0%{?fedora} >= 9
|
||||||
BuildRequires: mesa-libGLU-devel libXmu-devel
|
BuildRequires: mesa-libGLU-devel libXmu-devel
|
||||||
%endif
|
%endif
|
||||||
@ -100,7 +99,7 @@ touch --no-create %{_datadir}/icons/gnome || :
|
|||||||
%{_mandir}/man1/hugin_stitch_project.*
|
%{_mandir}/man1/hugin_stitch_project.*
|
||||||
%{_mandir}/man1/nona_gui.*
|
%{_mandir}/man1/nona_gui.*
|
||||||
|
|
||||||
%doc AUTHORS COPYING INSTALL_cmake README README_JP TODO LICENCE_VIGRA doc/nona.txt doc/fulla.html src/hugin1/hugin/xrc/data/help_en_EN/LICENCE.manual
|
%doc AUTHORS COPYING INSTALL_cmake README README_JP TODO LICENCE_VIGRA src/celeste/LICENCE_LIBSVM doc/nona.txt doc/fulla.html src/hugin1/hugin/xrc/data/help_en_EN/LICENCE.manual
|
||||||
|
|
||||||
%files base
|
%files base
|
||||||
%defattr(-, root, root,-)
|
%defattr(-, root, root,-)
|
||||||
@ -114,6 +113,8 @@ touch --no-create %{_datadir}/icons/gnome || :
|
|||||||
%{_bindir}/pto2mk
|
%{_bindir}/pto2mk
|
||||||
%{_bindir}/tca_correct
|
%{_bindir}/tca_correct
|
||||||
%{_bindir}/vig_optimize
|
%{_bindir}/vig_optimize
|
||||||
|
%{_bindir}/calibrate_lens
|
||||||
|
%{_bindir}/cpclean
|
||||||
|
|
||||||
%{_libdir}/libhugin*
|
%{_libdir}/libhugin*
|
||||||
%{_libdir}/libceleste*
|
%{_libdir}/libceleste*
|
||||||
@ -121,6 +122,8 @@ touch --no-create %{_datadir}/icons/gnome || :
|
|||||||
%{_datadir}/%{name}/data/celeste.model
|
%{_datadir}/%{name}/data/celeste.model
|
||||||
%{_mandir}/man1/align_image_stack.*
|
%{_mandir}/man1/align_image_stack.*
|
||||||
%{_mandir}/man1/autooptimiser.*
|
%{_mandir}/man1/autooptimiser.*
|
||||||
|
%{_mandir}/man1/calibrate_lens.*
|
||||||
|
%{_mandir}/man1/cpclean.*
|
||||||
%{_mandir}/man1/celeste_standalone.*
|
%{_mandir}/man1/celeste_standalone.*
|
||||||
%{_mandir}/man1/fulla.*
|
%{_mandir}/man1/fulla.*
|
||||||
%{_mandir}/man1/hugin_hdrmerge.*
|
%{_mandir}/man1/hugin_hdrmerge.*
|
||||||
@ -130,6 +133,12 @@ touch --no-create %{_datadir}/icons/gnome || :
|
|||||||
%{_mandir}/man1/vig_optimize.*
|
%{_mandir}/man1/vig_optimize.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 09 2010 Bruno Postle <bruno@postle.net> 2009.4.0-1
|
||||||
|
- Fixes for push to fedora
|
||||||
|
|
||||||
|
* Wed Dec 16 2009 Terry Duell 2009.4.0-0
|
||||||
|
- 2009.4.0 release
|
||||||
|
|
||||||
* Fri Jan 22 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 2009.2.0-2
|
* Fri Jan 22 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 2009.2.0-2
|
||||||
- Rebuild for Boost soname bump
|
- Rebuild for Boost soname bump
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user