clutter-gtk-vl.spec 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. %define clutter_gtk_version 0.10
  2. %define clutter_gtk_release 1%{?_dist_release}
  3. Name: clutter-gtk
  4. Version: %{clutter_gtk_version}.8
  5. Release: %{clutter_gtk_release}
  6. Summary: A basic GTK clutter widget
  7. Group: System Environment/Libraries
  8. License: LGPLv2+
  9. URL: http://www.clutter-project.org
  10. Source0: http://www.clutter-project.org/sources/%{name}/%{clutter_gtk_version}/%{name}-%{version}.tar.bz2
  11. Patch0: clutter-gtk-0.10.8-gir.patch
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildRequires: gtk2-devel
  14. BuildRequires: clutter-devel
  15. BuildRequires: gobject-introspection-devel
  16. BuildRequires: autoconf
  17. %description
  18. This allows clutter to be embedded in GTK applications.
  19. We hope with further work in the future clutter-gtk will
  20. also allow the reverse, namely embedding GTK in Clutter
  21. %package devel
  22. Summary: Clutter-gtk development environment
  23. Group: Development/Libraries
  24. Requires: %{name} = %{version}-%{release}
  25. Requires: gtk2-devel clutter-devel
  26. %description devel
  27. Header files and libraries for building a extension library for the
  28. clutter-gtk
  29. %prep
  30. %setup -q
  31. %patch0 -p1 -b .gir
  32. %build
  33. autoreconf -if
  34. %configure --enable-introspection=yes
  35. make %{?_smp_mflags}
  36. %install
  37. rm -rf $RPM_BUILD_ROOT
  38. make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
  39. %clean
  40. rm -rf $RPM_BUILD_ROOT
  41. %post -p /sbin/ldconfig
  42. %postun -p /sbin/ldconfig
  43. %files
  44. %defattr(-,root,root,-)
  45. %doc AUTHORS ChangeLog COPYING NEWS
  46. %exclude %{_libdir}/*.la
  47. %{_libdir}/*.so.*
  48. %{_datadir}/gtk-doc/html/clutter-gtk
  49. %{_libdir}/girepository-1.0/GtkClutter-%{clutter_gtk_version}.typelib
  50. %files devel
  51. %defattr(-,root,root,-)
  52. %doc
  53. %{_libdir}/pkgconfig/clutter-gtk-%{clutter_gtk_version}.pc
  54. %{_libdir}/*.so
  55. %{_includedir}/clutter-1.0/clutter-gtk
  56. %{_datadir}/gir-1.0/GtkClutter-%{clutter_gtk_version}.gir
  57. %changelog
  58. * Thu Oct 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.8-1
  59. - new upstream release
  60. - add BuildRequires: autoconf
  61. - add configure option (--enable-introspection=yes)
  62. - add Patch0
  63. * Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.4-2
  64. - rebuild with rpm-4.8.1 for pkg-config file
  65. * Thu May 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.4-1
  66. - new upstream release
  67. - add BuildRequires: gir-repository-devel
  68. * Tue Dec 01 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.2-1
  69. - build for Vine Linux
  70. * Wed Jul 29 2009 Bastien Nocera <bnocera@redhat.com> 0.10.2-1
  71. - Update to 0.10.2
  72. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.2-2
  73. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  74. * Mon Jun 22 2009 Bastien Nocera <bnocera@redhat.com> 0.9.2-1
  75. - Update to 0.9.2
  76. * Sat Jun 20 2009 Bastien Nocera <bnocera@redhat.com> 0.9.0-2
  77. - Rebuild for new clutter
  78. * Tue May 26 2009 Bastien Nocera <bnocera@redhat.com> 0.9.0-1
  79. - Update to 0.9.0
  80. * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-3
  81. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  82. * Fri Jan 23 2009 Allisson Azevedo <allisson@gmail.com> 0.8.2-2
  83. - Rebuild
  84. * Wed Oct 15 2008 Allisson Azevedo <allisson@gmail.com> 0.8.2-1
  85. - Update to 0.8.2
  86. * Sat Sep 6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.1-1
  87. - Update to 0.8.1
  88. * Thu Jun 26 2008 Colin Walters <walters@redhat.com> 0.6.1-1
  89. - Update to 0.6.1 so we can make tweet go
  90. - Loosen files globs so we don't have to touch them every version
  91. * Thu Feb 21 2008 Allisson Azevedo <allisson@gmail.com> 0.6.0-1
  92. - Update to 0.6.0
  93. * Mon Sep 3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.0-1
  94. - Update to 0.4.0
  95. * Thu May 10 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-3
  96. - fix devel files section
  97. * Thu May 10 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-2
  98. - INSTALL removed from docs
  99. - fix make install for keeping timestamps
  100. - fix devel files section
  101. - changed license for LGPL
  102. * Fri Apr 13 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-1
  103. - Initial RPM release