libmatecomponentui-vl.spec 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. Summary: User Interface library for MateComponent
  2. Name: libmatecomponentui
  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: libmate-devel
  11. BuildRequires: libmatecanvas-devel
  12. BuildRequires: libmatecomponent-devel
  13. BuildRequires: mate-corba-devel
  14. BuildRequires: mate-conf-devel
  15. BuildRequires: gtk2-devel
  16. BuildRequires: libxml2-devel
  17. BuildRequires: libSM-devel
  18. BuildRequires: popt-devel
  19. BuildRequires: libglade2-devel
  20. BuildRequires: gtk-doc
  21. BuildRequires: autoconf
  22. BuildRequires: automake
  23. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  24. Vendor: Project Vine
  25. Distribution: Vine Linux
  26. Packager: Takemikaduchi
  27. %description
  28. MateComponent is a set of language and system independant CORBA interfaces
  29. for creating reusable components, controls and creating compound
  30. documents.
  31. The MateComponent distribution includes a Gtk+ based implementation of the
  32. MateComponent interfaces, enabling developers to create reusable
  33. components and applications that can be used to form more complex
  34. documents.
  35. %package devel
  36. Summary: Development tools for libmatecomponentui
  37. Summary(ja): libmatecomponentui の開発環境
  38. Group: Development/Libraries
  39. Requires: %{name} = %{version}-%{release}
  40. Requires: pkgconfig
  41. Requires: mate-corba-devel
  42. Requires: libxml2-devel
  43. %description devel
  44. Header files and libraries for building a extension library for the
  45. libmatecomponentui.
  46. %package doc
  47. Summary: Documentation for libmatecomponentui
  48. Summary(ja): libmatecomponentui 用のドキュメント
  49. Group: Documentation
  50. Requires: %{name} = %{version}-%{release}
  51. BuildArch: noarch
  52. %description doc
  53. This package contains documentation for libmatecomponentui.
  54. %prep
  55. %setup -q
  56. %build
  57. (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
  58. %configure \
  59. --disable-static
  60. %{__make} %{?_smp_mflags}
  61. %install
  62. %{__rm} -rf ${RPM_BUILD_ROOT}
  63. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  64. find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
  65. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  66. %find_lang %{name}
  67. %clean
  68. %{__rm} -rf ${RPM_BUILD_ROOT}
  69. %post -p /sbin/ldconfig
  70. %postun -p /sbin/ldconfig
  71. %files -f %{name}.lang
  72. %defattr(-,root,root,-)
  73. %doc COPYING COPYING.LIB ChangeLog NEWS README
  74. %{_bindir}/mate-test-moniker
  75. %{_bindir}/matecomponent-browser
  76. %{_libdir}/libmatecomponentui-2.so.*
  77. %{_libdir}/libglade/2.0/libmatecomponent.so
  78. %{_libdir}/matecomponent/servers/*.server
  79. %{_libdir}/matecomponent-2.0/samples/matecomponent-sample-controls-2
  80. %{_datadir}/applications/matecomponent-browser.desktop
  81. %{_datadir}/mate-2.0/ui/*.xml
  82. %files devel
  83. %defattr(-,root,root,-)
  84. %{_includedir}/libmatecomponentui-2.0
  85. %{_libdir}/libmatecomponentui-2.so
  86. %{_libdir}/pkgconfig/libmatecomponentui-2.0.pc
  87. %files doc
  88. %defattr(-,root,root,-)
  89. %{_datadir}/gtk-doc/html/libmatecomponentui
  90. %changelog
  91. * Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
  92. - new upstream release
  93. * Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
  94. - new upstream release
  95. * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-1
  96. - initial build for Vine Linux