automatic version update by autodist [release 0.1.96-1mamba;Tue Aug 30 2022]

This commit is contained in:
Automatic Build System 2024-01-06 03:50:47 +01:00
parent 38abd76856
commit 259fb6a965

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
Name: libbabl Name: libbabl
Version: 0.1.92 Version: 0.1.96
Release: 1mamba Release: 1mamba
Summary: babl is a dynamic, any to any, pixel format translation library Summary: babl is a dynamic, any to any, pixel format translation library
Group: System/Libraries Group: System/Libraries
@ -16,7 +16,7 @@ BuildRequires: glibc-devel
BuildRequires: liblcms2-devel BuildRequires: liblcms2-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Provides: babl Provides: babl
Obsoletes: babl Obsoletes: babl < 0.1.96
%description %description
babl is a dynamic, any to any, pixel format translation library. 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} Summary: Devel package for %{name}
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release}
Provides: babl-devel Provides: babl-devel
Obsoletes: babl-devel Obsoletes: babl-devel < 0.1.96
%description devel %description devel
babl is a dynamic, any to any, pixel format translation library. 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. 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. 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 %debug_package
%prep %prep
%setup -q -n babl-%{version} %setup -q -n babl-%{version}
%patch0 -p1 -b .meson-0.62.1 #%patch0 -p1 -b .meson-0.62.1
%build %build
%meson %meson
@ -73,7 +85,14 @@ This package contains static libraries and header files needed for development.
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%doc NEWS TODO %doc NEWS TODO
%files tools
%defattr(-,root,root)
%{_bindir}/babl
%changelog %changelog
* Tue Aug 30 2022 Automatic Build System <autodist@mambasoft.it> 0.1.96-1mamba
- automatic version update by autodist
* Wed May 18 2022 Automatic Build System <autodist@mambasoft.it> 0.1.92-1mamba * Wed May 18 2022 Automatic Build System <autodist@mambasoft.it> 0.1.92-1mamba
- automatic version update by autodist - automatic version update by autodist