diff --git a/.cvsignore b/.cvsignore index 1a262ed..9d82ea3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -openslide-2.3.1.tar.xz +openslide-3.0.0.tar.xz diff --git a/openslide.spec b/openslide.spec index d2754e6..313251d 100644 --- a/openslide.spec +++ b/openslide.spec @@ -1,10 +1,10 @@ Name: openslide -Version: 2.3.1 +Version: 3.0.0 Release: 1%{?dist} Summary: C library for reading virtual slides Group: System Environment/Libraries -License: GPLv2 +License: LGPLv2 URL: http://openslide.cs.cmu.edu/ Source0: %{url}/download/%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -29,6 +29,15 @@ The %{name}-devel package contains libraries and header files for developing applications that use %{name}. +%package tools +Summary: Command line tools for %{name} +Group: Applications/Multimedia + +%description tools +The %{name}-tools package contains command line tools for working +with virtual slides. + + %prep %setup -q @@ -56,7 +65,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc README.txt gpl-2.0.txt TODO.txt LICENSE.txt +%doc README.txt lgpl-2.1.txt TODO.txt LICENSE.txt %{_libdir}/*.so.* @@ -67,7 +76,23 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/*.pc +%files tools +%defattr(-,root,root,-) +%{_bindir}/* + + %changelog +* Mon Feb 1 2010 Adam Goode - 3.0.0-1 +- New upstream release + + License change from GPLv2 to LGPLv2 + + Bug fixes + + Support more MIRAX files + + Improve perforamance of MIRAX + + Add some command-line tools + + Rework API documentation + + Add some new properties + + Remove some unimplemented functions from the header file + * Mon Dec 21 2009 Adam Goode - 2.3.1-1 - New upstream release + Support for generic tiled TIFF diff --git a/sources b/sources index 24db9b4..93f403f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aa6e066a9e1b0fa3c6b25a1f8cb01169 openslide-2.3.1.tar.xz +190cfe8a8dd788535af67b92b9a3d2a5 openslide-3.0.0.tar.xz