muffin-vl.spec 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. Name: muffin
  2. Summary: The cinnamon window manager based on mutter
  3. Version: 2.4.2
  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. %prep
  41. %setup -q
  42. %build
  43. export CFLAGS="$CFLAGS -Wno-deprecated-declarations"
  44. NOCONFIGURE=1 ./autogen.sh
  45. %configure --disable-static --enable-compile-warnings=minimum
  46. make %{?_smp_mflags}
  47. %install
  48. rm -rf $RPM_BUILD_ROOT
  49. make install DESTDIR=$RPM_BUILD_ROOT
  50. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  51. %find_lang %{name}
  52. %clean
  53. rm -rf $RPM_BUILD_ROOT
  54. %post -p /sbin/ldconfig
  55. %postun
  56. /sbin/ldconfig
  57. if [ $1 -eq 0 ]; then
  58. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  59. fi
  60. %posttrans
  61. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  62. %files -f %{name}.lang
  63. %defattr(-,root,root,-)
  64. %doc README NEWS COPYING AUTHORS
  65. %{_bindir}/muffin
  66. %{_bindir}/muffin-message
  67. %{_bindir}/muffin-theme-viewer
  68. %{_bindir}/muffin-window-demo
  69. %{_libdir}/libmuffin.so.*
  70. %{_libdir}/%{name}/Meta-Muffin.0.typelib
  71. %{_libdir}/%{name}/plugins
  72. %{_datadir}/applications/muffin.desktop
  73. %{_datadir}/glib-2.0/schemas/org.cinnamon.muffin.gschema.xml
  74. %{_datadir}/%{name}/icons/muffin-window-demo.png
  75. %{_mandir}/man1/*.1.gz
  76. %files devel
  77. %defattr(-,root,root,-)
  78. %{_includedir}/muffin
  79. %{_libdir}/libmuffin.so
  80. %{_libdir}/%{name}/Meta-Muffin.0.gir
  81. %{_libdir}/pkgconfig/libmuffin.pc
  82. %{_libdir}/pkgconfig/muffin-plugins.pc
  83. %changelog
  84. * Sat Jan 03 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.2-1
  85. - new upstream release
  86. * Wed Jul 02 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.6-1
  87. - new upstream release
  88. - remove Patch0 (muffin-2.2.1-cogl-1.18.x.patch)
  89. * Sun Apr 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.1-1
  90. - new upstream release
  91. - add BuildRequires: cinnamon-desktop-devel
  92. - add Patch0 (muffin-2.2.1-cogl-1.18.x.patch)
  93. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.2-1
  94. - update to 1.8.2
  95. * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-1
  96. - new upstream release
  97. * Sun Apr 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.4-1
  98. - new upstream release
  99. * Fri Oct 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.2-1
  100. - new upstream release
  101. * Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-1
  102. - new upstream release
  103. - add BuildRequires: gsettings-desktop-schemas-devel
  104. * Tue Jun 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.3-UP1-1
  105. - initial build for Vine Linux