Blame SPECS/libdazzle.spec

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