compiz-manager-vl.spec 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. Name: compiz-manager
  2. Version: 0.6.0
  3. Release: 1%{?_dist_release}
  4. Summary: A wrapper script to start compiz with proper options
  5. Summary(ja): compiz を適切なオプションで起動するためのラッパースクリプト
  6. Group: Applications/System
  7. License: GPLv2+
  8. URL: http://www.opencompositing.org/
  9. Source0: http://releases.compiz-fusion.org/%{version}/%{name}-%{version}.tar.gz
  10. Source1: compiz-manager.license
  11. Source2: README.fedora
  12. Patch0: compiz-manager-0.6.0.diff
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  14. BuildArch: noarch
  15. # compiz is not available on ppc64
  16. # https://bugzilla.redhat.com/show_bug.cgi?id=438984
  17. ExcludeArch: ppc64
  18. Requires: compiz
  19. Requires: libcompizconfig
  20. Requires: xorg-x11-utils
  21. Requires: pciutils
  22. Requires: glx-utils
  23. %description
  24. This script will detect what options we need to pass to compiz to get it
  25. started, and start a default plugin and possibly window decorator.
  26. %prep
  27. %setup -q
  28. %patch0 -p1
  29. cp -p %{SOURCE1} COPYING
  30. cp -p %{SOURCE2} README.fedora
  31. %install
  32. rm -rf %{buildroot}
  33. mkdir -p %{buildroot}/%{_bindir}/
  34. cp -p compiz-manager %{buildroot}/%{_bindir}/
  35. %clean
  36. rm -rf %{buildroot}
  37. %files
  38. %defattr(-,root,root,-)
  39. %doc COPYING README.fedora
  40. %{_bindir}/compiz-manager
  41. %changelog
  42. * Sat May 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.0-1
  43. - initial build for Vine Linux
  44. * Wed Mar 26 2008 Sebastian Vahl <fedora@deadbabylon.de> - 0.6.0-7
  45. - ExcludeArch: ppc64 (compiz is not available there)
  46. - added README.fedora
  47. * Mon Mar 24 2008 Adel Gadllah <adel.gadllah@gmail.com> - 0.6.0-6
  48. - Fix changelog date
  49. * Mon Mar 24 2008 Adel Gadllah <adel.gadllah@gmail.com> - 0.6.0-5
  50. - Update patch to work with with kde4
  51. * Thu Nov 15 2007 Sebastian Vahl <fedora@deadbabylon.de> - 0.6.0-4
  52. - update patch: recognize corrected driver path
  53. * Thu Oct 25 2007 Sebastian Vahl <fedora@deadbabylon.de> - 0.6.0-3
  54. - keep timestamp also of COPYING
  55. - Update patch: always use kwin as fallback in KDE_FULL_SESSION
  56. * Wed Oct 24 2007 Sebastian Vahl <fedora@deadbabylon.de> - 0.6.0-2
  57. - update patch: differ between different archs
  58. - update patch: don't hardcode the libGl versions
  59. - update patch: add description why not ot use emerald by default
  60. - add requires: xorg-x11-utils
  61. - add requires: pci-utils
  62. - add requires: glx-utils
  63. - add ExcludeArch for ppc64 because compiz isn't available there
  64. - keep timestamp of compiz-manager
  65. * Sun Oct 21 2007 Sebastian Vahl <fedora@deadbabylon.de> - 0.6.0-1
  66. - Initial Release for Fedora
  67. - Usage of description and summary from SUSE's package
  68. - Include COPYING as extras source