diff --git a/libbabl.spec b/libbabl.spec index 6c9cb5a..3da041d 100644 --- a/libbabl.spec +++ b/libbabl.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f1-2) Name: libbabl -Version: 0.1.92 +Version: 0.1.96 Release: 1mamba Summary: babl is a dynamic, any to any, pixel format translation library Group: System/Libraries @@ -16,7 +16,7 @@ BuildRequires: glibc-devel BuildRequires: liblcms2-devel ## AUTOBUILDREQ-END Provides: babl -Obsoletes: babl +Obsoletes: babl < 0.1.96 %description babl is a dynamic, any to any, pixel format translation library. @@ -27,8 +27,9 @@ A vocabulary to formulate new pixel formats from existing primitives is provided Summary: Devel package for %{name} Group: Development/Libraries Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} +Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release} Provides: babl-devel -Obsoletes: babl-devel +Obsoletes: babl-devel < 0.1.96 %description devel babl is a dynamic, any to any, pixel format translation library. @@ -36,11 +37,22 @@ It allows converting between different methods of storing pixels known as pixel A vocabulary to formulate new pixel formats from existing primitives is provided as well as the framework to add new color models and data types. This package contains static libraries and header files needed for development. +%package tools +Summary: Tools provided with %{name} +Group: Applications/Graphics +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description tools +babl is a dynamic, any to any, pixel format translation library. +It allows converting between different methods of storing pixels known as pixel formats that have with different bitdepths and other data representations, color models and component permutations. +A vocabulary to formulate new pixel formats from existing primitives is provided as well as the framework to add new color models and data types. +This package contains the tools provided with %{name}. + %debug_package %prep %setup -q -n babl-%{version} -%patch0 -p1 -b .meson-0.62.1 +#%patch0 -p1 -b .meson-0.62.1 %build %meson @@ -73,7 +85,14 @@ This package contains static libraries and header files needed for development. %{_libdir}/pkgconfig/*.pc %doc NEWS TODO +%files tools +%defattr(-,root,root) +%{_bindir}/babl + %changelog +* Tue Aug 30 2022 Automatic Build System 0.1.96-1mamba +- automatic version update by autodist + * Wed May 18 2022 Automatic Build System 0.1.92-1mamba - automatic version update by autodist