source: projects/specs/trunk/x/xcompmgr/xcompmgr-vl.spec @ 1492

Revision 1492, 2.9 KB checked in by kazutaka, 14 years ago (diff)

initial build for Vine Linux

Line 
1Summary:        X11 composite manager
2Summary(ja):    X11 コンポジットマネージャ
3Name:           xcompmgr
4Version:        1.1.5
5Release:        1%{?_dist_release}
6License:        Copyright only
7Group:          User Interface/X
8URL:            http://xapps.freedesktop.org
9Source0:        http://xorg.freedesktop.org/archive/individual/app/%{name}-%{version}.tar.bz2
10
11BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
12BuildRequires:  libX11-devel
13BuildRequires:  libXfixes-devel
14BuildRequires:  libXrender-devel
15BuildRequires:  libXdamage-devel
16BuildRequires:  libXcomposite-devel
17BuildRequires:  libXext-devel
18BuildRequires:  pkgconfig
19
20Packager:       kazutaka
21
22%description
23xcompmgr is a sample compositing manager for X servers supporting the XFIXES,
24DAMAGE, and COMPOSITE extensions. It enables basic eye-candy effects
25
26%description -l ja
27xcompmgr は XFIXES、DAMAGE 及び COMPOSITE 拡張をサポートした X サーバ向けの
28シンプルなコンポジットマネージャです。
29このパッケージをインストールすると、デスクトップやウィンドウの表示に基本的な
30視覚効果が利用できるようになります。
31
32xcompmgr には GUI の設定ツールは含まれていないため、設定変更等はコマンドライン
33から行う必要があります。
34
35
36%prep
37%setup -q
38
39%build
40%configure
41make %{?_smp_mflags}
42
43%install
44rm -rf %{buildroot}
45%makeinstall
46
47%clean
48rm -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.
Note: See TracBrowser for help on using the repository browser.