update to version 2.16
This commit is contained in:
parent
89b7d3c802
commit
4820746cba
Binary file not shown.
15
lcms2.spec
15
lcms2.spec
@ -1,10 +1,10 @@
|
||||
Name: lcms2
|
||||
Version: 2.15
|
||||
Version: 2.16
|
||||
Release: 1
|
||||
Summary: Color Management Engine
|
||||
License: MIT
|
||||
URL: https://www.littlecms.com/
|
||||
Source0: https://sourceforge.net/projects/lcms/files/lcms/2.13/%{name}-%{version}.tar.gz
|
||||
URL: https://www.littlecms.com
|
||||
Source0: %{url}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc libjpeg-devel libtiff-devel zlib-devel
|
||||
|
||||
@ -37,7 +37,7 @@ Development files for LittleCMS.
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
%configure --program-suffix=2
|
||||
%configure
|
||||
|
||||
%disable_rpath
|
||||
%make_build
|
||||
@ -54,7 +54,9 @@ Development files for LittleCMS.
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS
|
||||
%license COPYING
|
||||
%doc ChangeLog
|
||||
%doc README*
|
||||
%license LICENSE
|
||||
%{_libdir}/liblcms2.so.2*
|
||||
|
||||
%files utils
|
||||
@ -72,6 +74,9 @@ Development files for LittleCMS.
|
||||
%{_mandir}/*
|
||||
|
||||
%changelog
|
||||
* Thu Dec 28 2023 Paul Thomas <paulthomas100199@gmail.com> - 2.16-1
|
||||
- update to version 2.16
|
||||
|
||||
* Wed Jul 19 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 2.15-1
|
||||
- update to 2.15
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user