Name: libdazzle Version: 3.25.91 Release: 1%{?dist} Summary: Experimental new features for GTK+ and GLib License: GPLv3+ URL: https://git.gnome.org/browse/libdazzle/ Source0: https://download.gnome.org/sources/%{name}/3.25/%{name}-%{version}.tar.xz # https://github.com/chergert/libdazzle/issues/8 Patch1: disable-test-fuzzy-index.patch BuildRequires: gtk-doc BuildRequires: meson BuildRequires: vala BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gtk+-3.0) # for tests BuildRequires: dbus BuildRequires: xorg-x11-server-Xvfb BuildRequires: words %description libdazzle is a collection of fancy features for GLib and Gtk+ that aren't quite ready or generic enough for use inside those libraries. This is often a proving ground for new widget prototypes. Applications such as Builder tend to drive development of this project. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %autosetup -p1 %build %meson -D enable_gtk_doc=true %meson_build %install %meson_install %check dbus-run-session -- xvfb-run -w 10 ninja test %{__ninja_common_opts} -C %{_vpath_builddir} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %license COPYING %doc AUTHORS NEWS README.md %{_bindir}/dazzle-list-counters %{_libdir}/libdazzle-1.0.so.* %dir %{_libdir}/girepository-1.0 %{_libdir}/girepository-1.0/Dazzle-1.0.typelib %files devel %doc CONTRIBUTING.md examples %dir %{_datadir}/gir-1.0 %{_datadir}/gir-1.0/Dazzle-1.0.gir %dir %{_datadir}/gtk-doc %dir %{_datadir}/gtk-doc/html %{_datadir}/gtk-doc/html/libdazzle %dir %{_datadir}/vala %dir %{_datadir}/vala/vapi %{_datadir}/vala/vapi/libdazzle-1.0.* %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/libdazzle-1.0.pc %changelog * Sun Aug 27 2017 Kalev Lember - 3.25.91-1 - Update to 3.25.91 * Tue Aug 8 2017 Yanko Kaneti - 3.25.90-1 - Update to 3.25.90 * Thu Aug 03 2017 Fedora Release Engineering - 3.25.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 3.25.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Jul 21 2017 Yanko Kaneti - 3.25.5-1 - Update to 3.25.5 * Wed Jul 19 2017 Yanko Kaneti - 3.25.4-1 - Update to 3.25.4. Add tests, BR: xorg-x11-server-Xvfb, words, dbus * Tue Jul 18 2017 Kalev Lember - 3.25.3-3 - Drop the workaround as meson is now fixed * Thu Jun 22 2017 Yanko Kaneti - 3.25.3-2 - Add temporary workaround for meson 0.41.1 breakage * Mon Jun 19 2017 Yanko Kaneti - 3.25.3-1 - Initial spec