Fix for 228926 and update to 1.5.0

This commit is contained in:
bpostle 2007-02-21 21:44:53 +00:00
parent e61d809618
commit 250443f388
2 changed files with 11 additions and 6 deletions

View File

@ -1 +1 @@
ea91f2fb4212a21d708aced277e6e85a vigra1.4.0.tar.gz
5713de4ebfe29e1b5fa9689af76b8a90 vigra1.5.0.tar.gz

View File

@ -1,7 +1,7 @@
Summary: Generic Programming for Computer Vision
Name: vigra
Version: 1.4.0
Release: 4%{?dist}
Version: 1.5.0
Release: 1%{?dist}
License: MIT
Group: Development/Libraries
Source: http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/%{name}%{version}.tar.gz
@ -28,10 +28,11 @@ programs that use the vigra library.
%prep
%setup -q -n %{name}%{version}
chmod 644 %{_builddir}/vigra1.4.0/doc/vigra/documents/*.ps
rm -f %{_builddir}/vigra1.4.0/doc/vigra/.cvsignore
chmod 644 %{_builddir}/%{name}%{version}/doc/vigra/documents/*.ps
rm -f %{_builddir}/%{name}%{version}/doc/vigra/.cvsignore
%build
export CXXFLAGS="$RPM_OPT_FLAGS"
./configure \
--prefix=/usr \
--with-tiff \
@ -58,7 +59,7 @@ rm -rf %{buildroot}
%files
%defattr(-, root, root,-)
%doc LICENSE README
%doc LICENSE.txt README.txt
%{_libdir}/libvigraimpex.so.*
%files devel
@ -69,6 +70,10 @@ rm -rf %{buildroot}
%doc doc/vigra/*
%changelog
* Mon Feb 19 2007 Bruno Postle <bruno@postle.net> 1.5.0-1
- update to 1.5.0 release
- fix bug 228926: vigra: $RPM_OPT_FLAGS not used
* Tue Sep 12 2006 Bruno Postle <bruno@postle.net> 1.4.0-4
- remove gcc-c++ dependency