gir-repository-vl.spec 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. Name: gir-repository
  2. Version: 0.6.5
  3. Release: 2%{?_dist_release}
  4. Summary: Introspection for GNOME libraries
  5. Group: Development/Libraries
  6. License: LGPLv2+
  7. URL: http://live.gnome.org/GObjectIntrospection
  8. Source0: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.6/%{name}-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  10. BuildRequires: gobject-introspection-devel >= %{version}
  11. BuildRequires: avahi-gobject-devel
  12. BuildRequires: babl-devel >= 0.1.2
  13. BuildRequires: GConf2-devel
  14. BuildRequires: gnome-keyring-devel
  15. BuildRequires: gnome-menus-devel
  16. BuildRequires: goocanvas-devel
  17. BuildRequires: gssdp-devel
  18. BuildRequires: gstreamer-devel
  19. BuildRequires: gtk2-devel
  20. BuildRequires: gtksourceview2-devel
  21. BuildRequires: gupnp-devel
  22. BuildRequires: libnotify-devel
  23. BuildRequires: libsoup-devel
  24. BuildRequires: libwnck-devel
  25. BuildRequires: nautilus-devel
  26. BuildRequires: poppler-devel
  27. BuildRequires: unique-devel
  28. BuildRequires: vte-devel
  29. BuildRequires: WebKit-gtk-devel
  30. # Add these for autoreconf due to gst patch
  31. BuildRequires: intltool
  32. BuildRequires: gettext
  33. BuildRequires: libtool
  34. BuildRequires: automake
  35. BuildRequires: autoconf
  36. # https://bugzilla.gnome.org/show_bug.cgi?id=604167
  37. Patch0: gir-repo-install-dbus-glib.patch
  38. Patch1: gir-fixbabl.patch
  39. %description
  40. Introspection system for GNOME libraries; see the gobject-introspection package.
  41. %package devel
  42. Summary: Libraries and headers for gir-repository
  43. Summary(ja): Libraries and headers for gir-repository
  44. Group: Development/Libraries
  45. Requires: %name = %{version}-%{release}
  46. Requires: gobject-introspection-devel
  47. %description devel
  48. Libraries and headers for gir-repository
  49. %prep
  50. %setup -q
  51. %patch0 -p1 -b .dbus-glib
  52. %patch1 -p1 -b .fixbabl
  53. %build
  54. autoreconf
  55. %configure
  56. make
  57. %install
  58. rm -rf $RPM_BUILD_ROOT
  59. make install DESTDIR=$RPM_BUILD_ROOT
  60. find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
  61. find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
  62. %clean
  63. rm -rf $RPM_BUILD_ROOT
  64. %post -p /sbin/ldconfig
  65. %postun -p /sbin/ldconfig
  66. %files
  67. %defattr(-,root,root,-)
  68. %doc COPYING
  69. %{_libdir}/lib*.so
  70. %{_libdir}/girepository-1.0/*.typelib
  71. %files devel
  72. %defattr(-,root,root)
  73. %{_datadir}/gir-1.0/*.gir
  74. %changelog
  75. * Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.5-2
  76. - new upstrem release
  77. - fix BuildRequires: gobject-introspection-devel >= %{version}
  78. - fix BuildRequires: babl-devel >= 0.1.2
  79. * Mon Oct 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.5-1
  80. - initial build for Vine Linux
  81. * Wed Sep 09 2009 Colin Walters <walters@verbum.org> - 0.6.5-2
  82. - rebuilt
  83. * Wed Sep 09 2009 Colin Walters <walters@verbum.org> 0.6.5-1
  84. - New upstream
  85. * Mon Aug 26 2009 Colin Walters <walters@verbum.org> 0.6.4-5
  86. - New upstream
  87. - Drop upstreamed patch
  88. * Thu Jul 30 2009 Peter Robinson <pbrobinson@gmail.com> 0.6.3-5
  89. - Add patch to fix build with new gstreamer
  90. * Thu Jul 30 2009 Peter Robinson <pbrobinson@gmail.com> 0.6.3-4
  91. - Further updates, drop clutter as its in the clutter package now
  92. * Thu Jul 30 2009 Peter Robinson <pbrobinson@gmail.com> 0.6.3-3
  93. - Enable a buch of extra gobject extensions
  94. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-2
  95. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  96. * Thu Jul 2 2009 Peter Robinson <pbrobinson@gmail.com> 0.6.3-1
  97. - Update to 0.6.3 release. Require matching gobject-introspection version
  98. * Fri Oct 31 2008 Colin Walters <walters@verbum.org> 0.6.0-1
  99. - Create spec goo