clutter-gst-vl.spec 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. %define clutter_gst_version 1.3
  2. %define clutter_gst_release 1%{?_dist_release}
  3. Name: clutter-gst
  4. Version: %{clutter_gst_version}.12
  5. Release: %{clutter_gst_release}
  6. Summary: ClutterMedia interface to GStreamer
  7. Group: Development/Languages
  8. License: LGPLv2+
  9. URL: http://www.clutter-project.org
  10. Source0: http://www.clutter-project.org/sources/%{name}/1.3/%{name}-%{version}.tar.xz
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  12. BuildRequires: clutter-devel gstreamer-plugins-base-devel gstreamer-devel
  13. BuildRequires: gobject-introspection-devel
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. %description
  17. This package contains a video texture actor and an audio player object for
  18. use with clutter
  19. %package devel
  20. Summary: Clutter-gst development environment
  21. Group: Development/Libraries
  22. Requires: %{name} = %{version}-%{release}
  23. Requires: clutter-devel gstreamer-devel gstreamer-plugins-base-devel
  24. %description devel
  25. Header files and libraries for building a extension library for the
  26. clutter-gst
  27. %prep
  28. %setup -q
  29. %build
  30. %configure --enable-introspection=yes
  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 COPYING README
  42. %{_libdir}/libclutter-gst-1.0.so.*
  43. %{_libdir}/girepository-1.0/*.typelib
  44. %{_datadir}/gtk-doc/html/clutter-gst
  45. %exclude %{_libdir}/libclutter-gst-1.0.la
  46. %files devel
  47. %defattr(-,root,root,-)
  48. %{_includedir}/*
  49. %{_libdir}/pkgconfig/clutter-gst-1.0.pc
  50. %{_libdir}/libclutter-gst-1.0.so
  51. %{_datadir}/gir-1.0/*.gir
  52. %changelog
  53. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.12-1
  54. - new upstream release
  55. * Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.0-2
  56. - rebuild with rpm-4.8.1 for pkg-config file
  57. * Wed Mar 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.0-1
  58. - new upstream release
  59. * Sat Jan 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.0-1
  60. - build for Vine Linux
  61. * Wed Jul 29 2009 Bastien Nocera <bnocera@redhat.com> 0.10.0-1
  62. - Update to 0.10.0
  63. * Sat Jul 25 2009 Bastien Nocera <bnocera@redhat.com> 0.9.0-1
  64. - Update to 0.9.0
  65. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-5
  66. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  67. * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-4
  68. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  69. * Fri Jan 23 2009 Allisson Azevedo <allisson@gmail.com> 0.8.0-3
  70. - Rebuild
  71. * Fri Sep 12 2008 Allisson Azevedo <allisson@gmail.com> 0.8.0-2
  72. - Rebuild against new gstreamer-devel
  73. * Sat Sep 6 2008 Allisson Azevedo <allisson@gmail.com> 0.8.0-1
  74. - Update to 0.8.0
  75. * Fri Feb 22 2008 Allisson Azevedo <allisson@gmail.com> 0.6.1-1
  76. - Update to 0.6.1
  77. * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.0-2
  78. - Autorebuild for GCC 4.3
  79. * Mon Sep 3 2007 Allisson Azevedo <allisson@gmail.com> 0.4.0-1
  80. - Update to 0.4.0
  81. * Sun May 13 2007 Allisson Azevedo <allisson@gmail.com> 0.1.1-2
  82. - INSTALL removed from docs
  83. - fix make install for keeping timestamps
  84. - changed license for LGPL
  85. - Fix requires/buildrequires
  86. * Fri Apr 13 2007 Allisson Azevedo <allisson@gmail.com> 0.1.1-1
  87. - Initial RPM release