libmatecomponent-vl.spec 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. Summary: The non-GUI part of the matecomponent component infrastructure for Mate
  2. Name: libmatecomponent
  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: mate-corba-devel
  11. BuildRequires: glib2-devel
  12. BuildRequires: libxml2-devel
  13. BuildRequires: popt-devel
  14. BuildRequires: bison
  15. BuildRequires: flex
  16. BuildRequires: gtk-doc
  17. BuildRequires: autoconf
  18. BuildRequires: automake
  19. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  20. Vendor: Project Vine
  21. Distribution: Vine Linux
  22. Packager: Takemikaduchi
  23. %description
  24. libmatecomponent is the non-GUI part of the matecomponent component infrastructure,
  25. it is most useful for creating aggregate interfaces & doing IPC
  26. easily. It also contains a rather badly designed & implemented
  27. per-system activation system. This needs re-writing & simplifying to
  28. be per-display.
  29. %package devel
  30. Summary: Development tools for libmatecomponent
  31. Summary(ja): libmatecomponent の開発環境
  32. Group: Development/Libraries
  33. Requires: %{name} = %{version}-%{release}
  34. Requires: pkgconfig
  35. %description devel
  36. Header files and libraries for building a extension library for the
  37. libmatecomponent.
  38. %package doc
  39. Summary: Documentation for libmatecomponent
  40. Summary(ja): libmatecomponent 用のドキュメント
  41. Group: Documentation
  42. Requires: %{name} = %{version}-%{release}
  43. BuildArch: noarch
  44. %description doc
  45. This package contains documentation for libmatecomponent.
  46. %prep
  47. %setup -q
  48. %build
  49. (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
  50. %configure \
  51. --libexecdir=%{_libexecdir}/mate \
  52. --disable-static
  53. %{__make} %{?_smp_mflags}
  54. %install
  55. %{__rm} -rf ${RPM_BUILD_ROOT}
  56. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  57. find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
  58. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  59. %find_lang %{name}
  60. %clean
  61. %{__rm} -rf ${RPM_BUILD_ROOT}
  62. %post -p /sbin/ldconfig
  63. %postun -p /sbin/ldconfig
  64. %files -f %{name}.lang
  65. %defattr(-,root,root,-)
  66. %doc COPYING COPYING.LIB ChangeLog NEWS README
  67. %{_sysconfdir}/matecomponent-activation/matecomponent-activation-config.xml
  68. %{_bindir}/matecomponent-activation-client
  69. %{_bindir}/matecomponent-activation-run-query
  70. %{_bindir}/matecomponent-echo-client-2
  71. %{_bindir}/matecomponent-slay
  72. %{_libdir}/libmatecomponent-*.so.*
  73. %{_libdir}/matecomponent
  74. %{_libdir}/matecomponent-2.0
  75. %{_libdir}/matecorba-2.0
  76. %{_libexecdir}/mate/matecomponent-activation-server
  77. %{_sbindir}/matecomponent-activation-sysconf
  78. %{_datadir}/idl/matecomponent-2.0
  79. %{_datadir}/idl/matecomponent-activation-2.0
  80. %{_mandir}/man1/matecomponent-activation-server.1.gz
  81. %files devel
  82. %defattr(-,root,root,-)
  83. %{_includedir}/libmatecomponent-2.0
  84. %{_includedir}/matecomponent-activation-2.0
  85. %{_libdir}/libmatecomponent-*.so
  86. %{_libdir}/pkgconfig/libmatecomponent-2.0.pc
  87. %{_libdir}/pkgconfig/matecomponent-activation-2.0.pc
  88. %files doc
  89. %defattr(-,root,root,-)
  90. %{_datadir}/gtk-doc/html/libmatecomponent
  91. %{_datadir}/gtk-doc/html/matecomponent-activation
  92. %changelog
  93. * Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
  94. - new upstream release
  95. * Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-1
  96. - new upstream release
  97. * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
  98. - initial build for Vine Linux