mate-corba-vl.spec 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. Summary: High-performance CORBA Object Request Broker for Mate
  2. Name: mate-corba
  3. Version: 1.4.0
  4. Release: 1%{?_dist_release}
  5. Source0: http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz
  6. License: GPLv2
  7. Group: System Environment/Libraries
  8. URL: http://mate-desktop.org/
  9. BuildRequires: mate-common
  10. BuildRequires: glib2-devel
  11. BuildRequires: libIDL-devel
  12. BuildRequires: gtk-doc
  13. BuildRequires: autoconf
  14. BuildRequires: automake
  15. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  16. Vendor: Project Vine
  17. Distribution: Vine Linux
  18. Packager: Takemikaduchi
  19. %description
  20. Code for an ORB written in C will spontaneously evolve here,
  21. see http://www.gnome.org/projects/MateCORBA2 for more information.
  22. %package devel
  23. Summary: Development tools for mate-corba
  24. Summary(ja): mate-corba の開発環境
  25. Group: Development/Libraries
  26. Requires: %{name} = %{version}-%{release}
  27. Requires: pkgconfig
  28. %description devel
  29. Header files and libraries for building a extension library for the
  30. mate-corba.
  31. %package doc
  32. Summary: Documentation for mate-corba
  33. Summary(ja): mate-corba 用のドキュメント
  34. Group: Documentation
  35. Requires: %{name} = %{version}-%{release}
  36. BuildArch: noarch
  37. %description doc
  38. This package contains documentation for mate-corba.
  39. %prep
  40. %setup -q
  41. %build
  42. (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
  43. %configure \
  44. --disable-static \
  45. %{__make} %{?_smp_mflags}
  46. %install
  47. %{__rm} -rf ${RPM_BUILD_ROOT}
  48. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  49. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  50. %clean
  51. %{__rm} -rf ${RPM_BUILD_ROOT}
  52. %post -p /sbin/ldconfig
  53. %postun -p /sbin/ldconfig
  54. %files
  55. %defattr(-,root,root,-)
  56. %doc COPYING COPYING.LIB ChangeLog NEWS README
  57. %{_bindir}/matecorba*
  58. %{_libdir}/libMateCORBA*.so.*
  59. %{_libdir}/libname-matecorba-server-2.a
  60. %{_libdir}/matecorba-2.0/Everything_module.so
  61. %{_datadir}/aclocal/MateCORBA2.m4
  62. %{_datadir}/idl/matecorba-2.0/CosNaming.idl
  63. %files devel
  64. %defattr(-,root,root,-)
  65. %{_includedir}/matecorba-2.0
  66. %{_libdir}/libMateCORBA*.so
  67. %{_libdir}/pkgconfig/*.pc
  68. %files doc
  69. %defattr(-,root,root,-)
  70. %{_datadir}/gtk-doc/html/MateCORBA2
  71. %changelog
  72. * Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
  73. - new upstream release
  74. * Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.2-1
  75. - new upstream release
  76. * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
  77. - initial build for Vine Linux