Blame SPECS/clutter-gtk.spec

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