compiz-bcop-vl.spec 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. Name: compiz-bcop
  2. Version: 0.8.8
  3. Release: 2%{?_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.8/%{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. Vendor: Project Vine
  18. Distribution: Vine Linux
  19. %description
  20. BCOP is a code generator that provides an easy way to handle
  21. plugin options by generating parts of the plugin code directly
  22. from the xml metadata file.
  23. It is used for most of the Compiz Fusion plugins
  24. %description -l ja
  25. BCOP は compiz のプラグインオプションを簡単に取り扱えるようにするコード
  26. ジェネレータです。xml メタデータファイルからプラグインコードの断片を生成
  27. します。
  28. 多くの Compiz Fusion プラグインで利用されています。
  29. %prep
  30. %setup -q
  31. %build
  32. %configure
  33. make %{?_smp_mflags}
  34. %install
  35. rm -rf $RPM_BUILD_ROOT
  36. make install DESTDIR=$RPM_BUILD_ROOT
  37. %clean
  38. rm -rf $RPM_BUILD_ROOT
  39. %files
  40. %defattr(-,root,root,-)
  41. %{_bindir}/bcop
  42. %{_datadir}/bcop/
  43. %{_datadir}/pkgconfig/bcop.pc
  44. %doc COPYING NEWS
  45. %changelog
  46. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.8-2
  47. - rebuild with VineSeed environment
  48. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.8-1
  49. - new upstream release
  50. * Sat Nov 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.4-1
  51. - new upstream release
  52. * Wed Oct 06 2010 Shu KONNO <owa@bg.wakwak.com> 0.8.2-2
  53. - rebuilt with rpm-4.8.1 for pkg-config
  54. * Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.2-1
  55. - new upstream release
  56. * Sat Oct 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.8-1
  57. - new upstream release
  58. * Wed Jun 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.6-1
  59. - new upstream release
  60. * Mon May 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.4-1
  61. - new upstream release
  62. * Sat May 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.2-1
  63. - initial build for Vine Linux
  64. * Mon Mar 24 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.7.2-1
  65. - Update to 0.7.2
  66. * Mon Oct 22 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.6.0-1
  67. - Update to 0.6.0
  68. * Wed Aug 22 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.5.2-2
  69. - Add missing Requires
  70. * Sat Aug 18 2007 Adel Gadllah <adel.gadllah@gmail.com> 0.5.2-1
  71. - Initial build