libcompizconfig-vl.spec 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. Name: libcompizconfig
  2. Version: 0.8.2
  3. Release: 1%{?_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. * Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.2-1
  62. - new upstream release
  63. * Sat Oct 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.8-1
  64. - new upstream release
  65. * Wed Jun 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.6-1
  66. - new upstream release
  67. * Mon May 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.4-1
  68. - new upstream release
  69. * Sat May 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.2-1
  70. - initial build for Vine Linux
  71. * Tue Mar 27 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.7.2-1
  72. - 0.7.2 update
  73. * Sun Feb 10 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-7
  74. - rebuild for gcc43
  75. * Tue Jan 08 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-5
  76. - patched also the configure script
  77. * Tue Jan 08 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-4
  78. - applied gcc43 buildfix
  79. * Wed Oct 24 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-3
  80. - -devel requires compiz-devel >= version
  81. * Wed Oct 24 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-2
  82. - >= instead of = to allow compiz upgrade flexibility
  83. * Tue Oct 23 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-1
  84. - official 0.6.0 release
  85. * Tue Oct 16 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-0.3.20071011git5615ca
  86. - added LICENSE.gpl and LICENSE.lgpl into doc
  87. - license tag changed to LGPLv2+ and GPLv2+
  88. * Tue Oct 16 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-0.2.20071011git5615ca
  89. - 20071011git
  90. - added BuildDep libX11-devel
  91. - added patch to fix weak symbols
  92. * Sat Oct 6 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.5.2-0.3
  93. - owns created directories
  94. - updated license tag
  95. * Tue Aug 14 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.5.2-0.1
  96. - 0.5.2 release
  97. * Sun Jul 03 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.0.1-0.4.20070703git
  98. - 20070703git
  99. * Sun Jun 24 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.0.1-20070622git
  100. - Initial specfile, borrowing descriptions from Trevino ubuntu debs