upgrade gnome from 3.38.6 to 42.0, so colord-gtk upgrade to 0.3.0
This commit is contained in:
parent
bfce4624ec
commit
fccabc9e8c
Binary file not shown.
BIN
colord-gtk-0.3.0.tar.xz
Normal file
BIN
colord-gtk-0.3.0.tar.xz
Normal file
Binary file not shown.
@ -1,13 +1,14 @@
|
||||
Name: colord-gtk
|
||||
Version: 0.1.26
|
||||
Release: 10
|
||||
Version: 0.3.0
|
||||
Release: 1
|
||||
Summary: A GTK+ support library
|
||||
License: LGPLv2+
|
||||
URL: http://www.freedesktop.org/software/colord/
|
||||
Source0: http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
|
||||
|
||||
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
|
||||
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
|
||||
|
||||
%build
|
||||
%configure --disable-gtk-doc --disable-static --disable-rpath --disable-dependency-tracking --enable-vala
|
||||
%make_build
|
||||
%meson -Ddocs=true -Dgtk2=false -Dman=true -Dtests=false -Dvapi=true
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
%delete_la_and_a
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%find_lang %{name}
|
||||
@ -42,22 +42,29 @@ This package contains development files for %{name}.
|
||||
%files -f %{name}.lang
|
||||
%license AUTHORS COPYING
|
||||
%{_bindir}/*
|
||||
%{_mandir}/man1/*.1.gz
|
||||
%{_libdir}/libcolord-gtk.so.*
|
||||
%{_libdir}/libcolord-gtk4.so.*
|
||||
%{_libdir}/girepository-1.0/ColordGtk-1.0.typelib
|
||||
|
||||
%files devel
|
||||
%{_libdir}/libcolord-gtk.so
|
||||
%{_libdir}/libcolord-gtk4.so
|
||||
%{_libdir}/pkgconfig/colord-gtk.pc
|
||||
%{_libdir}/pkgconfig/colord-gtk4.pc
|
||||
%{_includedir}/colord-1/colord-gtk.h
|
||||
%{_includedir}/colord-1/colord-gtk/*.h
|
||||
%{_datadir}/gir-1.0/ColordGtk-1.0.gir
|
||||
%{_datadir}/vala/vapi/colord-gtk.vapi
|
||||
%{_datadir}/vala/vapi/colord-gtk.deps
|
||||
|
||||
%files help
|
||||
%doc README NEWS
|
||||
%{_mandir}/man1/*.1.gz
|
||||
%doc %{_datadir}/gtk-doc/html/colord-gtk
|
||||
%{_mandir}/man1/*.1.*
|
||||
|
||||
%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
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user