libcompizconfig-vl.spec 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. Name: libcompizconfig
  2. Version: 0.8.8
  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. Vendor: Project Vine
  18. Distribution: Vine Linux
  19. %description
  20. The Compiz 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 library for plugins to configure compiz
  25. settings.
  26. %package devel
  27. Summary: Development files for %{name}
  28. Summary(ja): %{name} の開発ファイル
  29. Group: Development/Libraries
  30. Requires: %{name} = %{version}-%{release} , pkgconfig , compiz-devel
  31. %description devel
  32. The %{name}-devel package contains libraries and header files for
  33. developing applications that use %{name}.
  34. %prep
  35. %setup -q
  36. %build
  37. %configure --disable-static
  38. make %{?_smp_mflags}
  39. %install
  40. rm -rf $RPM_BUILD_ROOT
  41. make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
  42. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  43. %clean
  44. rm -rf $RPM_BUILD_ROOT
  45. %post -p /sbin/ldconfig
  46. %postun -p /sbin/ldconfig
  47. %files
  48. %defattr(-,root,root,-)
  49. %doc AUTHORS COPYING NEWS VERSION
  50. %{_sysconfdir}/compizconfig/
  51. %{_libdir}/*.so.*
  52. %{_datadir}/compiz/ccp.xml
  53. %{_libdir}/compiz/*.so
  54. %dir %{_libdir}/compizconfig/
  55. %dir %{_libdir}/compizconfig/backends/
  56. %{_libdir}/compizconfig/backends/libini.so
  57. %files devel
  58. %defattr(-,root,root,-)
  59. %{_includedir}/*
  60. %{_libdir}/*.so
  61. %{_libdir}/pkgconfig/libcompizconfig.pc
  62. %changelog
  63. * Sat Jul 2 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.8.8-2
  64. - rebuilt with new toolchain.
  65. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.8-1
  66. - new upstream release
  67. * Sat Nov 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.4-1
  68. - new upstream release
  69. * Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.2-2
  70. - rebuild with rpm-4.8.1 for pkg-config file
  71. * Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.2-1
  72. - new upstream release
  73. * Sat Oct 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.8-1
  74. - new upstream release
  75. * Wed Jun 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.6-1
  76. - new upstream release
  77. * Mon May 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.4-1
  78. - new upstream release
  79. * Sat May 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.2-1
  80. - initial build for Vine Linux
  81. * Tue Mar 27 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.7.2-1
  82. - 0.7.2 update
  83. * Sun Feb 10 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-7
  84. - rebuild for gcc43
  85. * Tue Jan 08 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-5
  86. - patched also the configure script
  87. * Tue Jan 08 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-4
  88. - applied gcc43 buildfix
  89. * Wed Oct 24 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-3
  90. - -devel requires compiz-devel >= version
  91. * Wed Oct 24 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-2
  92. - >= instead of = to allow compiz upgrade flexibility
  93. * Tue Oct 23 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-1
  94. - official 0.6.0 release
  95. * Tue Oct 16 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-0.3.20071011git5615ca
  96. - added LICENSE.gpl and LICENSE.lgpl into doc
  97. - license tag changed to LGPLv2+ and GPLv2+
  98. * Tue Oct 16 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.6.0-0.2.20071011git5615ca
  99. - 20071011git
  100. - added BuildDep libX11-devel
  101. - added patch to fix weak symbols
  102. * Sat Oct 6 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.5.2-0.3
  103. - owns created directories
  104. - updated license tag
  105. * Tue Aug 14 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.5.2-0.1
  106. - 0.5.2 release
  107. * Sun Jul 03 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.0.1-0.4.20070703git
  108. - 20070703git
  109. * Sun Jun 24 2007 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus@gmail.com> 0.0.1-20070622git
  110. - Initial specfile, borrowing descriptions from Trevino ubuntu debs