compizconfig-python-vl.spec 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. Name: compizconfig-python
  2. Version: 0.8.4
  3. Release: 3%{?_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. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. %description
  17. The Compiz Project brings 3D desktop visual effects that improve
  18. usability of the X Window System and provide increased productivity
  19. though plugins and themes contributed by the community giving a
  20. rich desktop experience.
  21. This package contains bindings to configure Compiz's
  22. plugins and the composite window manager.
  23. %prep
  24. %setup -q
  25. %build
  26. %configure --disable-static
  27. make %{?_smp_mflags}
  28. %install
  29. rm -rf $RPM_BUILD_ROOT
  30. make install DESTDIR=$RPM_BUILD_ROOT
  31. find $RPM_BUILD_ROOT -type f -name "*.a" -o -name "*.la" | xargs rm -f
  32. %clean
  33. rm -rf $RPM_BUILD_ROOT
  34. %files
  35. %defattr(-,root,root,-)
  36. %doc COPYING
  37. %{python_sitearch}/compizconfig.so
  38. %exclude %{_libdir}/pkgconfig/compizconfig-python.pc
  39. %changelog
  40. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.4-3
  41. - rebuild with VineSeed environment
  42. * Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.4-2
  43. - rebuild with python-2.7.2
  44. * Sat Nov 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.4-1
  45. - new upstream release
  46. * Sun Feb 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.2-3
  47. - add BuildRequires: libXrender-devel
  48. * Tue Feb 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.8.2-2
  49. - rebuild with python-2.6
  50. * Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.2-1
  51. - new upstream release
  52. * Sat Oct 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.8-1
  53. - new upstream release
  54. * Mon Jul 21 2008 Shu KONNO <owa@bg.wakwak.com> 0.7.6-2
  55. - rebuilt with python-2.5.2
  56. * Wed Jun 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.6-1
  57. - new upstream release
  58. * Mon May 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.4-1
  59. - new upstream release
  60. * Wed May 14 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.2-1
  61. - initial build for Vine Linux
  62. * Fri Mar 28 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.7.2-1
  63. - 0.7.2 update
  64. * Sun Nov 25 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0.1-2
  65. - 0.6.0.1 release
  66. * Sun Oct 21 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-1
  67. - official 0.6.0 tarball release
  68. * Sun Aug 19 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-0.3.20071018git
  69. - removed devel package
  70. * Sat Aug 18 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-0.2.20071018git0e80b1
  71. - 0.6.0 prerelease
  72. * Sat Jun 30 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.0.1-0.3.20070630git
  73. - 20070630git
  74. * Sun Jun 24 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.0.1-20070622git
  75. - Initial specfile, borrowing descriptions from Trevino ubuntu debs