bug-buddy-vl.spec 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. %define ver 2.28.0
  2. %define rel 1%{?_dist_release}
  3. Summary: A bug reporting utility for GNOME.
  4. Summary(ja): GNOME用バグ報告ユーティリティ
  5. Name: bug-buddy
  6. Version: %{ver}
  7. Release: %{rel}
  8. License: GPL
  9. Group: Applications/System
  10. Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/2.28/%{name}-%{ver}.tar.bz2
  11. URL: http://ftp.gnome.org/pub/GNOME/sources/bug-buddy/
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildRequires: libbonobo-devel
  14. BuildRequires: libxml2-devel >= 2.4.6
  15. BuildRequires: gtk2-devel >= 2.16.0
  16. BuildRequires: glib2-devel >= 2.16.0
  17. BuildRequires: libsoup-devel >= 2.4.0
  18. BuildRequires: libgtop2-devel >= 2.26.0
  19. BuildRequires: GConf2-devel
  20. BuildRequires: evolution-data-server >= 1.3.0
  21. Requires(post,postun): scrollkeeper
  22. Requires(post): GConf2
  23. %description
  24. Bug-buddy is a bug reporting utility for the GNOME desktop GUI
  25. environment. Bug-buddy can obtain a stack trace from a core file or
  26. crashed application; it can determine the versions of packages
  27. installed on your system; it can be started from gmc (by
  28. double-clicking on a core file) and from the crash dialog; and it
  29. supports the GNOME, KDE, Debian, and Ximian bug tracking systems.
  30. %prep
  31. %setup -q
  32. %build
  33. %configure --disable-schemas-install --disable-scrollkeeper
  34. %__make %{?_smp_mflags}
  35. %install
  36. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  37. export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
  38. %makeinstall
  39. unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
  40. rm -rf $RPM_BUILD_ROOT%{_localstatedir}/scrollkeeper
  41. rm -f $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
  42. rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/libgnomebreakpad.{a,la}
  43. rm -f $RPM_BUILD_ROOT%{_libdir}/bug-buddy/libbreakpad.{a,la}
  44. %find_lang %{name}
  45. %clean
  46. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  47. %post
  48. scrollkeeper-update > /dev/null 2>&1 || :
  49. export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
  50. gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/bug-buddy.schemas > /dev/null
  51. %postun
  52. scrollkeeper-update > /dev/null 2>&1 || :
  53. %files -f %{name}.lang
  54. %defattr(-, root, root)
  55. %doc AUTHORS COPYING ChangeLog NEWS README TODO
  56. %config %{_sysconfdir}/gconf/schemas/bug-buddy.schemas
  57. %{_bindir}/*
  58. %{_libdir}/gtk-2.0/modules/*.so
  59. %{_datadir}/bug-buddy
  60. %{_datadir}/applications/*
  61. %{_datadir}/icons/*
  62. %{_mandir}/man1/*
  63. %ifarch %{ix86}
  64. %{_libdir}/bug-buddy/*.so*
  65. %endif
  66. %changelog
  67. * Sun Nov 1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1
  68. - new upstream release
  69. * Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
  70. - new upstream release
  71. * Tue Oct 28 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.1-1vl5
  72. - new upstream release
  73. * Sat Oct 18 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.0-1vl5
  74. - new upstream release
  75. - spec in UTF-8
  76. * Sun Mar 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
  77. - new upstream release
  78. - added BuildRequires: libsoup-devel >= 2.4.0
  79. * Tue Jan 15 2008 Shu KONNO <owa@bg.wakwak.com> 2.20.1-0vl2
  80. - fixed %%files (if not i386)
  81. * Mon Dec 24 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.1-0vl1
  82. - new upstream release
  83. * Sat Jul 14 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.1-0vl3
  84. - rebuilt with evolution-data-server-devel 1.10.3.1
  85. * Mon Jul 02 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.18.1-0vl2
  86. - add following BuildRequires:
  87. gnome-desktop-devel, libgtop2-devel, evolution-data-server-devel
  88. * Sun Jun 10 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.1-0vl1
  89. - new upstream release
  90. * Sun Oct 15 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.0-0vl1
  91. - new upstream release
  92. * Wed Mar 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.90-0vl1
  93. - new upstream release
  94. * Mon Sep 12 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.1-0vl1
  95. - new upstream release
  96. - added %post, %postun section
  97. * Fri Sep 12 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.0-1vl1
  98. - new upstream release
  99. - chagned URL (based on Rawhide 2.4.0-1)
  100. * Sat Jul 12 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.106-0vl1
  101. - rebuild with new toolchains and gnome2
  102. - s/Copyright/License/
  103. * Wed Mar 28 2001 Akira TAGOH <tagoh@gnome.gr.jp> 1.2-0vl1
  104. - Build for Vine.
  105. * Wed Feb 23 2000 Jacob Berkman <jacob@helixcode.com>
  106. - don't say we own the pixmaps/ dir
  107. * Wed Nov 10 1999 Jacob Berkman <jberkman@andrew.cmu.edu>
  108. - fixed up for insertion into the CVS
  109. * Fri Nov 05 1999 Ned Rhudy <nrhudy@pabus.com>
  110. - the first incarnation of the spec file...watch it not work