compizconfig-python-vl.spec 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. Name: compizconfig-python
  2. Version: 0.8.4
  3. Release: 2%{?_dist_release}
  4. Summary: Python bindings for the Compiz Configuration System
  5. Summary(ja): Compiz 設定システム用の Python バインディング
  6. Group: Development/Libraries
  7. License: LGPLv2+
  8. URL: http://www.compiz-fusion.org
  9. Source0: http://releases.compiz.org/%{version}/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. ExcludeArch: s390 s390x ppc64
  12. BuildRequires: libcompizconfig-devel >= 0.7.4, python-pyrex, glib2-devel
  13. BuildRequires: libXrender-devel
  14. %description
  15. The Compiz Project brings 3D desktop visual effects that improve
  16. usability of the X Window System and provide increased productivity
  17. though plugins and themes contributed by the community giving a
  18. rich desktop experience.
  19. This package contains bindings to configure Compiz's
  20. plugins and the composite window manager.
  21. %prep
  22. %setup -q
  23. %build
  24. %configure --disable-static
  25. make %{?_smp_mflags}
  26. %install
  27. rm -rf $RPM_BUILD_ROOT
  28. make install DESTDIR=$RPM_BUILD_ROOT
  29. find $RPM_BUILD_ROOT -type f -name "*.a" -o -name "*.la" | xargs rm -f
  30. %clean
  31. rm -rf $RPM_BUILD_ROOT
  32. %files
  33. %defattr(-,root,root,-)
  34. %doc COPYING
  35. %{python_sitearch}/compizconfig.so
  36. %exclude %{_libdir}/pkgconfig/compizconfig-python.pc
  37. %changelog
  38. * Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.4-2
  39. - rebuild with python-2.7.2
  40. * Sat Nov 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.4-1
  41. - new upstream release
  42. * Sun Feb 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.2-3
  43. - add BuildRequires: libXrender-devel
  44. * Tue Feb 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.8.2-2
  45. - rebuild with python-2.6
  46. * Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.2-1
  47. - new upstream release
  48. * Sat Oct 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.8-1
  49. - new upstream release
  50. * Mon Jul 21 2008 Shu KONNO <owa@bg.wakwak.com> 0.7.6-2
  51. - rebuilt with python-2.5.2
  52. * Wed Jun 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.6-1
  53. - new upstream release
  54. * Mon May 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.4-1
  55. - new upstream release
  56. * Wed May 14 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.2-1
  57. - initial build for Vine Linux
  58. * Tue Mar 28 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.7.2-1
  59. - 0.7.2 update
  60. * Sat Nov 25 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0.1-2
  61. - 0.6.0.1 release
  62. * Sat Oct 21 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-1
  63. - official 0.6.0 tarball release
  64. * Fri Aug 19 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-0.3.20071018git
  65. - removed devel package
  66. * Thu Aug 18 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-0.2.20071018git0e80b1
  67. - 0.6.0 prerelease
  68. * Sun Jun 30 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.0.1-0.3.20070630git
  69. - 20070630git
  70. * Sun Jun 24 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.0.1-20070622git
  71. - Initial specfile, borrowing descriptions from Trevino ubuntu debs