576b16
%global         clutter_version 1.23.7
576b16
%global         gtk3_version 3.21.0
576b16
576b16
%global         api_ver 1.0
576b16
576b16
Name:           clutter-gtk
576b16
Version:        1.8.4
576b16
Release:        3%{?dist}
576b16
Summary:        A basic GTK clutter widget
576b16
576b16
License:        LGPLv2+
576b16
URL:            http://www.clutter-project.org
576b16
Source0:        http://download.gnome.org/sources/clutter-gtk/1.8/clutter-gtk-%{version}.tar.xz
576b16
576b16
BuildRequires:  clutter-devel >= %{clutter_version}
576b16
BuildRequires:  gtk3-devel >= %{gtk3_version}
576b16
BuildRequires:  gobject-introspection-devel
576b16
576b16
Requires:       clutter%{?_isa} >= %{clutter_version}
576b16
Requires:       gtk3%{?_isa} >= %{gtk3_version}
576b16
576b16
%description
576b16
clutter-gtk is a library which allows the embedding of a Clutter
576b16
canvas (or "stage") into a GTK+ application, as well as embedding
576b16
GTK+ widgets inside the stage.
576b16
576b16
%package devel
576b16
Summary:        Clutter-gtk development environment
576b16
Requires:       %{name}%{?_isa} = %{version}-%{release}
576b16
576b16
%description devel
576b16
Header files and libraries for building a extension library for the
576b16
clutter-gtk.
576b16
576b16
576b16
%prep
576b16
%setup -q
576b16
576b16
576b16
%build
576b16
%configure
576b16
make %{?_smp_mflags} V=1
576b16
576b16
576b16
%install
576b16
%make_install
576b16
576b16
#Remove libtool archives.
576b16
find %{buildroot} -type f -name "*.la" -delete
576b16
576b16
%find_lang cluttergtk-1.0
576b16
576b16
%check
576b16
make check %{?_smp_mflags} V=1
576b16
576b16
576b16
%ldconfig_scriptlets
576b16
576b16
%files -f cluttergtk-1.0.lang
576b16
%license COPYING
576b16
%doc NEWS
576b16
%{_libdir}/*.so.*
576b16
%{_libdir}/girepository-1.0/GtkClutter-%{api_ver}.typelib
576b16
576b16
%files devel
576b16
%{_includedir}/clutter-gtk-%{api_ver}/
576b16
%{_libdir}/pkgconfig/clutter-gtk-%{api_ver}.pc
576b16
%{_libdir}/*.so
576b16
%{_datadir}/gir-1.0/GtkClutter-%{api_ver}.gir
576b16
%{_datadir}/gtk-doc/html/clutter-gtk-1.0
576b16
576b16
%changelog
576b16
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.4-3
576b16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
576b16
576b16
* Sun Feb 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.8.4-2
576b16
- Switch to %%ldconfig_scriptlets
576b16
576b16
* Wed Aug 09 2017 Kalev Lember <klember@redhat.com> - 1.8.4-1
576b16
- Update to 1.8.4
576b16
576b16
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.2-4
576b16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
576b16
576b16
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.2-3
576b16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
576b16
576b16
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.2-2
576b16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
576b16
576b16
* Mon Sep 19 2016 Peter Robinson <pbrobinson@fedoraproject.org> 1.8.2-1
576b16
- Update to 1.8.0
576b16
576b16
* Mon Sep 05 2016 Kalev Lember <klember@redhat.com> - 1.8.0-2
576b16
- embed: remove non double buffer setting
576b16
576b16
* Wed Mar 30 2016 Kalev Lember <klember@redhat.com> - 1.8.0-1
576b16
- Update to 1.8.0
576b16
- Set minimum required gtk3 version
576b16
576b16
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-2
576b16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
576b16
576b16
* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 1.6.6-1
576b16
- Update to 1.6.6
576b16
576b16
* Tue Sep 15 2015 Kalev Lember <klember@redhat.com> - 1.6.4-1
576b16
- Update to 1.6.4
576b16
- Use make_install macro
576b16
576b16
* Tue Jun 30 2015 Kalev Lember <klember@redhat.com> - 1.6.2-1
576b16
- Update to 1.6.2
576b16
- Require minimum clutter 1.22.3 version
576b16
- Use license macro for COPYING
576b16
576b16
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-2
576b16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
576b16
576b16
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.6.0-1
576b16
- Update to 1.6.0
576b16
576b16
* Sun Sep 07 2014 Kalev Lember <kalevlember@gmail.com> - 1.5.4-2
576b16
- Revert "Prefer the GDK windowing backend for Clutter" (#1134921, #1139052)
576b16
576b16
* Thu Aug 21 2014 Kalev Lember <kalevlember@gmail.com> - 1.5.4-1
576b16
- Update to 1.5.4
576b16
- Drop duplicate deps that rpmbuild autogenerates
576b16
- Drop an obsolete unused patch
576b16
- Tighten deps with %%{?_isa}
576b16
576b16
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.2-6
576b16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
576b16
576b16
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.5.2-5
576b16
- Rebuilt for gobject-introspection 1.41.4
576b16
576b16
* Fri Jul 11 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.5.2-4
576b16
- Enable make check
576b16
576b16
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.2-3
576b16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
576b16
576b16
* Thu Feb 20 2014 Kalev Lember <kalevlember@gmail.com> - 1.5.2-2
576b16
- Rebuilt for cogl soname bump
576b16
576b16
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 1.5.2-1
576b16
- Update to 1.5.2
576b16
576b16
* Mon Feb 10 2014 Peter Hutterer <peter.hutterer@redhat.com> - 1.4.4-5
576b16
- Rebuild for libevdev soname bump
576b16
576b16
* Wed Feb 05 2014 Richard Hughes <rhughes@redhat.com> - 1.4.4-4
576b16
- Rebuild for cogl soname bump
576b16
576b16
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 1.4.4-3
576b16
- Rebuilt for cogl 1.15.4 soname bump
576b16
576b16
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.4-2
576b16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
576b16
576b16
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 1.4.4-1
576b16
- Update to 1.4.4
576b16
576b16
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 1.4.2-3
576b16
- Rebuilt for cogl soname bump
576b16
576b16
* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.4.2-2
576b16
- Rebuild for new cogl
576b16
576b16
* Tue Dec 18 2012 Peter Robinson <pbrobinson@fedoraproject.org> 1.4.2-1
576b16
- New 1.4.2 stable release
576b16
576b16
* Fri Oct 19 2012 Peter Robinson <pbrobinson@fedoraproject.org> 1.4.0-1
576b16
- New 1.4.0 stable release
576b16
576b16
* Fri Aug 17 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.3.2-3
576b16
- Rebuild for new cogl
576b16
576b16
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-2
576b16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
576b16
576b16
* Wed Jun  6 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.3.2-1
576b16
- Update to 1.3.2
576b16
576b16
* Tue Apr  3 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.2.0-1
576b16
- Update to 1.2.0
576b16
576b16
* Sat Mar 10 2012 Matthias Clasen <mclasen@redhat.com> - 1.1.2-5
576b16
- Rebuild against new cogl
576b16
576b16
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 1.1.2-4
576b16
- Rebuild against new cogl
576b16
576b16
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> - 1.1.2-3
576b16
- Rebuild against new cogl
576b16
576b16
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-2
576b16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
576b16
576b16
* Thu Nov 24 2011 Matthias Clasen <mclasen@redhat.com> - 1.1.2-1
576b16
- Update to 1.1.2
576b16
576b16
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 1.0.4-1
576b16
- Update to 1.0.4
576b16
576b16
* Tue Sep 20 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.2-4
576b16
- Rebuild for clutter 1.8.0 again
576b16
576b16
* Tue Sep 20 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.2-3
576b16
- Rebuild for clutter 1.8.0
576b16
576b16
* Tue Jul 26 2011 Matthias Clasen <mclasen@redhat.com> 1.0.2-2
576b16
- Rebuild
576b16
576b16
* Tue Jul 26 2011 Matthias Clasen <mclasen@redhat.com> 1.0.2-1
576b16
- Update to 1.0.2
576b16
576b16
* Tue Apr  5 2011 Matthias Clasen <mclasen@redhat.com> 1.0.0-1
576b16
- Update to 1.0.0
576b16
576b16
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> 0.91.8-4
576b16
- Rebuild against newer gtk
576b16
576b16
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91.8-3
576b16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
576b16
576b16
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> 0.91.8-2
576b16
- Rebuild against newer gtk
576b16
576b16
* Fri Jan 14 2011 Matthias Clasen <mclasen@redhat.com> 0.91.8-1
576b16
- Update to 0.91.8
576b16
576b16
* Fri Jan  7 2011 Matthias Clasen <mclasen@redhat.com> 0.91.6-2
576b16
- Rebuild against GTK+ 2.99.0
576b16
576b16
* Tue Dec 28 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.91.6-1
576b16
- Update to 0.91.6
576b16
- Fix deps and other bits of spec file
576b16
576b16
* Wed Dec 22 2010 Dan HorĂ¡k <dan[at]danny.cz> - 0.91.4-2
576b16
- Update to recent gtk (FTBFS)
576b16
576b16
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 0.91.4-1
576b16
- Update to 0.91.4
576b16
576b16
* Sun Oct 10 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.91.2-1
576b16
- Update to 0.91.2
576b16
576b16
* Wed Sep 29 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.90.2-3
576b16
- Add upstream patches to compile with latest gobject-introspection
576b16
576b16
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> 0.90.2-2
576b16
- Rebuild against newer gobject-introspection
576b16
576b16
* Wed Sep  1 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.90.2-1
576b16
- Update to 0.90.2
576b16
576b16
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 0.10.4-5
576b16
- Rebuild with new gobject-introspection
576b16
- Drop gir-repository-devel
576b16
576b16
* Mon May  3 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.10.4-3
576b16
- cleanup removal of libtool archives
576b16
576b16
* Wed Mar 24 2010 Bastien Nocera <bnocera@redhat.com> 0.10.4-2
576b16
- Move the API docs to -devel
576b16
576b16
* Sun Mar 21 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.10.4-1
576b16
- Update to 0.10.4
576b16
576b16
* Wed Jul 29 2009 Bastien Nocera <bnocera@redhat.com> 0.10.2-1
576b16
- Update to 0.10.2
576b16
576b16
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.2-2
576b16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
576b16
576b16
* Mon Jun 22 2009 Bastien Nocera <bnocera@redhat.com> 0.9.2-1
576b16
- Update to 0.9.2
576b16
576b16
* Sat Jun 20 2009 Bastien Nocera <bnocera@redhat.com> 0.9.0-2
576b16
- Rebuild for new clutter
576b16
576b16
* Tue May 26 2009 Bastien Nocera <bnocera@redhat.com> 0.9.0-1
576b16
- Update to 0.9.0
576b16
576b16
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-3
576b16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
576b16
576b16
576b16
* Fri Jan 23 2009 Allisson Azevedo <allisson@gmail.com> 0.8.2-2
576b16
- Rebuild
576b16
576b16
* Wed Oct 15 2008 Allisson Azevedo <allisson@gmail.com> 0.8.2-1
576b16
- Update to 0.8.2
576b16
576b16
* Sat Sep  6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.1-1
576b16
- Update to 0.8.1
576b16
576b16
* Thu Jun 26 2008 Colin Walters <walters@redhat.com> 0.6.1-1
576b16
- Update to 0.6.1 so we can make tweet go
576b16
- Loosen files globs so we don't have to touch them every version
576b16
576b16
* Thu Feb 21 2008 Allisson Azevedo <allisson@gmail.com> 0.6.0-1
576b16
- Update to 0.6.0
576b16
576b16
* Mon Sep  3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.0-1
576b16
- Update to 0.4.0
576b16
576b16
* Thu May 10 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-3
576b16
- fix devel files section
576b16
576b16
* Thu May 10 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-2
576b16
- INSTALL removed from docs
576b16
- fix make install for keeping timestamps
576b16
- fix devel files section
576b16
- changed license for LGPL
576b16
576b16
* Fri Apr 13 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-1
576b16
- Initial RPM release