Blame SPECS/clutter-gtk.spec

9d87b5
%define         clutter_version 1.0
9d87b5
9d87b5
Name:           clutter-gtk
9d87b5
Version:        1.4.4
9d87b5
Release:        3%{?dist}
9d87b5
Summary:        A basic GTK clutter widget
9d87b5
9d87b5
Group:          Development/Languages
9d87b5
License:        LGPLv2+
9d87b5
URL:            http://www.clutter-project.org
9d87b5
Source0:        http://download.gnome.org/sources/%{name}/1.4/%{name}-%{version}.tar.xz
9d87b5
Patch0:         clutter-gtk-fixdso.patch
9d87b5
9d87b5
BuildRequires:  gtk3-devel >= 3.0.0
9d87b5
BuildRequires:  clutter-devel >= 1.9
9d87b5
BuildRequires:  gobject-introspection-devel
9d87b5
9d87b5
%description
9d87b5
clutter-gtk is a library which allows the embedding of a Clutter
9d87b5
canvas (or "stage") into a GTK+ application, as well as embedding
9d87b5
GTK+ widgets inside the stage.
9d87b5
9d87b5
%package devel
9d87b5
Summary:        Clutter-gtk development environment
9d87b5
Group:          Development/Libraries
9d87b5
Requires:       %{name} = %{version}-%{release}
9d87b5
Requires:       gtk3-devel clutter-devel
9d87b5
9d87b5
%description devel
9d87b5
Header files and libraries for building a extension library for the
9d87b5
clutter-gtk.
9d87b5
9d87b5
9d87b5
%prep
9d87b5
%setup -q
9d87b5
9d87b5
9d87b5
%build
9d87b5
%configure
9d87b5
make %{?_smp_mflags} V=1
9d87b5
9d87b5
9d87b5
%install
9d87b5
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
9d87b5
9d87b5
#Remove libtool archives.
9d87b5
find %{buildroot} -name '*.la' -exec rm -f {} ';'
9d87b5
9d87b5
%find_lang cluttergtk-1.0
9d87b5
9d87b5
%post -p /sbin/ldconfig
9d87b5
%postun -p /sbin/ldconfig
9d87b5
9d87b5
%files -f cluttergtk-1.0.lang
9d87b5
%doc COPYING NEWS
9d87b5
%{_libdir}/*.so.*
9d87b5
%{_libdir}/girepository-1.0/GtkClutter-%{clutter_version}.typelib
9d87b5
9d87b5
%files devel
9d87b5
%{_includedir}/clutter-gtk-%{clutter_version}/
9d87b5
%{_libdir}/pkgconfig/clutter-gtk-%{clutter_version}.pc
9d87b5
%{_libdir}/*.so
9d87b5
%{_datadir}/gir-1.0/GtkClutter-%{clutter_version}.gir
9d87b5
%{_datadir}/gtk-doc/html/clutter-gtk-1.0
9d87b5
9d87b5
%changelog
9d87b5
* Wed Aug 14 2013 Benjamin Otte <otte@redhat.com> - 1.4.4-3
9d87b5
- Fix source URL again
9d87b5
9d87b5
* Wed Aug 14 2013 Benjamin Otte <otte@redhat.com> - 1.4.4-2
9d87b5
- Fix source URL
9d87b5
9d87b5
* Wed Mar 20 2013 Richard Hughes <rhughes@redhat.com> - 1.4.4-1
9d87b5
- Update to 1.4.4
9d87b5
9d87b5
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 1.4.2-3
9d87b5
- Rebuilt for cogl soname bump
9d87b5
9d87b5
* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.4.2-2
9d87b5
- Rebuild for new cogl
9d87b5
9d87b5
* Tue Dec 18 2012 Peter Robinson <pbrobinson@fedoraproject.org> 1.4.2-1
9d87b5
- New 1.4.2 stable release
9d87b5
9d87b5
* Fri Oct 19 2012 Peter Robinson <pbrobinson@fedoraproject.org> 1.4.0-1
9d87b5
- New 1.4.0 stable release
9d87b5
9d87b5
* Fri Aug 17 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.3.2-3
9d87b5
- Rebuild for new cogl
9d87b5
9d87b5
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-2
9d87b5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
9d87b5
9d87b5
* Wed Jun  6 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.3.2-1
9d87b5
- Update to 1.3.2
9d87b5
9d87b5
* Tue Apr  3 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.2.0-1
9d87b5
- Update to 1.2.0
9d87b5
9d87b5
* Sat Mar 10 2012 Matthias Clasen <mclasen@redhat.com> - 1.1.2-5
9d87b5
- Rebuild against new cogl
9d87b5
9d87b5
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 1.1.2-4
9d87b5
- Rebuild against new cogl
9d87b5
9d87b5
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> - 1.1.2-3
9d87b5
- Rebuild against new cogl
9d87b5
9d87b5
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-2
9d87b5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
9d87b5
9d87b5
* Thu Nov 24 2011 Matthias Clasen <mclasen@redhat.com> - 1.1.2-1
9d87b5
- Update to 1.1.2
9d87b5
9d87b5
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 1.0.4-1
9d87b5
- Update to 1.0.4
9d87b5
9d87b5
* Tue Sep 20 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.2-4
9d87b5
- Rebuild for clutter 1.8.0 again
9d87b5
9d87b5
* Tue Sep 20 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.2-3
9d87b5
- Rebuild for clutter 1.8.0
9d87b5
9d87b5
* Tue Jul 26 2011 Matthias Clasen <mclasen@redhat.com> 1.0.2-2
9d87b5
- Rebuild
9d87b5
9d87b5
* Tue Jul 26 2011 Matthias Clasen <mclasen@redhat.com> 1.0.2-1
9d87b5
- Update to 1.0.2
9d87b5
9d87b5
* Tue Apr  5 2011 Matthias Clasen <mclasen@redhat.com> 1.0.0-1
9d87b5
- Update to 1.0.0
9d87b5
9d87b5
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> 0.91.8-4
9d87b5
- Rebuild against newer gtk
9d87b5
9d87b5
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91.8-3
9d87b5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
9d87b5
9d87b5
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> 0.91.8-2
9d87b5
- Rebuild against newer gtk
9d87b5
9d87b5
* Fri Jan 14 2011 Matthias Clasen <mclasen@redhat.com> 0.91.8-1
9d87b5
- Update to 0.91.8
9d87b5
9d87b5
* Fri Jan  7 2011 Matthias Clasen <mclasen@redhat.com> 0.91.6-2
9d87b5
- Rebuild against GTK+ 2.99.0
9d87b5
9d87b5
* Tue Dec 28 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.91.6-1
9d87b5
- Update to 0.91.6
9d87b5
- Fix deps and other bits of spec file
9d87b5
9d87b5
* Wed Dec 22 2010 Dan HorĂ¡k <dan[at]danny.cz> - 0.91.4-2
9d87b5
- Update to recent gtk (FTBFS)
9d87b5
9d87b5
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 0.91.4-1
9d87b5
- Update to 0.91.4
9d87b5
9d87b5
* Sun Oct 10 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.91.2-1
9d87b5
- Update to 0.91.2
9d87b5
9d87b5
* Wed Sep 29 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.90.2-3
9d87b5
- Add upstream patches to compile with latest gobject-introspection
9d87b5
9d87b5
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> 0.90.2-2
9d87b5
- Rebuild against newer gobject-introspection
9d87b5
9d87b5
* Wed Sep  1 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.90.2-1
9d87b5
- Update to 0.90.2
9d87b5
9d87b5
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 0.10.4-5
9d87b5
- Rebuild with new gobject-introspection
9d87b5
- Drop gir-repository-devel
9d87b5
9d87b5
* Mon May  3 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.10.4-3
9d87b5
- cleanup removal of libtool archives
9d87b5
9d87b5
* Wed Mar 24 2010 Bastien Nocera <bnocera@redhat.com> 0.10.4-2
9d87b5
- Move the API docs to -devel
9d87b5
9d87b5
* Sun Mar 21 2010 Peter Robinson <pbrobinson@fedoraproject.org> 0.10.4-1
9d87b5
- Update to 0.10.4
9d87b5
9d87b5
* Wed Jul 29 2009 Bastien Nocera <bnocera@redhat.com> 0.10.2-1
9d87b5
- Update to 0.10.2
9d87b5
9d87b5
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.2-2
9d87b5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
9d87b5
9d87b5
* Mon Jun 22 2009 Bastien Nocera <bnocera@redhat.com> 0.9.2-1
9d87b5
- Update to 0.9.2
9d87b5
9d87b5
* Sat Jun 20 2009 Bastien Nocera <bnocera@redhat.com> 0.9.0-2
9d87b5
- Rebuild for new clutter
9d87b5
9d87b5
* Tue May 26 2009 Bastien Nocera <bnocera@redhat.com> 0.9.0-1
9d87b5
- Update to 0.9.0
9d87b5
9d87b5
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-3
9d87b5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
9d87b5
9d87b5
9d87b5
* Fri Jan 23 2009 Allisson Azevedo <allisson@gmail.com> 0.8.2-2
9d87b5
- Rebuild
9d87b5
9d87b5
* Wed Oct 15 2008 Allisson Azevedo <allisson@gmail.com> 0.8.2-1
9d87b5
- Update to 0.8.2
9d87b5
9d87b5
* Sat Sep  6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.1-1
9d87b5
- Update to 0.8.1
9d87b5
9d87b5
* Thu Jun 26 2008 Colin Walters <walters@redhat.com> 0.6.1-1
9d87b5
- Update to 0.6.1 so we can make tweet go
9d87b5
- Loosen files globs so we don't have to touch them every version
9d87b5
9d87b5
* Thu Feb 21 2008 Allisson Azevedo <allisson@gmail.com> 0.6.0-1
9d87b5
- Update to 0.6.0
9d87b5
9d87b5
* Mon Sep  3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.0-1
9d87b5
- Update to 0.4.0
9d87b5
9d87b5
* Thu May 10 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-3
9d87b5
- fix devel files section
9d87b5
9d87b5
* Thu May 10 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-2
9d87b5
- INSTALL removed from docs
9d87b5
- fix make install for keeping timestamps
9d87b5
- fix devel files section
9d87b5
- changed license for LGPL
9d87b5
9d87b5
* Fri Apr 13 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-1
9d87b5
- Initial RPM release