libcompizconfig-vl.spec 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. Name: libcompizconfig
  2. Version: 0.8.2
  3. Release: 2%{?_dist_release}
  4. Summary: Configuration backend for compiz
  5. Summary(ja): compiz の設定バックエンド
  6. Group: System Environment/Libraries
  7. # backends/libini.so is GPLv2+, other parts are LGPLv2+
  8. License: LGPLv2+ and GPLv2+
  9. URL: http://www.opencompositing.org/
  10. Source0: http://releases.compiz-fusion.org/%{version}/%{name}-%{version}.tar.bz2
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  12. # libdrm is not available on these arches
  13. ExcludeArch: s390 s390x ppc64
  14. BuildRequires: compiz-devel >= %{version}, compiz-bcop >= %{version}
  15. BuildRequires: libX11-devel, gettext, intltool
  16. BuildRequires: perl(XML::Parser)
  17. %description
  18. The Compiz 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 library for plugins to configure compiz
  23. settings.
  24. %package devel
  25. Summary: Development files for %{name}
  26. Summary(ja): %{name} の開発ファイル
  27. Group: Development/Libraries
  28. Requires: %{name} = %{version}-%{release} , pkgconfig , compiz-devel
  29. %description devel
  30. The %{name}-devel package contains libraries and header files for
  31. developing applications that use %{name}.
  32. %prep
  33. %setup -q
  34. %build
  35. %configure --disable-static
  36. make %{?_smp_mflags}
  37. %install
  38. rm -rf $RPM_BUILD_ROOT
  39. make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
  40. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  41. %clean
  42. rm -rf $RPM_BUILD_ROOT
  43. %post -p /sbin/ldconfig
  44. %postun -p /sbin/ldconfig
  45. %files
  46. %defattr(-,root,root,-)
  47. %doc AUTHORS COPYING NEWS VERSION
  48. %{_sysconfdir}/compizconfig/
  49. %{_libdir}/*.so.*
  50. %{_datadir}/compiz/ccp.xml
  51. %{_libdir}/compiz/*.so
  52. %dir %{_libdir}/compizconfig/
  53. %dir %{_libdir}/compizconfig/backends/
  54. %{_libdir}/compizconfig/backends/libini.so
  55. %files devel
  56. %defattr(-,root,root,-)
  57. %{_includedir}/*
  58. %{_libdir}/*.so
  59. %{_libdir}/pkgconfig/libcompizconfig.pc
  60. %changelog
  61. * Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.2-2
  62. - rebuild with rpm-4.8.1 for pkg-config file
  63. * Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.2-1
  64. - new upstream release
  65. * Sat Oct 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.8-1
  66. - new upstream release
  67. * Wed Jun 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.6-1
  68. - new upstream release
  69. * Mon May 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.4-1
  70. - new upstream release
  71. * Sat May 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.2-1
  72. - initial build for Vine Linux
  73. * Tue Mar 27 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.7.2-1
  74. - 0.7.2 update
  75. * Sun Feb 10 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-7
  76. - rebuild for gcc43
  77. * Tue Jan 08 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-5
  78. - patched also the configure script
  79. * Tue Jan 08 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-4
  80. - applied gcc43 buildfix
  81. * Wed Oct 24 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-3
  82. - -devel requires compiz-devel >= version
  83. * Wed Oct 24 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-2
  84. - >= instead of = to allow compiz upgrade flexibility
  85. * Tue Oct 23 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-1
  86. - official 0.6.0 release
  87. * Tue Oct 16 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-0.3.20071011git5615ca
  88. - added LICENSE.gpl and LICENSE.lgpl into doc
  89. - license tag changed to LGPLv2+ and GPLv2+
  90. * Tue Oct 16 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-0.2.20071011git5615ca
  91. - 20071011git
  92. - added BuildDep libX11-devel
  93. - added patch to fix weak symbols
  94. * Sat Oct 6 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.5.2-0.3
  95. - owns created directories
  96. - updated license tag
  97. * Tue Aug 14 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.5.2-0.1
  98. - 0.5.2 release
  99. * Sun Jul 03 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.0.1-0.4.20070703git
  100. - 20070703git
  101. * Sun Jun 24 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.0.1-20070622git
  102. - Initial specfile, borrowing descriptions from Trevino ubuntu debs