xcompmgr-vl.spec 2.9 KB

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