49f90fa
%global         clutter_version 1.23.7
fd4bef7
%global         gtk3_version 3.21.0
ba435f1
ba435f1
%global         api_ver 1.0
2c704bb
Allisson Azevedo c711bea
Name:           clutter-gtk
8109442
Version:        1.8.4
fe93499
Release:        9%{?dist}
Allisson Azevedo c711bea
Summary:        A basic GTK clutter widget
Allisson Azevedo c711bea
Allisson Azevedo 084edb3
License:        LGPLv2+
Allisson Azevedo c711bea
URL:            http://www.clutter-project.org
067ca38
Source0:        http://download.gnome.org/sources/clutter-gtk/1.8/clutter-gtk-%{version}.tar.xz
9b449b3
ba435f1
BuildRequires:  clutter-devel >= %{clutter_version}
1c45393
BuildRequires:  gtk3-devel >= %{gtk3_version}
3330bb0
BuildRequires:  gobject-introspection-devel
Allisson Azevedo c711bea
ba435f1
Requires:       clutter%{?_isa} >= %{clutter_version}
1c45393
Requires:       gtk3%{?_isa} >= %{gtk3_version}
ba435f1
Allisson Azevedo c711bea
%description
92d2a80
clutter-gtk is a library which allows the embedding of a Clutter
92d2a80
canvas (or "stage") into a GTK+ application, as well as embedding
92d2a80
GTK+ widgets inside the stage.
Allisson Azevedo c711bea
Allisson Azevedo c711bea
%package devel
Allisson Azevedo c711bea
Summary:        Clutter-gtk development environment
e516b58
Requires:       %{name}%{?_isa} = %{version}-%{release}
Allisson Azevedo c711bea
Allisson Azevedo c711bea
%description devel
Allisson Azevedo c711bea
Header files and libraries for building a extension library for the
92d2a80
clutter-gtk.
Allisson Azevedo c711bea
Allisson Azevedo c711bea
Allisson Azevedo c711bea
%prep
Allisson Azevedo c711bea
%setup -q
Allisson Azevedo c711bea
Allisson Azevedo c711bea
Allisson Azevedo c711bea
%build
8ca9a89
# gobject introspection does not work with LTO.  There is an effort to fix this
8ca9a89
# in the appropriate project upstreams, so hopefully LTO can be enabled someday
8ca9a89
# Disable LTO.
8ca9a89
%define _lto_cflags %{nil}
8ca9a89
Allisson Azevedo c711bea
%configure
3330bb0
make %{?_smp_mflags} V=1
Allisson Azevedo c711bea
Allisson Azevedo c711bea
Allisson Azevedo c711bea
%install
04e8a8f
%make_install
Allisson Azevedo c711bea
991e621
#Remove libtool archives.
27734c8
find %{buildroot} -type f -name "*.la" -delete
Allisson Azevedo c711bea
c924bd3
%find_lang cluttergtk-1.0
c924bd3
bfcc1fe
%check
bfcc1fe
make check %{?_smp_mflags} V=1
bfcc1fe
bfcc1fe
370ba1b
%ldconfig_scriptlets
Allisson Azevedo c711bea
fa1deff
%files -f cluttergtk-1.0.lang
fafdb0d
%license COPYING
fafdb0d
%doc NEWS
04350e6
%{_libdir}/*.so.*
ba435f1
%{_libdir}/girepository-1.0/GtkClutter-%{api_ver}.typelib
Allisson Azevedo c711bea
Allisson Azevedo c711bea
%files devel
ba435f1
%{_includedir}/clutter-gtk-%{api_ver}/
ba435f1
%{_libdir}/pkgconfig/clutter-gtk-%{api_ver}.pc
04350e6
%{_libdir}/*.so
ba435f1
%{_datadir}/gir-1.0/GtkClutter-%{api_ver}.gir
7f11b04
%{_datadir}/gtk-doc/html/clutter-gtk-1.0
Allisson Azevedo c711bea
Allisson Azevedo c711bea
%changelog
fe93499
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.4-9
fe93499
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
fe93499
8ca9a89
* Tue Jun 30 2020 Jeff Law <law@redhat.com> - 1.8.4-8
8ca9a89
Disable LTO
8ca9a89
4b78c51
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.4-7
4b78c51
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
4b78c51
82e992b
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.4-6
82e992b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
82e992b
60b4056
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.4-5
60b4056
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
60b4056
04abd71
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.4-4
04abd71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
04abd71
b95aa18
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.4-3
b95aa18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b95aa18
370ba1b
* Sun Feb 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.8.4-2
370ba1b
- Switch to %%ldconfig_scriptlets
370ba1b
8109442
* Wed Aug 09 2017 Kalev Lember <klember@redhat.com> - 1.8.4-1
8109442
- Update to 1.8.4
8109442
d084016
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.2-4
d084016
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
d084016
26271b2
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.2-3
26271b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
26271b2
5aa4949
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.2-2
5aa4949
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
5aa4949
cad85f7
* Mon Sep 19 2016 Peter Robinson <pbrobinson@fedoraproject.org> 1.8.2-1
cad85f7
- Update to 1.8.0
cad85f7
fd4bef7
* Mon Sep 05 2016 Kalev Lember <klember@redhat.com> - 1.8.0-2
fd4bef7
- embed: remove non double buffer setting
fd4bef7
067ca38
* Wed Mar 30 2016 Kalev Lember <klember@redhat.com> - 1.8.0-1
067ca38
- Update to 1.8.0
1c45393
- Set minimum required gtk3 version
067ca38
666e43a
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-2
666e43a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
666e43a
d7be069
* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 1.6.6-1
d7be069
- Update to 1.6.6
d7be069
49f90fa
* Tue Sep 15 2015 Kalev Lember <klember@redhat.com> - 1.6.4-1
49f90fa
- Update to 1.6.4
04e8a8f
- Use make_install macro
49f90fa
c626d2b
* Tue Jun 30 2015 Kalev Lember <klember@redhat.com> - 1.6.2-1
c626d2b
- Update to 1.6.2
ba435f1
- Require minimum clutter 1.22.3 version
fafdb0d
- Use license macro for COPYING
c626d2b
e5c575e
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-2
e5c575e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
e5c575e
6521b0b
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.6.0-1
6521b0b
- Update to 1.6.0
6521b0b
9b449b3
* Sun Sep 07 2014 Kalev Lember <kalevlember@gmail.com> - 1.5.4-2
9b449b3
- Revert "Prefer the GDK windowing backend for Clutter" (#1134921, #1139052)
9b449b3
be22ec4
* Thu Aug 21 2014 Kalev Lember <kalevlember@gmail.com> - 1.5.4-1
be22ec4
- Update to 1.5.4
afbe786
- Drop duplicate deps that rpmbuild autogenerates
2a6f68b
- Drop an obsolete unused patch
e516b58
- Tighten deps with %%{?_isa}
be22ec4
0cf104e
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.2-6
0cf104e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
0cf104e
06739f2
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.5.2-5
06739f2
- Rebuilt for gobject-introspection 1.41.4
06739f2
bfcc1fe
* Fri Jul 11 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.5.2-4
bfcc1fe
- Enable make check
bfcc1fe
e4ab347
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.2-3
e4ab347
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
e4ab347
d19ceb4
* Thu Feb 20 2014 Kalev Lember <kalevlember@gmail.com> - 1.5.2-2
d19ceb4
- Rebuilt for cogl soname bump
d19ceb4
Richard Hughes 2803537
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 1.5.2-1
Richard Hughes 2803537
- Update to 1.5.2
Richard Hughes 2803537
Peter Hutterer 9c502e4
* Mon Feb 10 2014 Peter Hutterer <peter.hutterer@redhat.com> - 1.4.4-5
Peter Hutterer 9c502e4
- Rebuild for libevdev soname bump
Peter Hutterer 9c502e4
Richard Hughes b285d0d
* Wed Feb 05 2014 Richard Hughes <rhughes@redhat.com> - 1.4.4-4
Richard Hughes b285d0d
- Rebuild for cogl soname bump
Richard Hughes b285d0d
176324d
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 1.4.4-3
176324d
- Rebuilt for cogl 1.15.4 soname bump
176324d
155800b
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.4-2
155800b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
155800b
Richard Hughes 3e69995
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 1.4.4-1
Richard Hughes 3e69995
- Update to 1.4.4
Richard Hughes 3e69995
01d9580
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 1.4.2-3
01d9580
- Rebuilt for cogl soname bump
01d9580
a04656b
* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.4.2-2
a04656b
- Rebuild for new cogl
a04656b
71fb043
* Tue Dec 18 2012 Peter Robinson <pbrobinson@fedoraproject.org> 1.4.2-1
71fb043
- New 1.4.2 stable release
71fb043
4174fd7
* Fri Oct 19 2012 Peter Robinson <pbrobinson@fedoraproject.org> 1.4.0-1
4174fd7
- New 1.4.0 stable release
4174fd7
4174fd7
* Fri Aug 17 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.3.2-3
59ef547
- Rebuild for new cogl
59ef547
f0e1a6f
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-2
f0e1a6f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f0e1a6f
65480a9
* Wed Jun  6 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.3.2-1
65480a9
- Update to 1.3.2
65480a9
13dbe8b
* Tue Apr  3 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.2.0-1
13dbe8b
- Update to 1.2.0
13dbe8b
55325a7
* Sat Mar 10 2012 Matthias Clasen <mclasen@redhat.com> - 1.1.2-5
55325a7
- Rebuild against new cogl
55325a7
af9b64f
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 1.1.2-4
af9b64f
- Rebuild against new cogl
af9b64f
ace3e7a
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> - 1.1.2-3
ace3e7a
- Rebuild against new cogl
ace3e7a
c87db0c
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-2
c87db0c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c87db0c
92d2a80
* Thu Nov 24 2011 Matthias Clasen <mclasen@redhat.com> - 1.1.2-1
92d2a80
- Update to 1.1.2
92d2a80
f919658
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 1.0.4-1
f919658
- Update to 1.0.4
f919658
d3528d4
* Tue Sep 20 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.2-4
d3528d4
- Rebuild for clutter 1.8.0 again
d3528d4
6a805b2
* Tue Sep 20 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.2-3
92c2b11
- Rebuild for clutter 1.8.0
92c2b11
4fedc08
* Tue Jul 26 2011 Matthias Clasen <mclasen@redhat.com> 1.0.2-2
4fedc08
- Rebuild
4fedc08
e017cdb
* Tue Jul 26 2011 Matthias Clasen <mclasen@redhat.com> 1.0.2-1
e017cdb
- Update to 1.0.2
e017cdb
f6ad882
* Tue Apr  5 2011 Matthias Clasen <mclasen@redhat.com> 1.0.0-1
f6ad882
- Update to 1.0.0
f6ad882
84531dd
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> 0.91.8-4
84531dd
- Rebuild against newer gtk
84531dd
bc0bf37
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91.8-3
bc0bf37
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
bc0bf37
fb7522f
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> 0.91.8-2
fb7522f
- Rebuild against newer gtk
fb7522f
22f91b0
* Fri Jan 14 2011 Matthias Clasen <mclasen@redhat.com> 0.91.8-1
22f91b0
- Update to 0.91.8
22f91b0
1c4c5b3
* Fri Jan  7 2011 Matthias Clasen <mclasen@redhat.com> 0.91.6-2
1c4c5b3
- Rebuild against GTK+ 2.99.0
1c4c5b3
92c2b11
* Tue Dec 28 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.91.6-1
7d07427
- Update to 0.91.6
7d07427
- Fix deps and other bits of spec file
7d07427
366c643
* Wed Dec 22 2010 Dan HorĂ¡k <dan[at]danny.cz> - 0.91.4-2
366c643
- Update to recent gtk (FTBFS)
366c643
04373e4
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 0.91.4-1
04373e4
- Update to 0.91.4
04373e4
92c2b11
* Sun Oct 10 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.91.2-1
279bcd0
- Update to 0.91.2
279bcd0
92c2b11
* Wed Sep 29 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.90.2-3
941ff84
- Add upstream patches to compile with latest gobject-introspection
941ff84
963bf1f
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> 0.90.2-2
963bf1f
- Rebuild against newer gobject-introspection
963bf1f
92c2b11
* Wed Sep  1 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.90.2-1
aa7807e
- Update to 0.90.2
aa7807e
52f3e1c
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 0.10.4-5
2df23c6
- Rebuild with new gobject-introspection
52f3e1c
- Drop gir-repository-devel
2df23c6
92c2b11
* Mon May  3 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.10.4-3
991e621
- cleanup removal of libtool archives
991e621
2815af1
* Wed Mar 24 2010 Bastien Nocera <bnocera@redhat.com> 0.10.4-2
2815af1
- Move the API docs to -devel
2815af1
92c2b11
* Sun Mar 21 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.10.4-1
3330bb0
- Update to 0.10.4
3330bb0
2c704bb
* Wed Jul 29 2009 Bastien Nocera <bnocera@redhat.com> 0.10.2-1
2c704bb
- Update to 0.10.2
2c704bb
cbb6727
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.2-2
cbb6727
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
cbb6727
505dc08
* Mon Jun 22 2009 Bastien Nocera <bnocera@redhat.com> 0.9.2-1
505dc08
- Update to 0.9.2
505dc08
8c589ed
* Sat Jun 20 2009 Bastien Nocera <bnocera@redhat.com> 0.9.0-2
8c589ed
- Rebuild for new clutter
8c589ed
7dae918
* Tue May 26 2009 Bastien Nocera <bnocera@redhat.com> 0.9.0-1
7dae918
- Update to 0.9.0
7dae918
0ad3167
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-3
0ad3167
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
0ad3167
Allisson Azevedo 3223417
Allisson Azevedo 6818a85
* Fri Jan 23 2009 Allisson Azevedo <allisson@gmail.com> 0.8.2-2
Allisson Azevedo 6818a85
- Rebuild
Allisson Azevedo 6818a85
Allisson Azevedo 0f7df25
* Wed Oct 15 2008 Allisson Azevedo <allisson@gmail.com> 0.8.2-1
Allisson Azevedo 0f7df25
- Update to 0.8.2
Allisson Azevedo 0f7df25
Allisson Azevedo 3223417
* Sat Sep  6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.1-1
Allisson Azevedo 3223417
- Update to 0.8.1
Allisson Azevedo 3223417
04350e6
* Thu Jun 26 2008 Colin Walters <walters@redhat.com> 0.6.1-1
04350e6
- Update to 0.6.1 so we can make tweet go
04350e6
- Loosen files globs so we don't have to touch them every version
d37cc55
Allisson Azevedo 2ad4d21
* Thu Feb 21 2008 Allisson Azevedo <allisson@gmail.com> 0.6.0-1
Allisson Azevedo 2ad4d21
- Update to 0.6.0
Allisson Azevedo c711bea
Allisson Azevedo 084edb3
* Mon Sep  3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.0-1
Allisson Azevedo 084edb3
- Update to 0.4.0
Allisson Azevedo 084edb3
Allisson Azevedo c711bea
* Thu May 10 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-3
Allisson Azevedo c711bea
- fix devel files section
Allisson Azevedo c711bea
Allisson Azevedo c711bea
* Thu May 10 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-2
Allisson Azevedo c711bea
- INSTALL removed from docs
Allisson Azevedo c711bea
- fix make install for keeping timestamps
Allisson Azevedo c711bea
- fix devel files section
Allisson Azevedo c711bea
- changed license for LGPL
Allisson Azevedo c711bea
Allisson Azevedo c711bea
* Fri Apr 13 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-1
Allisson Azevedo c711bea
- Initial RPM release