clutter-gtk-vl.spec 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. %define clutter_gtk_version 0.10
  2. %define clutter_gtk_release 2%{?_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 Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.4-2
  55. - rebuild with rpm-4.8.1 for pkg-config file
  56. * Thu May 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.4-1
  57. - new upstream release
  58. - add BuildRequires: gir-repository-devel
  59. * Tue Dec 01 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.2-1
  60. - build for Vine Linux
  61. * Wed Jul 29 2009 Bastien Nocera <bnocera@redhat.com> 0.10.2-1
  62. - Update to 0.10.2
  63. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.2-2
  64. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  65. * Mon Jun 22 2009 Bastien Nocera <bnocera@redhat.com> 0.9.2-1
  66. - Update to 0.9.2
  67. * Sat Jun 20 2009 Bastien Nocera <bnocera@redhat.com> 0.9.0-2
  68. - Rebuild for new clutter
  69. * Tue May 26 2009 Bastien Nocera <bnocera@redhat.com> 0.9.0-1
  70. - Update to 0.9.0
  71. * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-3
  72. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  73. * Fri Jan 23 2009 Allisson Azevedo <allisson@gmail.com> 0.8.2-2
  74. - Rebuild
  75. * Wed Oct 15 2008 Allisson Azevedo <allisson@gmail.com> 0.8.2-1
  76. - Update to 0.8.2
  77. * Sat Sep 6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.1-1
  78. - Update to 0.8.1
  79. * Thu Jun 26 2008 Colin Walters <walters@redhat.com> 0.6.1-1
  80. - Update to 0.6.1 so we can make tweet go
  81. - Loosen files globs so we don't have to touch them every version
  82. * Thu Feb 21 2008 Allisson Azevedo <allisson@gmail.com> 0.6.0-1
  83. - Update to 0.6.0
  84. * Mon Sep 3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.0-1
  85. - Update to 0.4.0
  86. * Thu May 10 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-3
  87. - fix devel files section
  88. * Thu May 10 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-2
  89. - INSTALL removed from docs
  90. - fix make install for keeping timestamps
  91. - fix devel files section
  92. - changed license for LGPL
  93. * Fri Apr 13 2007 Allisson Azevedo <allisson@gmail.com> 0.1.0-1
  94. - Initial RPM release