muffin-vl.spec 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. Name: muffin
  2. Summary: The cinnamon window manager based on mutter
  3. Version: 2.8.3
  4. Release: 1%{?_dist_release}
  5. Group: User Interface/Desktops
  6. License: GPLv2+
  7. URL: http://cinnamon.linuxmint.com/
  8. Source0: %{name}-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildRequires: cinnamon-desktop-devel >= 1.0.0
  11. BuildRequires: gtk3-devel >= 3.3.7
  12. BuildRequires: clutter-devel >= 1.7.5
  13. BuildRequires: cairo-devel >= 1.10.0
  14. BuildRequires: gobject-introspection-devel >= 0.9.5
  15. BuildRequires: libcanberra-gtk3-devel >= 0.26
  16. BuildRequires: startup-notification-devel
  17. BuildRequires: libSM-devel
  18. BuildRequires: libXcomposite-devel >= 0.2
  19. BuildRequires: libXcursor-devel
  20. BuildRequires: libXinerama-devel
  21. BuildRequires: gsettings-desktop-schemas-devel
  22. BuildRequires: zenity
  23. BuildRequires: gnome-doc-utils
  24. BuildRequires: gnome-common
  25. Requires(postun,posttrans): glib2
  26. Vendor: Project Vine
  27. Distribution: Vine Linux
  28. Packager: Takemikaduchi
  29. %description
  30. The Cinnamon Window Manager Based on Mutter 3.2.1.
  31. %package devel
  32. Summary: Development tools for muffin
  33. Summary(ja): muffin の開発環境
  34. Group: Development/Libraries
  35. Requires: %{name} = %{version}-%{release}
  36. Requires: pkgconfig
  37. %description devel
  38. Header files and libraries for building a extension library for the
  39. muffin.
  40. %package docs
  41. Summary: Documentation for %{name}
  42. Summary(ja): %{name} 用のドキュメント
  43. Group: Documentation
  44. BuildArch: noarch
  45. %description docs
  46. This package contains documentation for %{name}.
  47. %prep
  48. %setup -q
  49. %build
  50. export CFLAGS="$CFLAGS -Wno-deprecated-declarations"
  51. NOCONFIGURE=1 ./autogen.sh
  52. %configure --disable-static --enable-compile-warnings=minimum
  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 '*.la' -exec rm -f {} \;
  58. %find_lang %{name}
  59. %clean
  60. rm -rf $RPM_BUILD_ROOT
  61. %post -p /sbin/ldconfig
  62. %postun
  63. /sbin/ldconfig
  64. if [ $1 -eq 0 ]; then
  65. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  66. fi
  67. %posttrans
  68. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  69. %files -f %{name}.lang
  70. %defattr(-,root,root,-)
  71. %doc README NEWS COPYING AUTHORS
  72. %{_bindir}/muffin
  73. %{_bindir}/muffin-message
  74. %{_bindir}/muffin-theme-viewer
  75. %{_bindir}/muffin-window-demo
  76. %{_libdir}/libmuffin.so.*
  77. %{_libdir}/%{name}/Meta-Muffin.0.typelib
  78. %{_libdir}/%{name}/plugins
  79. %{_datadir}/applications/muffin.desktop
  80. %{_datadir}/glib-2.0/schemas/org.cinnamon.muffin.gschema.xml
  81. %{_datadir}/%{name}/icons/muffin-window-demo.png
  82. %{_datadir}/%{name}/theme/metacity-theme-3.xml
  83. %{_mandir}/man1/*.1.gz
  84. %files devel
  85. %defattr(-,root,root,-)
  86. %{_includedir}/muffin
  87. %{_libdir}/libmuffin.so
  88. %{_libdir}/%{name}/Meta-Muffin.0.gir
  89. %{_libdir}/pkgconfig/libmuffin.pc
  90. %{_libdir}/pkgconfig/muffin-plugins.pc
  91. %files docs
  92. %defattr(-,root,root,-)
  93. %{_datadir}/gtk-doc/html/%{name}
  94. %changelog
  95. * Fri Nov 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.3-1
  96. - new upstream release
  97. * Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.5-1
  98. - new upstream release
  99. * Sat Jan 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.2-1
  100. - new upstream release
  101. * Wed Jul 02 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.6-1
  102. - new upstream release
  103. - remove Patch0 (muffin-2.2.1-cogl-1.18.x.patch)
  104. * Sun Apr 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.1-1
  105. - new upstream release
  106. - add BuildRequires: cinnamon-desktop-devel
  107. - add Patch0 (muffin-2.2.1-cogl-1.18.x.patch)
  108. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.2-1
  109. - update to 1.8.2
  110. * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-1
  111. - new upstream release
  112. * Sun Apr 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.4-1
  113. - new upstream release
  114. * Fri Oct 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.2-1
  115. - new upstream release
  116. * Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-1
  117. - new upstream release
  118. - add BuildRequires: gsettings-desktop-schemas-devel
  119. * Tue Jun 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.3-UP1-1
  120. - initial build for Vine Linux