12 Commits

Author SHA1 Message Date
1fb10b500c automatic version update by autodist [release 0.1.110-1mamba;Mon Oct 28 2024] 2024-10-28 19:14:52 +01:00
9188121ed4 automatic version update by autodist [release 0.1.108-1mamba;Sun Feb 11 2024] 2024-02-12 00:30:52 +01:00
df91d39344 automatic version update by autodist [release 0.1.106-1mamba;Sat May 06 2023] 2024-01-06 03:50:49 +01:00
d8432ae080 automatic version update by autodist [release 0.1.104-1mamba;Sun Apr 23 2023] 2024-01-06 03:50:49 +01:00
e298b42e58 automatic version update by autodist [release 0.1.102-1mamba;Sun Feb 26 2023] 2024-01-06 03:50:48 +01:00
a095ef2790 automatic version update by autodist [release 0.1.98-1mamba;Mon Nov 14 2022] 2024-01-06 03:50:47 +01:00
259fb6a965 automatic version update by autodist [release 0.1.96-1mamba;Tue Aug 30 2022] 2024-01-06 03:50:47 +01:00
38abd76856 automatic version update by autodist [release 0.1.92-1mamba;Wed May 18 2022] 2024-01-06 03:50:47 +01:00
829c1c9f75 automatic version update by autodist [release 0.1.90-1mamba;Tue Feb 22 2022] 2024-01-06 03:50:47 +01:00
88cdbbc0c0 automatic version update by autodist [release 0.1.88-1mamba;Thu Jul 01 2021] 2024-01-06 03:50:47 +01:00
283f9f44a4 automatic version update by autodist [release 0.1.86-1mamba;Sat Feb 27 2021] 2024-01-06 03:50:47 +01:00
9a003ea3c9 automatic version update by autodist [release 0.1.84-1mamba;Thu Feb 04 2021] 2024-01-06 03:50:47 +01:00

View File

@ -1,21 +1,21 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: libbabl
Version: 0.1.82
Version: 0.1.110
Release: 1mamba
Summary: babl is a dynamic, any to any, pixel format translation library
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
URL: http://gegl.org/babl
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://gegl.org/babl/
Source: http://download.gimp.org/pub/babl/%{majver}/babl-%{version}.tar.xz
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN
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.
@ -26,15 +26,26 @@ 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.
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 static libraries and header files needed for development.
This package contains static libraries and header files need 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
@ -49,7 +60,6 @@ This package contains static libraries and header files need for development.
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%meson_install
#% makeinstall extdir=%{_libdir}/babl-%{majver}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -70,9 +80,54 @@ This package contains static libraries and header files need for development.
%{_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
%defattr(-,root,root)
%{_bindir}/babl
%changelog
* 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
* Sun Feb 26 2023 Automatic Build System <autodist@mambasoft.it> 0.1.102-1mamba
- automatic version update by autodist
* Tue Feb 21 2023 Automatic Build System <autodist@mambasoft.it> 0.1.100-1mamba
- automatic version update by autodist
* Mon Nov 14 2022 Automatic Build System <autodist@mambasoft.it> 0.1.98-1mamba
- automatic version update by autodist
* 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
- automatic version update by autodist
* Tue Feb 22 2022 Automatic Build System <autodist@mambasoft.it> 0.1.90-1mamba
- automatic version update by autodist
* Thu Jul 01 2021 Automatic Build System <autodist@mambasoft.it> 0.1.88-1mamba
- automatic version update by autodist
* Sat Feb 27 2021 Automatic Build System <autodist@mambasoft.it> 0.1.86-1mamba
- automatic version update by autodist
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 0.1.84-1mamba
- automatic version update by autodist
* Tue Oct 06 2020 Automatic Build System <autodist@mambasoft.it> 0.1.82-1mamba
- automatic version update by autodist