compizconfig-backend-gconf-vl.spec 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. Name: compizconfig-backend-gconf
  2. Version: 0.8.4
  3. Release: 1%{?_dist_release}
  4. Summary: GConf backend for compizconfig
  5. Summary(ja): compizconfig の GConf バックエンド
  6. Group: System Environment/Libraries
  7. License: GPLv2+
  8. URL: http://www.opencompositing.org
  9. Source0: http://releases.compiz-fusion.org/%{version}/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. BuildRequires: libcompizconfig-devel = %{version}, GConf2-devel
  12. BuildRequires: intltool, libtool
  13. # backend-gconf requires the gconf schemas from compiz-gnome to work
  14. Requires: compiz-gnome
  15. # libdrm is not available on these arches
  16. ExcludeArch: s390 s390x ppc64
  17. %description
  18. The Compiz Fusion Project brings 3D desktop visual effects that improve
  19. usability of the X Window System and provide increased productivity
  20. through plugins and themes contributed by the community giving a
  21. rich desktop experience.
  22. This package contains the Gconf backend for libcompizconfig
  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 -name '*.la' -exec rm -f {} ';'
  32. %clean
  33. rm -rf $RPM_BUILD_ROOT
  34. %files
  35. %defattr(-,root,root,-)
  36. %doc COPYING
  37. %{_libdir}/compizconfig/backends/libgconf.so
  38. %changelog
  39. * Sat Nov 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.4-1
  40. - new upstream release
  41. * Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.2-1
  42. - new upstream release
  43. * Sat Oct 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.8-1
  44. - new upstream release
  45. * Wed Jun 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.6-1
  46. - new upstream release
  47. * Mon May 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.4-1
  48. - new upstream release
  49. * Sat May 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.2-1
  50. - initial build for Vine Linux
  51. * Tue Mar 25 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.7.2-1
  52. - 0.7.2 update
  53. * Wed Jan 09 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-4
  54. - patched also the configure script
  55. * Tue Jan 08 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-3
  56. - applied gcc43 buildfix
  57. * Thu Oct 25 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-2
  58. - added Requires compiz-gnome for the gconf schemas
  59. * Wed Oct 24 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-1
  60. - official 0.6.0 release
  61. * Sat Oct 20 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-0.2.20071019git
  62. - removed AUTHORS & INSTALL
  63. - removed glib BR
  64. * Fri Oct 19 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-0.1.20071019git
  65. - 0.6.0 branch
  66. * Tue Aug 14 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.5.2-0.1
  67. - Initial package