7 Commits

View File

@@ -1,20 +1,20 @@
Name: liblcms2
Version: 2.10
Version: 2.17
Release: 1mamba
Summary: A small-footprint color management engine
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com>
URL: http://www.littlecms.com/
Source: http://downloads.sourceforge.net/project/lcms/lcms/%{version}/lcms2-%{version}.tar.gz
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.littlecms.com/
Source: https://github.com/mm2/Little-CMS.git/lcms%{version}/Little-CMS-%{version}.tar.bz2
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libjpeg-devel
BuildRequires: libjpeg-turbo
BuildRequires: libtiff-devel
BuildRequires: libz-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-END
%description
Little CMS intends to be a small-footprint color management engine, with special focus on accuracy and performance.
@@ -38,8 +38,9 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description tools
The %{name}-tools package contains utility applications for %{name}.
%prep
%setup -q -n lcms2-%{version}
%setup -q -n Little-CMS-%{version}
%build
%configure
@@ -52,22 +53,20 @@ The %{name}-tools package contains utility applications for %{name}.
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%{_libdir}/liblcms2.so.*
%doc AUTHORS COPYING ChangeLog README.1ST
%doc AUTHORS LICENSE
%files devel
%defattr(-,root,root)
%{_includedir}/lcms2.h
%{_includedir}/lcms2_plugin.h
%{_libdir}/liblcms2.a
%{_libdir}/liblcms2.la
%{_libdir}/liblcms2.so
%{_libdir}/pkgconfig/lcms2.pc
%doc ChangeLog README.md
%files tools
%defattr(-,root,root)
@@ -83,6 +82,27 @@ The %{name}-tools package contains utility applications for %{name}.
%{_mandir}/man1/transicc.1*
%changelog
* Mon Feb 10 2025 Automatic Build System <autodist@openmamba.org> 2.17-1mamba
- automatic version update by autodist
* Tue Dec 05 2023 Automatic Build System <autodist@mambasoft.it> 2.16-1mamba
- automatic version update by autodist
* Thu Mar 02 2023 Automatic Build System <autodist@mambasoft.it> 2.15-1mamba
- automatic version update by autodist
* Thu Nov 03 2022 Automatic Build System <autodist@mambasoft.it> 2.14-1mamba
- automatic version update by autodist
* Sat Apr 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.13.1-1mamba
- update to 2.13.1
* Sun Feb 07 2021 Automatic Build System <autodist@mambasoft.it> 2.12-1mamba
- automatic version update by autodist
* Wed Jun 17 2020 Automatic Build System <autodist@mambasoft.it> 2.11-1mamba
- automatic version update by autodist
* Fri Jun 05 2020 Automatic Build System <autodist@mambasoft.it> 2.10-1mamba
- automatic version update by autodist