Update to new upstream version
This commit is contained in:
parent
4c186afb3d
commit
cab7c9b83a
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ lcms2-2.0a.tar.gz
|
||||
/lcms2-2.9.tar.gz
|
||||
/lcms2-2.10rc1.tar.gz
|
||||
/lcms2-2.10.tar.gz
|
||||
/lcms2-2.11.tar.gz
|
||||
|
13
lcms2.spec
13
lcms2.spec
@ -1,5 +1,5 @@
|
||||
Name: lcms2
|
||||
Version: 2.10
|
||||
Version: 2.11
|
||||
Release: 1%{?dist}
|
||||
Summary: Color Management Engine
|
||||
License: MIT
|
||||
@ -53,9 +53,9 @@ sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||
rm -fv %{buildroot}%{_libdir}/lib*.la
|
||||
|
||||
# rename docs (for use with %%doc below)
|
||||
cp -alf doc/LittleCMS2.??\ API.pdf api.pdf
|
||||
cp -alf doc/LittleCMS2.??\ Plugin\ API.pdf plugin-api.pdf
|
||||
cp -alf doc/LittleCMS2.??\ tutorial.pdf tutorial.pdf
|
||||
cp -alf doc/LittleCMS2.??\ API.odt api.odt
|
||||
cp -alf doc/LittleCMS2.??\ Plugin\ API.odt plugin-api.odt
|
||||
cp -alf doc/LittleCMS2.??\ tutorial.odt tutorial.odt
|
||||
|
||||
|
||||
%check
|
||||
@ -74,13 +74,16 @@ cp -alf doc/LittleCMS2.??\ tutorial.pdf tutorial.pdf
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%files devel
|
||||
%doc api.pdf plugin-api.pdf tutorial.pdf
|
||||
%doc api.odt plugin-api.odt tutorial.odt
|
||||
%{_includedir}/lcms2*.h
|
||||
%{_libdir}/liblcms2.so
|
||||
%{_libdir}/pkgconfig/lcms2.pc
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 17 2020 Richard Hughes <richard@hughsie.com> - 2.11-1
|
||||
- Update to new upstream version.
|
||||
|
||||
* Wed Jun 03 2020 Richard Hughes <richard@hughsie.com> - 2.10-1
|
||||
- Update to new upstream version.
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lcms2-2.10.tar.gz) = 81ea385fc441fd2e0ff98d250fc6c6e57eb7548b55ce4e0b25c824105330f35c4ba0b65e86e35252acd7065cdfe531f5f4dffcc5602d40f4902c9774293db5f8
|
||||
SHA512 (lcms2-2.11.tar.gz) = 96643da4770c86eb56f454e605d7661024afb33f4e621c23c590307c31a0eec02100eca4f4ac6718639d99d750ed4834a9b2523e910469da717c3ddd78b4b50e
|
||||
|
Loading…
Reference in New Issue
Block a user