Blob Blame History Raw
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

Name:		vips
Version:	7.12.2
Release:	1%{?dist}
Summary: 	Library for processing large images

Group:		System Environment/Libraries
License:	LGPLv2+
URL:		http://www.vips.ecs.soton.ac.uk/
Source0:	http://www.vips.ecs.soton.ac.uk/vips-7.12/%{name}-%{version}.tar.gz

BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	libjpeg-devel libtiff-devel zlib-devel fftw-devel lcms-devel
BuildRequires:	libpng-devel glib2-devel ImageMagick-devel pango-devel
BuildRequires:	pkgconfig gettext perl(XML::Parser)
BuildRequires:	libtool python-devel libxml2-devel liboil-devel
BuildRequires:	OpenEXR-devel libexif-devel swig
#Requires:


%description
VIPS is an image processing library. It is good for very large images
(even larger than the amount of RAM in your machine), and for working
with color.

This package should be installed if you want to use a program compiled
against VIPS.


%package devel
Summary:	Development tools for programs for processing large images
Group:		Development/Libraries
Requires:	%{name} = %{version}-%{release}, pkgconfig
Requires:	libjpeg-devel libtiff-devel zlib-devel fftw-devel lcms-devel
Requires:	libpng-devel glib2-devel ImageMagick-devel pango-devel
Requires:	libxml2-devel liboil-devel OpenEXR-devel libexif-devel

%description devel
The %{name}-devel package contains the header files and
libraries necessary for developing programs using VIPS. It also
contains a C++ API and development man pages.


%package tools
Summary:	Command-line tools for processing large images
Group:		Applications/Multimedia

%description tools
The %{name}-tools package contains command-line tools for working with VIPS.


%package python
Summary:	Python support for the VIPS image processing library
Group:		Development/Languages

%description python
The %{name}-python package contains Python support for VIPS.


%package doc
Summary:	Documentation for VIPS image processing library
Group:		Documentation

%description doc
The %{name}-doc package contains extensive documentation about VIPS in both
HTML and PostScript formats.


%prep
%setup -q
find . -name 'CVS' -type d -print0 | xargs -0 rm -rf


%build
%configure --disable-static
make %{?_smp_mflags} LIBTOOL=libtool


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT \( -name '*.la' -o -name '*.a' \) -exec rm -f {} ';'

# delete doc (we will get it later with %doc)
rm -rf ${RPM_BUILD_ROOT}%{_datadir}/doc/vips

# malkovich??
rm -rf ${RPM_BUILD_ROOT}%{_datadir}/locale/malkovich

# locale stuff
%find_lang vips7


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%clean
rm -rf $RPM_BUILD_ROOT


%files -f vips7.lang
%defattr(-,root,root,-)
%doc AUTHORS NEWS THANKS TODO COPYING ChangeLog
%{_libdir}/*.so.*
%{_datadir}/vips


%files devel
%defattr(-,root,root,-)
%{_includedir}/vips
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%{_mandir}/man3/*


%files tools
%defattr(-,root,root,-)
%{_bindir}/*
%{_mandir}/man1/*


%files python
%defattr(-,root,root,-)
%{python_sitearch}/*


%files doc
%defattr(-,root,root,-)
%doc doc/html doc/ps



%changelog
* Tue Jul 24 2007 Adam Goode <adam@spicenitz.org> - 7.12.2-1
- New stable release 7.12

* Sat May  5 2007 Adam Goode <adam@spicenitz.org> - 7.12.0-1
- New upstream release

* Thu Aug 31 2006 Adam Goode <adam@spicenitz.org> - 7.10.21-1
- New upstream release

* Fri Jul 28 2006 Adam Goode <adam@spicenitz.org> - 7.10.20-3
- Include results of running automake in the patch for undefined symbols
- No longer run automake or autoconf (autoconf was never actually necessary)

* Mon Jul 24 2006 Adam Goode <adam@spicenitz.org> - 7.10.20-2
- Eliminate undefined non-weak symbols in libvipsCC.so

* Fri Jul 21 2006 Adam Goode <adam@spicenitz.org> - 7.10.20-1
- New upstream release
- Updated for FC5

* Tue Dec 14 2004 John Cupitt <john.cupitt@ng-london.org.uk> 7.10.8
- updated for 7.10.8
- now updated from configure
- implicit deps and files

* Wed Jul 16 2003 John Cupitt <john.cupitt@ng-london.org.uk> 7.8.10
- updated for 7.8.10
- updated %%files
- copies formatted docs to install area

* Wed Mar 12 2003 John Cupitt <john.cupitt@ng-london.org.uk> 7.8.8
- updated for 7.8.8, adding libdrfftw

* Mon Feb 3 2003 John Cupitt <john.cupitt@ng-london.org.uk> 7.8.7-2
- hack to change default install prefix to /usr/local

* Thu Jan 30 2003 John Cupitt <john.cupitt@ng-london.org.uk> 7.8.7-1
- first stab at an rpm package for vips