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

Revision 5808, 3.0 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

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