mate-window-manager-vl.spec 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. Summary: A window manager for MATE
  2. Name: mate-window-manager
  3. Version: 1.6.2
  4. Release: 2%{?_dist_release}
  5. Source0: http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
  6. License: GPLv2
  7. Group: User Interface/Desktops
  8. URL: http://mate-desktop.org/
  9. # patch for Vine
  10. Patch1001: mate-window-manager-vine-settings.patch
  11. BuildRequires: mate-common
  12. BuildRequires: mate-doc-utils
  13. BuildRequires: mate-dialogs
  14. BuildRequires: gtk2-devel
  15. BuildRequires: libcanberra-devel
  16. BuildRequires: libSM-devel
  17. BuildRequires: startup-notification-devel
  18. BuildRequires: gtk-doc
  19. BuildRequires: autoconf
  20. BuildRequires: automake
  21. Requires(posttrans,postun): glib2
  22. Requires(post,postun): desktop-file-utils
  23. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  24. Vendor: Project Vine
  25. Distribution: Vine Linux
  26. Packager: Takemikaduchi
  27. %description
  28. Marco is not a meta-City as in an urban center, but rather
  29. Meta-ness as in the state of being meta. i.e. marco : meta as
  30. opacity : opaque. Also it may have something to do with the Meta key
  31. on UNIX keyboards.
  32. %package devel
  33. Summary: Development tools for mate-window-manager
  34. Summary(ja): mate-window-manager の開発環境
  35. Group: Development/Libraries
  36. Requires: %{name} = %{version}-%{release}
  37. Requires: pkgconfig
  38. %description devel
  39. Header files and libraries for building a extension library for the
  40. mate-window-manager.
  41. %prep
  42. %setup -q
  43. %patch1001 -p1 -b .vine
  44. %build
  45. (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
  46. %configure \
  47. --disable-static
  48. %{__make} %{?_smp_mflags}
  49. %install
  50. %{__rm} -rf ${RPM_BUILD_ROOT}
  51. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  52. find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
  53. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  54. %find_lang marco
  55. %clean
  56. %{__rm} -rf ${RPM_BUILD_ROOT}
  57. %post
  58. /sbin/ldconfig
  59. update-desktop-database %{_datadir}/applications >& /dev/null ||:
  60. %postun
  61. /sbin/ldconfig
  62. if [ $1 -eq 0 ]; then
  63. update-desktop-database %{_datadir}/applications >& /dev/null ||:
  64. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  65. fi
  66. %posttrans
  67. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  68. %files -f marco.lang
  69. %defattr(-,root,root,-)
  70. %doc COPYING ChangeLog NEWS README
  71. %{_bindir}/marco
  72. %{_bindir}/marco-message
  73. %{_bindir}/marco-theme-viewer
  74. %{_bindir}/marco-window-demo
  75. %{_libdir}/libmarco-private.so.*
  76. %{_datadir}/MateConf/gsettings/marco.convert
  77. %{_datadir}/applications/marco.desktop
  78. %{_datadir}/glib-2.0/schemas/org.mate.marco.gschema.xml
  79. %{_datadir}/mate/help
  80. %{_datadir}/mate/wm-properties/marco-wm.desktop
  81. %{_datadir}/mate-control-center/keybindings/*.xml
  82. %{_datadir}/mate-window-manager/icons/marco-window-demo.png
  83. %{_datadir}/themes
  84. %{_mandir}/man1/*.1.gz
  85. %files devel
  86. %defattr(-,root,root,-)
  87. %{_includedir}/marco-1
  88. %{_libdir}/libmarco-private.so
  89. %{_libdir}/pkgconfig/libmarco-private.pc
  90. %changelog
  91. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-2
  92. - rebuild with VineSeed environment
  93. * Sun Sep 22 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-1
  94. - new upstream release
  95. * Sat May 25 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
  96. - new upstream release
  97. - remove BuildRequires: mate-conf-devel
  98. - add Patch1001 (mate-window-manager-vine-settings.patch)
  99. * Sat Nov 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.1-1
  100. - new upstream release
  101. * Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
  102. - new upstream release
  103. * Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
  104. - new upstream release
  105. * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
  106. - change category
  107. * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
  108. - initial build for Vine Linux