Remove patch that forwarded-ported tclap now that tclap is in fedora

This commit is contained in:
Bruno Postle 2011-10-31 21:09:04 +00:00
parent 7eed5ef5a2
commit 8f5223b884
1 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,6 @@ Release: 2%{?dist}
License: GPLv2+
Group: Applications/Multimedia
Source: http://downloads.sourceforge.net/hugin/%{name}-%{version}.tar.bz2
Patch0: hugin-2011.2.0.tclap.diff
URL: http://hugin.sourceforge.net/
Requires: shared-mime-info
Requires: webclient
@ -14,7 +13,7 @@ Requires: %{name}-base = %{version}-%{release}
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: python-devel swig
BuildRequires: tclap-devel python-devel swig
%{?fedora:BuildRequires: mesa-libGLU-devel libXmu-devel}
%{?rhel:BuildRequires: xorg-x11-devel}
@ -28,7 +27,6 @@ to create high quality images
Summary: Command-line tools and libraries required by hugin
Group: Applications/Multimedia
Requires: make enblend >= 3.2 perl-Image-ExifTool
Provides: bundled(tclap) = 1.2.0
Provides: bundled(vigra) = 1.5.0
Provides: bundled(zthread) = 2.3.1
Provides: bundled(flann) = 1.6.6
@ -40,7 +38,6 @@ without a GUI environment.
%prep
%setup -q
%patch0 -p1
%build
%cmake . -DBUILD_HSI=1
@ -161,6 +158,9 @@ touch --no-create %{_datadir}/icons/gnome || :
%{_mandir}/man1/cpfind.*
%changelog
* Sun Oct 30 2011 Bruno Postle 2011.2.0-3
- remove tclap patch since tclap is now in fedora
* Fri Oct 14 2011 Rex Dieter <rdieter@fedoraproject.org> - 2011.2.0-2
- rebuild (exiv2)