diff --git a/colord-gtk-0.1.26.tar.xz b/colord-gtk-0.1.26.tar.xz deleted file mode 100644 index 5b7ff3f..0000000 Binary files a/colord-gtk-0.1.26.tar.xz and /dev/null differ diff --git a/colord-gtk-0.3.0.tar.xz b/colord-gtk-0.3.0.tar.xz new file mode 100644 index 0000000..20d0603 Binary files /dev/null and b/colord-gtk-0.3.0.tar.xz differ diff --git a/colord-gtk.spec b/colord-gtk.spec index a95b74a..91b41ab 100644 --- a/colord-gtk.spec +++ b/colord-gtk.spec @@ -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 - 0.3.0-1 +- Update to 0.3.0 + * Tue Nov 19 2019 openEuler Buildteam - 0.1.26-10 - Package init