source: projects/specs/trunk/c/compiz-manager/compiz-manager-vl.spec @ 521

Revision 521, 2.6 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name:           compiz-manager
2Version:        0.6.0
3Release: 1%{?_dist_release}
4Summary:        A wrapper script to start compiz with proper options
5Summary(ja):    compiz ‚ð“KØ‚ȃIƒvƒVƒ‡ƒ“‚Å‹N“®‚·‚邽‚߂̃‰ƒbƒp[ƒXƒNƒŠƒvƒg
6
7Group:          Applications/System
8License:        GPLv2+
9URL:            http://www.opencompositing.org/
10Source0:        http://releases.compiz-fusion.org/%{version}/%{name}-%{version}.tar.gz
11Source1:        compiz-manager.license
12Source2:        README.fedora
13Patch0:         compiz-manager-0.6.0.diff
14BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
15BuildArch:      noarch
16
17# compiz is not available on ppc64
18# https://bugzilla.redhat.com/show_bug.cgi?id=438984
19ExcludeArch:    ppc64
20
21Requires:       compiz
22Requires:       libcompizconfig
23Requires:       xorg-x11-utils
24Requires:       pciutils
25Requires:       glx-utils
26
27
28%description
29This script will detect what options we need to pass to compiz to get it
30started, and start a default plugin and possibly window decorator.
31
32%prep
33%setup -q
34%patch0 -p1
35
36cp -p %{SOURCE1} COPYING
37cp -p %{SOURCE2} README.fedora
38
39%install
40rm -rf %{buildroot}
41
42mkdir -p %{buildroot}/%{_bindir}/
43cp -p compiz-manager %{buildroot}/%{_bindir}/
44
45%clean
46rm -rf %{buildroot}
47
48%files
49%defattr(-,root,root,-)
50%doc COPYING README.fedora
51%{_bindir}/compiz-manager
52
53%changelog
54* Sat May 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.0-1
55- initial build for Vine Linux
56
57* Wed Mar 26 2008 Sebastian Vahl <fedora@deadbabylon.de> - 0.6.0-7
58- ExcludeArch: ppc64 (compiz is not available there)
59- added README.fedora
60
61* Mon Mar 24 2008 Adel Gadllah <adel.gadllah@gmail.com> - 0.6.0-6
62- Fix changelog date
63
64* Mon Mar 24 2008 Adel Gadllah <adel.gadllah@gmail.com> - 0.6.0-5
65- Update patch to work with with kde4
66
67* Thu Nov 15 2007 Sebastian Vahl <fedora@deadbabylon.de> - 0.6.0-4
68- update patch: recognize corrected driver path
69
70* Thu Oct 25 2007 Sebastian Vahl <fedora@deadbabylon.de> - 0.6.0-3
71- keep timestamp also of COPYING
72- Update patch: always use kwin as fallback in KDE_FULL_SESSION
73
74* Wed Oct 24 2007 Sebastian Vahl <fedora@deadbabylon.de> - 0.6.0-2
75- update patch: differ between different archs
76- update patch: don't hardcode the libGl versions
77- update patch: add description why not ot use emerald by default
78- add requires: xorg-x11-utils
79- add requires: pci-utils
80- add requires: glx-utils
81- add ExcludeArch for ppc64 because compiz isn't available there
82- keep timestamp of compiz-manager
83
84
85* Sun Oct 21 2007 Sebastian Vahl <fedora@deadbabylon.de> - 0.6.0-1
86- Initial Release for Fedora
87- Usage of description and summary from SUSE's package
88- Include COPYING as extras source
Note: See TracBrowser for help on using the repository browser.