xcompmgr-vl.spec 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. Summary: X11 composite manager
  2. Summary(ja): X11 コンポジットマネージャ
  3. Name: xcompmgr
  4. Version: 1.1.7
  5. Release: 1%{?_dist_release}
  6. License: Copyright only
  7. Group: User Interface/X
  8. URL: http://xapps.freedesktop.org
  9. Source0: http://xorg.freedesktop.org/archive/individual/app/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  11. BuildRequires: libX11-devel
  12. BuildRequires: libXfixes-devel
  13. BuildRequires: libXrender-devel
  14. BuildRequires: libXdamage-devel
  15. BuildRequires: libXcomposite-devel
  16. BuildRequires: libXext-devel
  17. BuildRequires: xorg-x11-util-macros
  18. BuildRequires: pkgconfig
  19. Packager: kazutaka
  20. %description
  21. xcompmgr is a sample compositing manager for X servers supporting the XFIXES,
  22. DAMAGE, and COMPOSITE extensions. It enables basic eye-candy effects
  23. %description -l ja
  24. xcompmgr は XFIXES、DAMAGE 及び COMPOSITE 拡張をサポートした X サーバ向けの
  25. シンプルなコンポジットマネージャです。
  26. このパッケージをインストールすると、デスクトップやウィンドウの表示に基本的な
  27. 視覚効果が利用できるようになります。
  28. xcompmgr には GUI の設定ツールは含まれていないため、設定変更等はコマンドライン
  29. から行う必要があります。
  30. %prep
  31. %setup -q
  32. %build
  33. %configure
  34. make %{?_smp_mflags}
  35. %install
  36. rm -rf %{buildroot}
  37. %makeinstall
  38. %clean
  39. rm -rf %{buildroot}
  40. %files
  41. %defattr(-,root,root,-)
  42. %doc AUTHORS COPYING ChangeLog NEWS README
  43. %{_bindir}/xcompmgr
  44. %{_mandir}/man1/xcompmgr.1.gz
  45. %changelog
  46. * Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.7-1
  47. - new upstream release
  48. * Sat Mar 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.6-1
  49. - new upstream release
  50. - add BuildRequires: xorg-x11-util-macros
  51. * Mon Aug 02 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 1.1.5-1
  52. - initial build for Vine Linux
  53. * Mon Nov 02 2009 Deji Akingunola <dakingun@gmail.com> - 1.1.5-1
  54. - New release 1.1.5
  55. * Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-3
  56. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  57. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-2
  58. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  59. * Thu Mar 06 2008 Deji Akingunola <dakingun@gmail.com> - 1.1.4-1
  60. - New release 1.1.4
  61. * Sun Feb 10 2008 Deji Akingunola <dakingun@gmail.com> - 1.1.3-8
  62. - Rebuild for gcc43
  63. * Wed Aug 22 2007 Deji Akingunola <dakingun@gmail.com> - 1.1.3-7
  64. - Update License tag and Rebuild
  65. * Mon Aug 28 2006 Deji Akingunola <dakingun@gmail.com> - 1.1.3-6
  66. - Rebuild for FC6
  67. * Mon Jul 24 2006 Deji Akingunola <dakingun@gmail.com> 1.1.3-5
  68. - Add pkgconfig to the BRs
  69. * Thu Jun 29 2006 Deji Akingunola <dakingun@gmail.com> 1.1.3-4
  70. - Use STL in the license field
  71. * Sat Apr 22 2006 Deji Akingunola <dakingun@gmail.com> 1.1.3-3
  72. - Fix Changelog typo
  73. - Explicitly use MIT license as opposed to to MIT/X11
  74. * Tue Nov 08 2005 Deji Akingunola <dakingun@gmail.com> 1.1.3-2
  75. - Fix rpmlint error on description line
  76. - Package the changelog file as doc
  77. * Tue Nov 08 2005 Deji Akingunola <dakingun@gmail.com> 1.1.3-1
  78. - Initial build.