From 65ed78de19616b0a117e9b31accf1a409984696d Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 21:28:48 +0100 Subject: [PATCH] automatic version update by autodist [release 0.2.0-1mamba;Thu Jul 11 2019] --- colord-gtk.spec | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/colord-gtk.spec b/colord-gtk.spec index 94fb983..cf402d7 100644 --- a/colord-gtk.spec +++ b/colord-gtk.spec @@ -1,6 +1,6 @@ Name: colord-gtk -Version: 0.1.26 -Release: 2mamba +Version: 0.2.0 +Release: 1mamba Summary: GTK+ bindings for Colord Group: System/Libraries Vendor: openmamba @@ -62,16 +62,14 @@ This package includes the %{name} API documentation. %setup -q %build -%configure \ - --enable-vala +%meson -# --enable-gtk-doc \ - -%make +%meson_build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall +export DESTDIR=%{buildroot} +%meson_install %find_lang %{name} || touch %{name}.lang @@ -95,15 +93,18 @@ This package includes the %{name} API documentation. %{_includedir}/colord-1/colord-gtk.h %dir %{_includedir}/colord-1/colord-gtk %{_includedir}/colord-1/colord-gtk/cd-*.h -%{_libdir}/libcolord-gtk.a -%{_libdir}/libcolord-gtk.la %{_libdir}/libcolord-gtk.so %{_libdir}/pkgconfig/colord-gtk.pc %{_datadir}/gir-1.0/ColordGtk-1.0.gir -%{_datadir}/vala/vapi/colord-gtk.vapi +#%{_datadir}/vala/vapi/colord-gtk.vapi +%dir %{_datadir}/gtk-doc/html/colord-gtk +%{_datadir}/gtk-doc/html/colord-gtk/* %doc NEWS README TODO %changelog +* Thu Jul 11 2019 Automatic Build System 0.2.0-1mamba +- automatic version update by autodist + * Fri Mar 11 2016 Silvan Calarco 0.1.26-2mamba - rebuilt by autoport with build requirements: libcolord-devel>=1.2.12-1mamba