2024-01-06 04:57:47 +01:00
|
|
|
Name: liblcms2
|
2024-01-06 04:57:48 +01:00
|
|
|
Version: 2.14
|
2024-01-06 04:57:47 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A small-footprint color management engine
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-06 04:57:48 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 04:57:48 +01:00
|
|
|
URL: https://www.littlecms.com/
|
2024-01-06 04:57:48 +01:00
|
|
|
Source: https://github.com/mm2/Little-CMS.git/lcms%{version}/Little-CMS-%{version}.tar.bz2
|
2024-01-06 04:57:47 +01:00
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: libtiff-devel
|
|
|
|
BuildRequires: libz-devel
|
2024-01-06 04:57:48 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 04:57:47 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Little CMS intends to be a small-footprint color management engine, with special focus on accuracy and performance.
|
|
|
|
It uses the International Color Consortium standard (ICC), which is the modern standard when regarding to color management.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Static libraries and headers for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Little CMS intends to be a small-footprint color management engine, with special focus on accuracy and performance.
|
|
|
|
It uses the International Color Consortium standard (ICC), which is the modern standard when regarding to color management.
|
|
|
|
This package contains static libraries and header files need for development.
|
|
|
|
|
|
|
|
%package tools
|
|
|
|
Group: Applications/Graphics
|
|
|
|
Summary: Utility applications for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description tools
|
|
|
|
The %{name}-tools package contains utility applications for %{name}.
|
|
|
|
|
2024-01-06 04:57:48 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-06 04:57:47 +01:00
|
|
|
%prep
|
2024-01-06 04:57:48 +01:00
|
|
|
%setup -q -n Little-CMS-%{version}
|
2024-01-06 04:57:47 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/liblcms2.so.*
|
2024-01-06 04:57:48 +01:00
|
|
|
%doc AUTHORS COPYING
|
2024-01-06 04:57:47 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_includedir}/lcms2.h
|
|
|
|
%{_includedir}/lcms2_plugin.h
|
|
|
|
%{_libdir}/liblcms2.a
|
|
|
|
%{_libdir}/liblcms2.so
|
|
|
|
%{_libdir}/pkgconfig/lcms2.pc
|
2024-01-06 04:57:48 +01:00
|
|
|
%doc ChangeLog README.1ST
|
2024-01-06 04:57:47 +01:00
|
|
|
|
|
|
|
%files tools
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/jpgicc
|
|
|
|
%{_bindir}/linkicc
|
|
|
|
%{_bindir}/psicc
|
|
|
|
%{_bindir}/tificc
|
|
|
|
%{_bindir}/transicc
|
|
|
|
%{_mandir}/man1/jpgicc.*
|
|
|
|
%{_mandir}/man1/tificc.*
|
2024-01-06 04:57:47 +01:00
|
|
|
%{_mandir}/man1/linkicc.1*
|
|
|
|
%{_mandir}/man1/psicc.1*
|
|
|
|
%{_mandir}/man1/transicc.1*
|
2024-01-06 04:57:47 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 04:57:48 +01:00
|
|
|
* Thu Nov 03 2022 Automatic Build System <autodist@mambasoft.it> 2.14-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:57:48 +01:00
|
|
|
* Sat Apr 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.13.1-1mamba
|
|
|
|
- update to 2.13.1
|
|
|
|
|
2024-01-06 04:57:48 +01:00
|
|
|
* Sun Feb 07 2021 Automatic Build System <autodist@mambasoft.it> 2.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:57:47 +01:00
|
|
|
* Wed Jun 17 2020 Automatic Build System <autodist@mambasoft.it> 2.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:57:47 +01:00
|
|
|
* Fri Jun 05 2020 Automatic Build System <autodist@mambasoft.it> 2.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:57:47 +01:00
|
|
|
* Thu Dec 21 2017 Automatic Build System <autodist@mambasoft.it> 2.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:57:47 +01:00
|
|
|
* Mon Aug 08 2016 Automatic Build System <autodist@mambasoft.it> 2.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:57:47 +01:00
|
|
|
* Thu May 14 2015 Automatic Build System <autodist@mambasoft.it> 2.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 04:57:47 +01:00
|
|
|
* Mon Apr 14 2014 Automatic Build System <autodist@mambasoft.it> 2.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Jul 01 2013 Automatic Build System <autodist@mambasoft.it> 2.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Dec 01 2012 Automatic Build System <autodist@mambasoft.it> 2.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Apr 10 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3-1mamba
|
|
|
|
- update to 2.3
|
|
|
|
|
|
|
|
* Sat Jan 01 2011 Davide Madrisan <davide.madrisan@gmail.com> 2.1-1mamba
|
|
|
|
- package created by autospec
|