oaf-vl.spec 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. Name: oaf
  2. Version: 0.6.10
  3. Release: 7%{?_dist_release}
  4. License: LGPL/GPL
  5. Group: System Environment/Libraries
  6. Source: ftp://ftp.gnome.org/pub/GNOME/sources/oaf/0.6/%{name}-%{version}.tar.bz2
  7. URL: http://www.gnome.org/
  8. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  9. BuildRequires: glib-devel
  10. BuildRequires: ORBit-devel
  11. BuildRequires: libxml-devel
  12. BuildRequires: gtk-doc
  13. Summary: Object activation framework for GNOME
  14. %description
  15. OAF is an object activation framework for GNOME. It uses ORBit.
  16. %package devel
  17. Summary: Libraries and include files for OAF
  18. Group: Development/Libraries
  19. Requires: %{name} = %{version}-%{release}
  20. #Obsoletes: %{name}-devel
  21. %description devel
  22. Libraries and include files for Oaf.
  23. %prep
  24. %setup -q
  25. %build
  26. %configure
  27. make -k
  28. %install
  29. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  30. %makeinstall
  31. rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
  32. %find_lang %{name}
  33. %clean
  34. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  35. %post -p /sbin/ldconfig
  36. %postun -p /sbin/ldconfig
  37. %files -f %{name}.lang
  38. %defattr(-, root, root)
  39. %doc AUTHORS COPYING ChangeLog NEWS README
  40. %config %{_sysconfdir}/oaf/*.sample
  41. %config %{_sysconfdir}/oaf/*.xml
  42. %{_bindir}/oafd
  43. %{_bindir}/oaf-client
  44. %{_bindir}/oaf-sysconf
  45. %{_bindir}/oaf-run-query
  46. %{_bindir}/oaf-slay
  47. %{_libdir}/*.so.*
  48. %{_datadir}/idl/*
  49. %{_datadir}/oaf/*
  50. %{_mandir}/man1/*
  51. %files devel
  52. %defattr(-, root, root)
  53. %doc api-docs/html
  54. %dir %{_includedir}/liboaf
  55. %{_bindir}/oaf-config
  56. #{_libdir}/*.la
  57. %{_libdir}/*.so
  58. %{_libdir}/*.sh
  59. %{_includedir}/liboaf/*.h
  60. %{_datadir}/aclocal/*.m4
  61. %changelog
  62. * Sat Aug 23 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.10-7
  63. - applied new versioning policy
  64. - removed liboaf.la
  65. * Sat Jun 16 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.10-6vl4
  66. - rebuilt for (fixed liboaf.la)
  67. * Sun Jun 3 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.10-6vl3
  68. - rebuilt with new toolchain
  69. * Wed Jul 07 2004 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 0.6.10-6vl2
  70. - rebuild
  71. * Sun Jul 6 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.6.10-6vl1
  72. - Rebuils with New toolchains.
  73. - based on Radhat Rawhide 0.6.10-6
  74. * Fri Dec 14 2001 Akira TAGOH <tagoh@gnome.gr.jp> 0.6.7-0vl1
  75. - New upstream release.
  76. * Tue Jun 19 2001 Akira TAGOH <tagoh@gnome.gr.jp> 0.6.5-0vl5
  77. - Fixed packaging mistake.
  78. * Wed May 9 2001 Akira TAGOH <tagoh@gnome.gr.jp> 0.6.5-0vl4
  79. - Fixed missing .oaf files.
  80. * Thu Apr 12 2001 Akira TAGOH <tagoh@gnome.gr.jp> 0.6.5-0vl3
  81. - Include the API documents.
  82. * Mon Apr 9 2001 Akira TAGOH <tagoh@gnome.gr.jp> 0.6.5-0vl2
  83. - Added some build depends.
  84. - Use find_lang macro.
  85. * Wed Mar 7 2001 Akira TAGOH <tagoh@gnome.gr.jp> 0.6.5-0vl1
  86. - New upstream release.
  87. * Wed Dec 27 2000 Akira TAGOH <tagoh@gnome.gr.jp>
  88. - 0.6.1-0vl1
  89. - build for Vine
  90. * Tue Aug 29 2000 Maciej Stachowiak <mjs@eazel.com>
  91. - corrected Copyright field and renamed it to License
  92. * Sun May 21 2000 Ross Golder <rossigee@bigfoot.com>
  93. - created spec file (based on bonobo.spec.in)