gtk-murrine-engine-vl.spec 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. Summary: Murrine GTK2 engine
  2. Name: gtk-murrine-engine
  3. Version: 0.98.1.1
  4. Release: 1%{?_dist_release}
  5. License: LGPLv2 or LGPLv3
  6. Group: System Environment/Libraries
  7. URL: http://www.cimitan.com/murrine/
  8. Source0: http://ftp.gnome.org/pub/GNOME/sources/murrine/0.98/murrine-%{version}.tar.bz2
  9. Source10: http://cimi.netsons.org/media/download_gallery/MurrinaFancyCandy.tar.bz2
  10. Source11: http://cimi.netsons.org/media/download_gallery/MurrinaVerdeOlivo.tar.bz2
  11. Source12: http://cimi.netsons.org/media/download_gallery/MurrinaAquaIsh.tar.bz2
  12. Source13: http://cimi.netsons.org/media/download_gallery/MurrinaGilouche.tar.bz2
  13. Source14: http://cimi.netsons.org/media/download_gallery/MurrinaLoveGray.tar.bz2
  14. Source15: http://cimi.netsons.org/media/download_gallery/MurrineThemePack.tar.bz2
  15. BuildRequires: gtk2-devel intltool
  16. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  17. %description
  18. Murrine Engine is a Gtk2 theme engine, using the Cairo vector graphics
  19. library. It comes by default with a modern glassy look, inspired by
  20. Venetian glass artworks, and is extremely customizable.
  21. %prep
  22. %setup -q -n murrine-%{version}
  23. %build
  24. %configure --enable-animation --enable-animationrtl
  25. make %{?_smp_mflags}
  26. %install
  27. rm -rf $RPM_BUILD_ROOT
  28. make install DESTDIR=$RPM_BUILD_ROOT
  29. mkdir -p $RPM_BUILD_ROOT/%{_datadir}/themes
  30. (cd $RPM_BUILD_ROOT/%{_datadir}/themes;
  31. bzcat %{SOURCE10} | tar -xvf -;
  32. bzcat %{SOURCE11} | tar -xvf -;
  33. bzcat %{SOURCE12} | tar -xvf -;
  34. bzcat %{SOURCE13} | tar -xvf -;
  35. bzcat %{SOURCE14} | tar -xvf -;
  36. bzcat %{SOURCE15} | tar -xvf -;
  37. )
  38. #remove .la files
  39. find $RPM_BUILD_ROOT -name *.la | xargs rm -f || true
  40. #fix permission
  41. find $RPM_BUILD_ROOT/%{_datadir}/themes -type f | xargs chmod 0644 || true
  42. %clean
  43. rm -rf $RPM_BUILD_ROOT
  44. %files
  45. %defattr(-,root,root,-)
  46. %doc AUTHORS ChangeLog COPYING COPYING.2.1 NEWS
  47. %{_libdir}/gtk-2.0/*/engines/*
  48. %{_datadir}/gtk-engines
  49. %{_datadir}/themes/*
  50. %changelog
  51. * Mon May 23 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.98.1.1-1
  52. - initial build for Vine Linux based on fedora development
  53. * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.98.1.1-2
  54. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  55. * Mon Oct 11 2010 Martin Sourada <mso@fedoraproject.org> - 0.98.1.1-1
  56. - Update to 0.98.1.1
  57. - License change to LGPLv2.1 and LGPLv3
  58. * Wed Sep 29 2010 jkeating - 0.98.0-2
  59. - Rebuilt for gcc bug 634757
  60. * Thu Sep 23 2010 Martin Sourada <mso@fedoraproject.org> - 0.98.0-1
  61. - Update to 0.98.0
  62. * Thu Nov 12 2009 Martin Sourada <mso@fedoraproject.org> - 0.90.3-3
  63. - Don't own %%{_datadir}/themes
  64. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.90.3-2
  65. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  66. * Thu Apr 23 2009 Michel Salim <salimma@fedoraproject.org> - 0.90.3-1
  67. - Update to 0.90.3
  68. * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.53.1-4
  69. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  70. * Fri Jul 25 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.53.1-3
  71. - fix license tag
  72. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.53.1-2
  73. - Autorebuild for GCC 4.3
  74. * Sun May 20 2007 Leo Shidai Liu <sdl.web@gmail.com> 0.53.1-1
  75. - 0.53.1
  76. * Thu Apr 5 2007 Leo, Shidai Liu <sdl.web@gmail.com> 0.52-1
  77. - 0.52
  78. * Thu Mar 15 2007 Leo, Shidai Liu <sdl.web@gmail.com> 0.51-2
  79. - fix last change
  80. * Thu Mar 15 2007 Leo, Shidai Liu <sdl.web@gmail.com> 0.51-1
  81. - 0.51
  82. * Fri Jan 12 2007 Shidai Liu, Leo <sdl.web@gmail.com> 0.41-1
  83. - 0.41
  84. * Wed Jan 10 2007 Shidai Liu, Leo <sdl.web@gmail.com> 0.40.1-1
  85. - 0.40.1
  86. * Fri Nov 24 2006 Shidai Liu, Leo <sdl.web@gmail.com> 0.31-4
  87. - Correct changelog entries to include release number
  88. * Tue Nov 21 2006 Shidai Liu, Leo <sdl.web@gmail.com> 0.31-3
  89. - remove themes from gnome-look
  90. - remove CREDITS patch
  91. - add all themes from upstream
  92. * Thu Nov 16 2006 Shidai Liu, Leo <sdl.web@gmail.com> 0.31-2
  93. - 0.31
  94. * Sun Nov 12 2006 Shidai Liu, Leo <sdl.web@gmail.com> 0.30.2-1
  95. - Add three gtk2 themes
  96. * Tue Sep 19 2006 Shidai Liu, Leo <sdl.web@gmail.com>
  97. - Initial build.