auto-import vigra-1.4.0-4.fc5 on branch devel from
vigra-1.4.0-4.fc5.src.rpm
This commit is contained in:
parent
88b271cef4
commit
35accf9d67
@ -0,0 +1 @@
|
||||
vigra1.4.0.tar.gz
|
105
vigra.spec
Normal file
105
vigra.spec
Normal file
@ -0,0 +1,105 @@
|
||||
Summary: Generic Programming for Computer Vision
|
||||
Name: vigra
|
||||
Version: 1.4.0
|
||||
Release: 4%{?dist}
|
||||
License: MIT
|
||||
Group: Development/Libraries
|
||||
Source: http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/%{name}%{version}.tar.gz
|
||||
URL: http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: zlib-devel, libjpeg-devel, libpng-devel, libtiff-devel, fftw-devel >= 3
|
||||
|
||||
%description
|
||||
VIGRA stands for "Vision with Generic Algorithms". It's a novel computer vision
|
||||
library that puts its main emphasis on customizable algorithms and data
|
||||
structures. By using template techniques similar to those in the C++ Standard
|
||||
Template Library, you can easily adapt any VIGRA component to the needs of your
|
||||
application without thereby giving up execution speed.
|
||||
|
||||
%package devel
|
||||
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
|
||||
|
||||
%description devel
|
||||
The vigra-devel package includes the header files necessary for developing
|
||||
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
|
||||
|
||||
%build
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--with-tiff \
|
||||
--with-jpeg \
|
||||
--with-png \
|
||||
--with-zlib \
|
||||
--with-fftw \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
--libdir=%{_libdir}
|
||||
make
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
%makeinstall
|
||||
rm -f %{buildroot}/%{_libdir}/libvigraimpex.la
|
||||
rm -rf %{buildroot}/usr/doc
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-, root, root,-)
|
||||
%doc LICENSE README
|
||||
%{_libdir}/libvigraimpex.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root,-)
|
||||
%{_bindir}/vigra-config
|
||||
%{_includedir}/vigra
|
||||
%{_libdir}/libvigraimpex.so
|
||||
%doc doc/vigra/*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 12 2006 Bruno Postle <bruno@postle.net> 1.4.0-4
|
||||
- remove gcc-c++ dependency
|
||||
|
||||
* Fri Sep 08 2006 Bruno Postle <bruno@postle.net> 1.4.0-3
|
||||
- change defattr
|
||||
- require fftw >= 3, gcc-c++
|
||||
|
||||
* Tue Sep 05 2006 Bruno Postle <bruno@postle.net> 1.4.0-2
|
||||
- update with review feedback
|
||||
|
||||
* Mon Aug 28 2006 Bruno Postle <bruno@postle.net> 1.4.0-1
|
||||
- revive, update to 1.4 with new license, remove patches,
|
||||
- split to devel package
|
||||
|
||||
* Fri Jul 02 2004 Bruno Postle <bruno@postle.net>
|
||||
- add pablo's vigra_typetraits_extension.diff patch and shorten
|
||||
the impex patch so it doesn't conflict
|
||||
|
||||
* Wed May 05 2004 Bruno Postle <bruno@postle.net>
|
||||
- new build with patches for 16bit tiff and viff bug
|
||||
|
||||
* Sun Feb 08 2004 Bruno Postle <bruno@postle.net>
|
||||
- new build with shared libraries
|
||||
|
||||
* Wed Jan 04 2004 Bruno Postle <bruno@postle.net>
|
||||
- new build without shared libraries
|
||||
|
||||
* Tue Nov 25 2003 Bruno Postle <bruno@postle.net>
|
||||
- new build with shared libraries
|
||||
|
||||
* Sun Nov 23 2003 Bruno Postle <bruno@postle.net>
|
||||
- make a horrible mess
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user