clutter-gtk-vl.spec 3.3 KB

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