compiz-bcop-vl.spec 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. Name: compiz-bcop
  2. Version: 0.8.4
  3. Release: 1%{?_dist_release}
  4. Summary: Compiz option code generator
  5. Summary(ja): Compiz オプションコードジェネレータ
  6. Group: Development/Libraries
  7. License: GPLv2+
  8. URL: http://compiz-fusion.org
  9. Source0: http://releases.compiz-fusion.org/0.8.4/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. # compiz is not available on these arches due to missing libdrm
  12. ExcludeArch: s390 s390x ppc64
  13. BuildArch: noarch
  14. BuildRequires: libxslt-devel
  15. Requires: pkgconfig
  16. Requires: util-linux
  17. %description
  18. BCOP is a code generator that provides an easy way to handle
  19. plugin options by generating parts of the plugin code directly
  20. from the xml metadata file.
  21. It is used for most of the Compiz Fusion plugins
  22. %description -l ja
  23. BCOP は compiz のプラグインオプションを簡単に取り扱えるようにするコード
  24. ジェネレータです。xml メタデータファイルからプラグインコードの断片を生成
  25. します。
  26. 多くの Compiz Fusion プラグインで利用されています。
  27. %prep
  28. %setup -q
  29. %build
  30. %configure
  31. make %{?_smp_mflags}
  32. %install
  33. rm -rf $RPM_BUILD_ROOT
  34. make install DESTDIR=$RPM_BUILD_ROOT
  35. %clean
  36. rm -rf $RPM_BUILD_ROOT
  37. %files
  38. %defattr(-,root,root,-)
  39. %{_bindir}/bcop
  40. %{_datadir}/bcop/
  41. %{_datadir}/pkgconfig/bcop.pc
  42. %doc COPYING NEWS
  43. %changelog
  44. * Sat Nov 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.4-1
  45. - new upstream release
  46. * Wed Oct 06 2010 Shu KONNO <owa@bg.wakwak.com> 0.8.2-2
  47. - rebuilt with rpm-4.8.1 for pkg-config
  48. * Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.2-1
  49. - new upstream release
  50. * Sat Oct 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.8-1
  51. - new upstream release
  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. * Sat May 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.2-1
  57. - initial build for Vine Linux
  58. * Mon Mar 24 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.7.2-1
  59. - Update to 0.7.2
  60. * Mon Oct 22 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.6.0-1
  61. - Update to 0.6.0
  62. * Thu Aug 22 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.5.2-2
  63. - Add missing Requires
  64. * Sat Aug 18 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.5.2-1
  65. - Initial build