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