clutter-gtk/clutter-gtk.spec

311 lines
9.6 KiB
RPMSpec
Raw Normal View History

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