clutter-gtk-vl.spec 3.5 KB

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