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

Revision 9775, 3.1 KB checked in by Takemikaduchi, 9 years ago (diff)

kernel-4.1, xserver-1.17.2, VirtualBox?-4.3.32, etc.

Line 
1Summary:        X11 composite manager
2Summary(ja):    X11 コンポジットマネージャ
3Name:           xcompmgr
4Version:        1.1.7
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* Sun Oct 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.7-1
59- new upstream release
60
61* Sat Mar 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.6-1
62- new upstream release
63- add BuildRequires: xorg-x11-util-macros
64
65* Mon Aug 02 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 1.1.5-1
66- initial build for Vine Linux
67
68* Mon Nov 02 2009 Deji Akingunola <dakingun@gmail.com> - 1.1.5-1
69- New release 1.1.5
70
71* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-3
72- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
73
74* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-2
75- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
76
77* Thu Mar 06 2008 Deji Akingunola <dakingun@gmail.com> - 1.1.4-1
78- New release 1.1.4
79
80* Sun Feb 10 2008 Deji Akingunola <dakingun@gmail.com> - 1.1.3-8
81- Rebuild for gcc43
82
83* Wed Aug 22 2007 Deji Akingunola <dakingun@gmail.com> - 1.1.3-7
84- Update License tag and Rebuild
85
86* Mon Aug 28 2006 Deji Akingunola <dakingun@gmail.com> - 1.1.3-6
87- Rebuild for FC6
88
89* Mon Jul 24 2006 Deji Akingunola <dakingun@gmail.com> 1.1.3-5
90- Add pkgconfig to the BRs
91
92* Thu Jun 29 2006 Deji Akingunola <dakingun@gmail.com> 1.1.3-4
93- Use STL in the license field
94
95* Sat Apr 22 2006 Deji Akingunola <dakingun@gmail.com> 1.1.3-3
96- Fix Changelog typo
97- Explicitly use MIT license as opposed to to MIT/X11
98
99* Tue Nov 08 2005 Deji Akingunola <dakingun@gmail.com> 1.1.3-2
100- Fix rpmlint error on description line
101- Package the changelog file as doc
102
103* Tue Nov 08 2005 Deji Akingunola <dakingun@gmail.com> 1.1.3-1
104- Initial build.
Note: See TracBrowser for help on using the repository browser.