compizconfig-backend-gconf-vl.spec 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. Name: compizconfig-backend-gconf
  2. Version: 0.8.8
  3. Release: 2%{?_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. Vendor: Project Vine
  18. Distribution: Vine Linux
  19. %description
  20. The Compiz Fusion Project brings 3D desktop visual effects that improve
  21. usability of the X Window System and provide increased productivity
  22. through plugins and themes contributed by the community giving a
  23. rich desktop experience.
  24. This package contains the Gconf backend for libcompizconfig
  25. %prep
  26. %setup -q
  27. %build
  28. %configure --disable-static
  29. make %{?_smp_mflags}
  30. %install
  31. rm -rf $RPM_BUILD_ROOT
  32. make install DESTDIR=$RPM_BUILD_ROOT
  33. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  34. %clean
  35. rm -rf $RPM_BUILD_ROOT
  36. %files
  37. %defattr(-,root,root,-)
  38. %doc COPYING
  39. %{_libdir}/compizconfig/backends/libgconf.so
  40. %changelog
  41. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.8-2
  42. - rebuild with VineSeed environment
  43. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.8-1
  44. - new upstream release
  45. * Sat Nov 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.4-1
  46. - new upstream release
  47. * Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.2-1
  48. - new upstream release
  49. * Sat Oct 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.8-1
  50. - new upstream release
  51. * Wed Jun 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.6-1
  52. - new upstream release
  53. * Mon May 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.4-1
  54. - new upstream release
  55. * Sat May 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.2-1
  56. - initial build for Vine Linux
  57. * Tue Mar 25 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.7.2-1
  58. - 0.7.2 update
  59. * Wed Jan 09 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-4
  60. - patched also the configure script
  61. * Tue Jan 08 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-3
  62. - applied gcc43 buildfix
  63. * Thu Oct 25 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-2
  64. - added Requires compiz-gnome for the gconf schemas
  65. * Wed Oct 24 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-1
  66. - official 0.6.0 release
  67. * Sat Oct 20 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-0.2.20071019git
  68. - removed AUTHORS & INSTALL
  69. - removed glib BR
  70. * Fri Oct 19 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-0.1.20071019git
  71. - 0.6.0 branch
  72. * Tue Aug 14 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.5.2-0.1
  73. - Initial package