source: projects/specs/branches/6/x/xcompmgr/xcompmgr-vl.spec @ 5569

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

rebuild packages

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