|
|
8594a6 |
%global glib2_version 2.55.0
|
|
|
8594a6 |
|
|
|
8594a6 |
Name: libdazzle
|
|
|
8594a6 |
Version: 3.28.5
|
|
|
8594a6 |
Release: 1%{?dist}
|
|
|
8594a6 |
Summary: Experimental new features for GTK+ and GLib
|
|
|
8594a6 |
|
|
|
8594a6 |
License: GPLv3+
|
|
|
8594a6 |
URL: https://git.gnome.org/browse/libdazzle/
|
|
|
8594a6 |
Source0: https://download.gnome.org/sources/%{name}/3.28/%{name}-%{version}.tar.xz
|
|
|
8594a6 |
|
|
|
8594a6 |
BuildRequires: gtk-doc
|
|
|
8594a6 |
BuildRequires: meson
|
|
|
8594a6 |
BuildRequires: vala
|
|
|
8594a6 |
|
|
|
8594a6 |
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
|
|
|
8594a6 |
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
|
|
8594a6 |
BuildRequires: pkgconfig(gmodule-2.0) >= %{glib2_version}
|
|
|
8594a6 |
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
|
|
8594a6 |
BuildRequires: pkgconfig(gtk+-3.0)
|
|
|
8594a6 |
|
|
|
8594a6 |
# for tests
|
|
|
8594a6 |
BuildRequires: dbus
|
|
|
8594a6 |
BuildRequires: xorg-x11-server-Xvfb
|
|
|
8594a6 |
BuildRequires: words
|
|
|
8594a6 |
|
|
|
8594a6 |
Requires: glib2%{?_isa} >= %{glib2_version}
|
|
|
8594a6 |
|
|
|
8594a6 |
%description
|
|
|
8594a6 |
libdazzle is a collection of fancy features for GLib and Gtk+ that aren't quite
|
|
|
8594a6 |
ready or generic enough for use inside those libraries. This is often a proving
|
|
|
8594a6 |
ground for new widget prototypes. Applications such as Builder tend to drive
|
|
|
8594a6 |
development of this project.
|
|
|
8594a6 |
|
|
|
8594a6 |
|
|
|
8594a6 |
%package devel
|
|
|
8594a6 |
Summary: Development files for %{name}
|
|
|
8594a6 |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
8594a6 |
|
|
|
8594a6 |
%description devel
|
|
|
8594a6 |
The %{name}-devel package contains libraries and header files for
|
|
|
8594a6 |
developing applications that use %{name}.
|
|
|
8594a6 |
|
|
|
8594a6 |
|
|
|
8594a6 |
%prep
|
|
|
8594a6 |
%autosetup -p1
|
|
|
8594a6 |
|
|
|
8594a6 |
|
|
|
8594a6 |
%build
|
|
|
8594a6 |
%meson -D enable_gtk_doc=true
|
|
|
8594a6 |
%meson_build
|
|
|
8594a6 |
|
|
|
8594a6 |
|
|
|
8594a6 |
%install
|
|
|
8594a6 |
%meson_install
|
|
|
8594a6 |
|
|
|
8594a6 |
|
|
|
8594a6 |
%check
|
|
|
8594a6 |
dbus-run-session -- xvfb-run -w 10 ninja test %{__ninja_common_opts} -C %{_vpath_builddir}
|
|
|
8594a6 |
|
|
|
8594a6 |
|
|
|
8594a6 |
%files
|
|
|
8594a6 |
%license COPYING
|
|
|
8594a6 |
%doc AUTHORS NEWS README.md
|
|
|
8594a6 |
%{_bindir}/dazzle-list-counters
|
|
|
8594a6 |
%{_libdir}/libdazzle-1.0.so.*
|
|
|
8594a6 |
%dir %{_libdir}/girepository-1.0
|
|
|
8594a6 |
%{_libdir}/girepository-1.0/Dazzle-1.0.typelib
|
|
|
8594a6 |
|
|
|
8594a6 |
%files devel
|
|
|
8594a6 |
%doc CONTRIBUTING.md examples
|
|
|
8594a6 |
%dir %{_datadir}/gir-1.0
|
|
|
8594a6 |
%{_datadir}/gir-1.0/Dazzle-1.0.gir
|
|
|
8594a6 |
%dir %{_datadir}/gtk-doc
|
|
|
8594a6 |
%dir %{_datadir}/gtk-doc/html
|
|
|
8594a6 |
%{_datadir}/gtk-doc/html/libdazzle
|
|
|
8594a6 |
%dir %{_datadir}/vala
|
|
|
8594a6 |
%dir %{_datadir}/vala/vapi
|
|
|
8594a6 |
%{_datadir}/vala/vapi/libdazzle-1.0.*
|
|
|
8594a6 |
%{_includedir}/*
|
|
|
8594a6 |
%{_libdir}/*.so
|
|
|
8594a6 |
%{_libdir}/pkgconfig/libdazzle-1.0.pc
|
|
|
8594a6 |
|
|
|
8594a6 |
|
|
|
8594a6 |
%changelog
|
|
|
8594a6 |
* Sat Jul 28 2018 Kalev Lember <klember@redhat.com> - 3.28.5-1
|
|
|
8594a6 |
- Update to 3.28.5
|
|
|
8594a6 |
|
|
|
8594a6 |
* Fri Jul 27 2018 Kalev Lember <klember@redhat.com> - 3.28.4-1
|
|
|
8594a6 |
- Update to 3.28.4
|
|
|
8594a6 |
|
|
|
8594a6 |
* Tue Jun 26 2018 Kalev Lember <klember@redhat.com> - 3.28.3-1
|
|
|
8594a6 |
- Update to 3.28.3
|
|
|
8594a6 |
|
|
|
8594a6 |
* Thu May 24 2018 Kalev Lember <klember@redhat.com> - 3.28.2-1
|
|
|
8594a6 |
- Update to 3.28.2
|
|
|
8594a6 |
|
|
|
8594a6 |
* Tue Apr 10 2018 Kalev Lember <klember@redhat.com> - 3.28.1-1
|
|
|
8594a6 |
- Update to 3.28.1
|
|
|
8594a6 |
|
|
|
8594a6 |
* Wed Mar 14 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
|
|
|
8594a6 |
- Update to 3.28.0
|
|
|
8594a6 |
|
|
|
8594a6 |
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 3.27.92-1
|
|
|
8594a6 |
- Update to 3.27.92
|
|
|
8594a6 |
|
|
|
8594a6 |
* Sat Mar 03 2018 Kalev Lember <klember@redhat.com> - 3.27.91-1
|
|
|
8594a6 |
- Update to 3.27.91
|
|
|
8594a6 |
|
|
|
8594a6 |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.27.90-2
|
|
|
8594a6 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
8594a6 |
|
|
|
8594a6 |
* Mon Feb 05 2018 Kalev Lember <klember@redhat.com> - 3.27.90-1
|
|
|
8594a6 |
- Update to 3.27.90
|
|
|
8594a6 |
- Drop ldconfig scriptlets
|
|
|
8594a6 |
|
|
|
8594a6 |
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.27.5-2
|
|
|
8594a6 |
- Switch to %%ldconfig_scriptlets
|
|
|
8594a6 |
|
|
|
8594a6 |
* Sun Jan 28 2018 Kalev Lember <klember@redhat.com> - 3.27.5-1
|
|
|
8594a6 |
- Update to 3.27.5
|
|
|
8594a6 |
|
|
|
8594a6 |
* Tue Dec 19 2017 Kalev Lember <klember@redhat.com> - 3.27.3-1
|
|
|
8594a6 |
- Update to 3.27.3
|
|
|
8594a6 |
- Set minimum required glib version
|
|
|
8594a6 |
|
|
|
8594a6 |
* Tue Oct 3 2017 Yanko Kaneti <yaneti@declera.com> - 3.26.1-1
|
|
|
8594a6 |
- Update to 3.26.1
|
|
|
8594a6 |
|
|
|
8594a6 |
* Tue Sep 12 2017 Yanko Kaneti <yaneti@declera.com> - 3.26.0-1
|
|
|
8594a6 |
- Update to 3.26.0
|
|
|
8594a6 |
|
|
|
8594a6 |
* Tue Sep 5 2017 Yanko Kaneti <yaneti@declera.com> - 3.25.92-1
|
|
|
8594a6 |
- Update to 3.25.92
|
|
|
8594a6 |
- Reenable test-fuzzy-index, should be fixed upstream
|
|
|
8594a6 |
|
|
|
8594a6 |
* Sun Aug 27 2017 Kalev Lember <klember@redhat.com> - 3.25.91-1
|
|
|
8594a6 |
- Update to 3.25.91
|
|
|
8594a6 |
|
|
|
8594a6 |
* Tue Aug 8 2017 Yanko Kaneti <yaneti@declera.com> - 3.25.90-1
|
|
|
8594a6 |
- Update to 3.25.90
|
|
|
8594a6 |
|
|
|
8594a6 |
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.5-3
|
|
|
8594a6 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
8594a6 |
|
|
|
8594a6 |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.5-2
|
|
|
8594a6 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
8594a6 |
|
|
|
8594a6 |
* Fri Jul 21 2017 Yanko Kaneti <yaneti@declera.com> - 3.25.5-1
|
|
|
8594a6 |
- Update to 3.25.5
|
|
|
8594a6 |
|
|
|
8594a6 |
* Wed Jul 19 2017 Yanko Kaneti <yaneti@declera.com> - 3.25.4-1
|
|
|
8594a6 |
- Update to 3.25.4. Add tests, BR: xorg-x11-server-Xvfb, words, dbus
|
|
|
8594a6 |
|
|
|
8594a6 |
* Tue Jul 18 2017 Kalev Lember <klember@redhat.com> - 3.25.3-3
|
|
|
8594a6 |
- Drop the workaround as meson is now fixed
|
|
|
8594a6 |
|
|
|
8594a6 |
* Thu Jun 22 2017 Yanko Kaneti <yaneti@declera.com> - 3.25.3-2
|
|
|
8594a6 |
- Add temporary workaround for meson 0.41.1 breakage
|
|
|
8594a6 |
|
|
|
8594a6 |
* Mon Jun 19 2017 Yanko Kaneti <yaneti@declera.com> - 3.25.3-1
|
|
|
8594a6 |
- Initial spec
|