Update to new upstream version
This commit is contained in:
parent
ba7f345317
commit
774864863a
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@ lcms2-2.0a.tar.gz
|
||||
/lcms2-2.10rc1.tar.gz
|
||||
/lcms2-2.10.tar.gz
|
||||
/lcms2-2.11.tar.gz
|
||||
/lcms2-2.12.tar.gz
|
||||
|
15
lcms2.spec
15
lcms2.spec
@ -1,6 +1,6 @@
|
||||
Name: lcms2
|
||||
Version: 2.11
|
||||
Release: 3%{?dist}
|
||||
Version: 2.12
|
||||
Release: 1%{?dist}
|
||||
Summary: Color Management Engine
|
||||
License: MIT
|
||||
URL: http://www.littlecms.com/
|
||||
@ -54,9 +54,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.odt api.odt
|
||||
cp -alf doc/LittleCMS2.??\ Plugin\ API.odt plugin-api.odt
|
||||
cp -alf doc/LittleCMS2.??\ tutorial.odt tutorial.odt
|
||||
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
|
||||
|
||||
|
||||
%check
|
||||
@ -75,13 +75,16 @@ cp -alf doc/LittleCMS2.??\ tutorial.odt tutorial.odt
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%files devel
|
||||
%doc api.odt plugin-api.odt tutorial.odt
|
||||
%doc api.pdf plugin-api.pdf tutorial.pdf
|
||||
%{_includedir}/lcms2*.h
|
||||
%{_libdir}/liblcms2.so
|
||||
%{_libdir}/pkgconfig/lcms2.pc
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 08 2021 Richard Hughes <richard@hughsie.com> - 2.12-1
|
||||
- Update to new upstream version.
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.11-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (lcms2-2.11.tar.gz) = 96643da4770c86eb56f454e605d7661024afb33f4e621c23c590307c31a0eec02100eca4f4ac6718639d99d750ed4834a9b2523e910469da717c3ddd78b4b50e
|
||||
SHA512 (lcms2-2.12.tar.gz) = 967e8ac9a1d1aa3be45dc82362b9bc71c555e8577441efda57dc12d0bf84ed9188460c52eb8542d399ce9ab43bd4191988ed22b254ef34c6c1877bbb935952ed
|
||||
|
Loading…
Reference in New Issue
Block a user