upstream release, support impex OpenEXR

This commit is contained in:
Bruno Postle 2012-11-08 23:26:51 +00:00
parent fa71b609e6
commit 918d471517
3 changed files with 9 additions and 9 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
vigra-1.7.0-src.tar.gz
/vigra-1.7.1-src.tar.gz
/vigra-1.8.0-src.tar.gz
/vigra-1.9.0-src.tar.gz

View File

@ -1 +1 @@
15c5544448e529ee60020758ab6be264 vigra-1.8.0-src.tar.gz
b6155afe1ea967917d2be16d98a85404 vigra-1.9.0-src.tar.gz

View File

@ -1,13 +1,11 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
Summary: Generic Programming for Computer Vision
Name: vigra
Version: 1.8.0
Release: 7%{?dist}
Version: 1.9.0
Release: 1%{?dist}
License: MIT
Group: Development/Libraries
Source: http://hci.iwr.uni-heidelberg.de/%{name}/%{name}-%{version}-src.tar.gz
Patch1: vigra-1.8.0.lib_suffix.patch
Patch2: vigra-1.8.0.gcc47.patch
URL: http://hci.iwr.uni-heidelberg.de/vigra/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: zlib-devel libjpeg-devel libpng-devel libtiff-devel fftw-devel >= 3
@ -26,7 +24,7 @@ Summary: Development tools for programs which will use the vigra library
Group: Development/Libraries
Requires: vigra = %{version}-%{release}
Requires: libjpeg-devel libtiff-devel libpng-devel zlib-devel fftw-devel >= 3
Requires: hdf5-devel boost-devel boost-python numpy-f2py
Requires: hdf5-devel boost-devel boost-python numpy-f2py OpenEXR-devel
%description devel
The vigra-devel package includes the header files necessary for developing
@ -42,11 +40,9 @@ The vigra-python package provides python bindings for vigra
%prep
%setup -q
%patch1 -p1
%patch2 -p1
%build
%cmake .
%cmake . -DWITH_OPENEXR=1 -DWITH_HDF5=1
make VERBOSE=1 %{?_smp_mflags}
# cleanup
rm -f doc/vigranumpy/.buildinfo
@ -85,6 +81,9 @@ rm -rf %{buildroot}
%{python_sitearch}/vigra
%changelog
* Tue Nov 06 2012 Bruno Postle <bruno@postle.net> 1.9.0-1
- upstream release, support impex OpenEXR
* Tue Nov 06 2012 Caolán McNamara <caolanm@redhat.com> - 1.8.0-7
- document that there is a test suite, but it fails