upgrade gnome from 3.38.6 to 42.0, so colord-gtk upgrade to 0.3.0

This commit is contained in:
dillon_chen 2022-04-20 11:10:32 +08:00
parent bfce4624ec
commit fccabc9e8c
3 changed files with 16 additions and 9 deletions

Binary file not shown.

BIN
colord-gtk-0.3.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,13 +1,14 @@
Name: colord-gtk Name: colord-gtk
Version: 0.1.26 Version: 0.3.0
Release: 10 Release: 1
Summary: A GTK+ support library Summary: A GTK+ support library
License: LGPLv2+ License: LGPLv2+
URL: http://www.freedesktop.org/software/colord/ URL: http://www.freedesktop.org/software/colord/
Source0: http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz Source0: http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
BuildRequires: gettext docbook-utils glib2-devel colord-devel intltool lcms2-devel BuildRequires: gettext docbook-utils glib2-devel colord-devel intltool lcms2-devel
BuildRequires: gobject-introspection-devel vala-tools gtk3-devel gtk-doc BuildRequires: gobject-introspection-devel vala gtk3-devel gtk-doc
BuildRequires: meson gtk4-devel docbook5-style-xsl
%description %description
Colord is a system service that makes it easy to manage, install and generate color profiles Colord is a system service that makes it easy to manage, install and generate color profiles
@ -27,14 +28,13 @@ This package contains development files for %{name}.
%autosetup -n %{name}-%{version} -p1 %autosetup -n %{name}-%{version} -p1
%build %build
%configure --disable-gtk-doc --disable-static --disable-rpath --disable-dependency-tracking --enable-vala %meson -Ddocs=true -Dgtk2=false -Dman=true -Dtests=false -Dvapi=true
%make_build %meson_build
%install %install
%make_install %meson_install
%delete_la_and_a %delete_la_and_a
%ldconfig_scriptlets %ldconfig_scriptlets
%find_lang %{name} %find_lang %{name}
@ -42,22 +42,29 @@ This package contains development files for %{name}.
%files -f %{name}.lang %files -f %{name}.lang
%license AUTHORS COPYING %license AUTHORS COPYING
%{_bindir}/* %{_bindir}/*
%{_mandir}/man1/*.1.gz
%{_libdir}/libcolord-gtk.so.* %{_libdir}/libcolord-gtk.so.*
%{_libdir}/libcolord-gtk4.so.*
%{_libdir}/girepository-1.0/ColordGtk-1.0.typelib %{_libdir}/girepository-1.0/ColordGtk-1.0.typelib
%files devel %files devel
%{_libdir}/libcolord-gtk.so %{_libdir}/libcolord-gtk.so
%{_libdir}/libcolord-gtk4.so
%{_libdir}/pkgconfig/colord-gtk.pc %{_libdir}/pkgconfig/colord-gtk.pc
%{_libdir}/pkgconfig/colord-gtk4.pc
%{_includedir}/colord-1/colord-gtk.h %{_includedir}/colord-1/colord-gtk.h
%{_includedir}/colord-1/colord-gtk/*.h %{_includedir}/colord-1/colord-gtk/*.h
%{_datadir}/gir-1.0/ColordGtk-1.0.gir %{_datadir}/gir-1.0/ColordGtk-1.0.gir
%{_datadir}/vala/vapi/colord-gtk.vapi %{_datadir}/vala/vapi/colord-gtk.vapi
%{_datadir}/vala/vapi/colord-gtk.deps
%files help %files help
%doc README NEWS %doc README NEWS
%{_mandir}/man1/*.1.gz %doc %{_datadir}/gtk-doc/html/colord-gtk
%{_mandir}/man1/*.1.*
%changelog %changelog
* Wed Apr 20 2022 dillon chen <dillon.chen@gmail.com> - 0.3.0-1
- Update to 0.3.0
* Tue Nov 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.1.26-10 * Tue Nov 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.1.26-10
- Package init - Package init