5 Commits

2 changed files with 18 additions and 18 deletions

View File

@ -1,13 +0,0 @@
diff --git a/meson.build b/meson.build
index 55054f441a0378845e0d3655b7eb18f6d140e3e1..8c93be9d1b22a7b105a51d4eb9f4db7f75702a24 100644
--- a/meson.build
+++ b/meson.build
@@ -55,7 +55,7 @@ lib_name = meson.project_name() + '-' + api_version
stability_version_number = (major_version != 0 ? minor_version : micro_version)
stable = (stability_version_number % 2 == 0)
-conf.set10('BABL_UNSTABLE', not stable, Description:
+conf.set10('BABL_UNSTABLE', not stable, description:
'Define to 1 if this is an unstable version of BABL.')
conf.set ('BABL_MAJOR_VERSION', '@0@'.format(major_version))

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: libbabl
Version: 0.1.104
Version: 0.1.114
Release: 1mamba
Summary: babl is a dynamic, any to any, pixel format translation library
Group: System/Libraries
@ -9,7 +9,6 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://gegl.org/babl/
Source: http://download.gimp.org/pub/babl/%{majver}/babl-%{version}.tar.xz
Patch0: libbabl-0.1.92-meson-0.62.1.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -48,11 +47,9 @@ 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 the tools provided with %{name}.
%debug_package
%prep
%setup -q -n babl-%{version}
#%patch0 -p1 -b .meson-0.62.1
%build
%meson
@ -62,7 +59,6 @@ This package contains the tools provided with %{name}.
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%meson_install
#% makeinstall extdir=%{_libdir}/babl-%{majver}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -83,6 +79,8 @@ This package contains the tools provided with %{name}.
%{_datadir}/gir-1.0/Babl-0.1.gir
%{_datadir}/vala/vapi/babl-0.1.*
%{_libdir}/pkgconfig/*.pc
%dir %{_docdir}/babl-%{majver}
%{_docdir}/babl-%{majver}/*
%doc NEWS TODO
%files tools
@ -90,6 +88,21 @@ This package contains the tools provided with %{name}.
%{_bindir}/babl
%changelog
* Tue May 13 2025 Automatic Build System <autodist@openmamba.org> 0.1.114-1mamba
- automatic version update by autodist
* Mon Mar 17 2025 Automatic Build System <autodist@openmamba.org> 0.1.112-1mamba
- automatic version update by autodist
* Mon Oct 28 2024 Automatic Build System <autodist@openmamba.org> 0.1.110-1mamba
- automatic version update by autodist
* Sun Feb 11 2024 Automatic Build System <autodist@openmamba.org> 0.1.108-1mamba
- automatic version update by autodist
* Sat May 06 2023 Automatic Build System <autodist@mambasoft.it> 0.1.106-1mamba
- automatic version update by autodist
* Sun Apr 23 2023 Automatic Build System <autodist@mambasoft.it> 0.1.104-1mamba
- automatic version update by autodist