Update to new upstream version which incorporates many bugfixes.

This commit is contained in:
Richard Hughes 2011-12-16 12:27:32 +00:00
parent f1a01cfcc9
commit 600d308b4c
3 changed files with 12 additions and 8 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
lcms2-2.0a.tar.gz
/lcms2-2.1.tar.gz
/lcms2-2.2.tar.gz
/lcms2-2.3.tar.gz

View File

@ -1,10 +1,10 @@
Name: lcms2
Version: 2.2
Release: 2%{?dist}
Version: 2.3
Release: 1%{?dist}
Summary: Color Management Engine
License: MIT
URL: http://www.littlecms.com/
Source0: http://www.littlecms.com/lcms2-2.2.tar.gz
Source0: http://www.littlecms.com/lcms2-2.3.tar.gz
BuildRequires: libjpeg-devel
BuildRequires: libtiff-devel
@ -51,9 +51,9 @@ install -D -m 644 include/lcms2.h $RPM_BUILD_ROOT/usr/include/lcms2.h
install -D -m 644 include/lcms2_plugin.h $RPM_BUILD_ROOT/usr/include/lcms2_plugin.h
# install docs as this is all we've got
install -D -m 644 doc/LittleCMS2.2\ tutorial.pdf $RPM_BUILD_ROOT/usr/share/doc/lcms2-devel-2.2/tutorial.pdf
install -D -m 644 doc/LittleCMS2.?\ API.pdf $RPM_BUILD_ROOT/usr/share/doc/lcms2-devel-2.2/api.pdf
install -D -m 644 doc/LittleCMS2.?\ Plugin\ API.pdf $RPM_BUILD_ROOT/usr/share/doc/lcms2-devel-2.2/plugin-api.pdf
install -D -m 644 doc/LittleCMS2.3\ tutorial.pdf $RPM_BUILD_ROOT/usr/share/doc/lcms2-devel-2.3/tutorial.pdf
install -D -m 644 doc/LittleCMS2.?\ API.pdf $RPM_BUILD_ROOT/usr/share/doc/lcms2-devel-2.3/api.pdf
install -D -m 644 doc/LittleCMS2.?\ Plugin\ API.pdf $RPM_BUILD_ROOT/usr/share/doc/lcms2-devel-2.3/plugin-api.pdf
%clean
rm -rf ${RPM_BUILD_ROOT}
@ -74,12 +74,15 @@ rm -rf ${RPM_BUILD_ROOT}
%files devel
%defattr(-,root,root,-)
%{_datadir}/doc/lcms2-devel-2.2/*.pdf
%{_datadir}/doc/lcms2-devel-2.3/*.pdf
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Fri Jun 10 2011 Richard Hughes <richard@hughsie.com> 2.3-1
- Update to new upstream version which incorporates many bugfixes.
* Fri Jun 10 2011 Richard Hughes <richard@hughsie.com> 2.2-2
- Actually update the sources...

View File

@ -1 +1 @@
aaf33c7c25675e6163189ba488ae20f5 lcms2-2.2.tar.gz
327348d67c979c88c2dec59a23a17d85 lcms2-2.3.tar.gz