5986469
Name:		openslide
6f60d78
Version:	3.2.2
6a6226a
Release:	1%{?dist}
5986469
Summary:	C library for reading virtual slides
5986469
5986469
Group:		System Environment/Libraries
900fb87
License:	LGPLv2
5986469
URL:		http://openslide.cs.cmu.edu/
96eaf2b
Source0:	%{url}download/%{name}-%{version}.tar.xz
5986469
5986469
BuildRequires:	glib2-devel openjpeg-devel libtiff-devel
6f60d78
BuildRequires:	libjpeg-devel pkgconfig cairo-devel libpng-devel
5986469
5986469
5986469
%description
5986469
The OpenSlide library allows programs to access virtual slide files
5986469
regardless of the underlying image format.
5986469
5986469
5986469
%package	devel
5986469
Summary:	Development files for %{name}
5986469
Group:		Development/Libraries
5986469
Requires:	%{name} = %{version}-%{release}
5986469
Requires:	glib2-devel libtiff-devel openjpeg-devel libjpeg-devel pkgconfig
5986469
5986469
%description	devel
5986469
The %{name}-devel package contains libraries and header files for
5986469
developing applications that use %{name}.
5986469
5986469
900fb87
%package   	tools
900fb87
Summary:	Command line tools for %{name}
900fb87
Group:		Applications/Multimedia
900fb87
900fb87
%description	tools
900fb87
The %{name}-tools package contains command line tools for working
900fb87
with virtual slides.
900fb87
900fb87
5986469
%prep
5986469
%setup -q
5986469
5986469
5986469
%build
5986469
%configure --disable-static
5986469
make %{?_smp_mflags}
5986469
5986469
5986469
%install
5986469
make install DESTDIR=$RPM_BUILD_ROOT
5986469
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
5986469
5986469
5986469
%post -p /sbin/ldconfig
5986469
5986469
5986469
%postun -p /sbin/ldconfig
5986469
5986469
5986469
%files
5986469
%defattr(-,root,root,-)
96eaf2b
%doc README.txt lgpl-2.1.txt TODO.txt LICENSE.txt CHANGELOG.txt
5986469
%{_libdir}/*.so.*
5986469
5986469
5986469
%files devel
5986469
%defattr(-,root,root,-)
5986469
%{_includedir}/%{name}/
5986469
%{_libdir}/*.so
5986469
%{_libdir}/pkgconfig/*.pc
5986469
5986469
900fb87
%files tools
900fb87
%defattr(-,root,root,-)
900fb87
%{_bindir}/*
900fb87
900fb87
5986469
%changelog
6f60d78
* Wed Jun 16 2010 Adam Goode <adam@spicenitz.org> - 3.2.2-1
6f60d78
- New upstream release
6f60d78
   + Add openslide-write-png
6f60d78
   + Support for VMU files
6f60d78
   + New error handling system
6f60d78
a6e56a3
* Tue Apr 27 2010 Adam Goode <adam@spicenitz.org> - 3.1.1-1
a6e56a3
- New upstream release
a6e56a3
   + Don't crash or leak memory on some invalid VMS files
a6e56a3
   + Ignore extra layers in VMS files
a6e56a3
264e141
* Thu Apr  1 2010 Adam Goode <adam@spicenitz.org> - 3.1.0-1
264e141
- New upstream release
264e141
   + Support newer Aperio files (compression 33005)
264e141
   + Be more robust in reading raw TIFF tiles
264e141
   + Reject invalid TIFF files earlier
264e141
   + Fix many memory leaks when probing for TIFF files
264e141
f1c8c76
* Tue Mar  2 2010 Adam Goode <adam@spicenitz.org> - 3.0.3-1
f1c8c76
- New upstream release
f1c8c76
   + Fix nasty MIRAX seam problem
f1c8c76
f1c8c76
* Wed Feb 17 2010 Adam Goode <adam@spicenitz.org> - 3.0.2-1
f1c8c76
- New upstream release
f1c8c76
   + Allow building on RHEL
f1c8c76
96eaf2b
* Thu Feb  4 2010 Adam Goode <adam@spicenitz.org> - 3.0.1-1
96eaf2b
- New upstream release
96eaf2b
   + Fix rendering of the edges of TIFF files
96eaf2b
   + Include CHANGELOG.txt
96eaf2b
900fb87
* Mon Feb  1 2010 Adam Goode <adam@spicenitz.org> - 3.0.0-1
900fb87
- New upstream release
900fb87
   + License change from GPLv2 to LGPLv2
900fb87
   + Bug fixes
900fb87
   + Support more MIRAX files
900fb87
   + Improve perforamance of MIRAX
900fb87
   + Add some command-line tools
900fb87
   + Rework API documentation
900fb87
   + Add some new properties
900fb87
   + Remove some unimplemented functions from the header file
900fb87
6a6226a
* Mon Dec 21 2009 Adam Goode <adam@spicenitz.org> - 2.3.1-1
6a6226a
- New upstream release
6a6226a
   + Support for generic tiled TIFF
6a6226a
   + Bug fixes
6a6226a
   + Try to be less chatty with TIFF output
6a6226a
6a6226a
* Thu Nov 12 2009 Adam Goode <adam@spicenitz.org> - 2.2.1-1
6a6226a
- New upstream release
6a6226a
   + Fix thread safety problems from 2.2.0
6a6226a
5986469
* Tue Sep 22 2009 Adam Goode <adam@spicenitz.org> - 2.2.0-3
5986469
- Use xz instead of gz
5986469
5986469
* Mon Sep 21 2009 Adam Goode <adam@spicenitz.org> - 2.2.0-2
5986469
- Be more explicit about include directory in files section
5986469
5986469
* Tue Sep 15 2009 Adam Goode <adam@spicenitz.org> - 2.2.0-1
5986469
- New upstream release
5986469
   + Thread safety (sometimes lockless)
5986469
5986469
* Thu Sep 10 2009 Adam Goode <adam@spicenitz.org> - 2.1.0-1
5986469
- New upstream release
5986469
   + MIRAX support
5986469
   + More Aperio support
5986469
   + Properties and associated images support
5986469
   + Bug fixes
5986469
5986469
* Wed Feb 25 2009 Adam Goode <adam@spicenitz.org> - 1.1.1-1
5986469
- New upstream release
5986469
- No more included OpenJPEG
5986469
- Much faster rendering and loading
5986469
5986469
* Tue Dec  9 2008 Adam Goode <adam@spicenitz.org> - 1.0.0-1
5986469
- First release