bonobo-conf-vl.spec 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. Summary: Bonobo configuration moniker.
  2. Name: bonobo-conf
  3. Version: 0.16
  4. Release: 2%{?_dist_release}
  5. License: GPL
  6. URL: http://www.gnome.org/
  7. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  8. BuildRequires: gnome-print-devel >= 0.22
  9. BuildRequires: gtk+-devel >= 1.2.7
  10. BuildRequires: bonobo-devel >= 1.0.14
  11. BuildRequires: GConf-devel >= 1.0.4
  12. Source0: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.16/%{name}-%{version}.tar.gz
  13. Group: System Environment/Libraries
  14. Requires: bonobo >= 1.0.14
  15. Requires: GConf >= 1.0.4
  16. Requires: oaf >= 0.6.2
  17. Requires: glib >= 1.2.0
  18. Requires: gtk+ >= 1.2.0
  19. %description
  20. Bonobo configuration moniker.
  21. %package devel
  22. Summary: Libraries and include files for the configuration moniker.
  23. Group: Development/Libraries
  24. Requires: %{name} = %{version}
  25. Requires: bonobo-devel
  26. %description devel
  27. This package provides the necessary development libraries and include
  28. files to allow you to develop programs using the Bonobo configuration moniker.
  29. %prep
  30. %setup -q
  31. %build
  32. %configure --disable-static
  33. make
  34. %install
  35. %makeinstall
  36. %find_lang %{name}
  37. rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
  38. rm -f $RPM_BUILD_ROOT%{_libdir}/bonobo/*/*.la
  39. %clean
  40. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  41. %post -p /sbin/ldconfig
  42. %postun -p /sbin/ldconfig
  43. %files -f %{name}.lang
  44. %defattr(-, root, root)
  45. %doc AUTHORS COPYING ChangeLog INSTALL NEWS README
  46. %{_bindir}/*
  47. %{_libdir}/bonobo/monikers/*.so*
  48. %{_libdir}/*.so.*
  49. %{_datadir}/idl
  50. %{_datadir}/oaf
  51. %files devel
  52. %defattr(-, root, root)
  53. %{_libdir}/*.so
  54. %{_libdir}/*.sh
  55. %{_includedir}/*
  56. %changelog
  57. * Sat May 2 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16-2
  58. - rebuilt with bonobo-1.0.22-6 (linking with db-4.6.21)
  59. - excluded *.a
  60. * Fri Sep 19 2008 Shu KONNO <owa@bg.wakwak.com> 0.16-1vl5
  61. - applied new versioning policy
  62. - excluded *.la
  63. * Sun Jun 17 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16-0vl3
  64. - rebuilt with db4-4.3.29
  65. * Wed Oct 27 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16-0vl2
  66. - rebuild with db4-4.2.52
  67. - s/Copyright/License/
  68. * Thu May 1 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16-0vl1
  69. - update to 0.16
  70. - rebuild with new toolchains
  71. * Wed Dec 19 2001 Akira TAGOH <tagoh@gnome.gr.jp> 0.14-1vl1
  72. - Rebuild for Vine.
  73. * Sat Nov 17 2001 Jeremy Katz <katzj@redhat.com>
  74. - 0.14
  75. - s/Copyright/License/
  76. * Tue Oct 9 2001 Havoc Pennington <hp@redhat.com>
  77. - remove epoch
  78. * Thu Oct 4 2001 Havoc Pennington <hp@redhat.com>
  79. - created 0.12 RPM based on David Sainty's RPM
  80. * Thu Oct 04 2001 David Sainty <dsainty@redhat.com>
  81. - Bumped to 0.12.99.20011004 for evolution 0.15
  82. * Sun Aug 05 2001 David Sainty <dsainty@redhat.com>
  83. - Created spec file, incorporated bits from Jens Finke <jens@gnome.org>