xorg-x11-glamor-vl.spec 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. %define tarball glamor-egl
  2. Summary: X.org glamor library
  3. Name: xorg-x11-glamor
  4. Version: 0.6.0
  5. Release: 1%{?_dist_release}
  6. License: MIT
  7. Group: System Environment/Libraries
  8. URL: http://www.freedesktop.org/wiki/Software/Glamor
  9. ExcludeArch: s390 s390x
  10. Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
  11. Patch0: glamor-0.5-speed-up-lines.patch
  12. BuildRequires: pkgconfig autoconf automake libtool
  13. BuildRequires: xorg-x11-server-sdk
  14. BuildRequires: mesa-libgbm-devel mesa-libEGL-devel
  15. Requires: xorg-x11-server-Xorg
  16. Requires: xorg-x11-server-Xorg
  17. Vendor: Project Vine
  18. Distribution: Vine Linux
  19. %description
  20. glamor provides xorg-x11 acceleration using the OpenGL driver.
  21. %package devel
  22. Summary: X.org glamor renderer development package
  23. Group: Development/Libraries
  24. Requires: %{name} = %{version}-%{release}
  25. %description devel
  26. X.org glamor development package
  27. %prep
  28. %setup -q -n %{tarball}-%{version}
  29. %patch0 -p1 -b .fixlines
  30. %build
  31. autoreconf --install
  32. %configure \
  33. --disable-static
  34. make %{?_smp_mflags}
  35. %install
  36. # core libs and headers, but not drivers.
  37. make install DESTDIR=$RPM_BUILD_ROOT
  38. find $RPM_BUILD_ROOT -type f -name '*.la' -delete
  39. %post -p /sbin/ldconfig
  40. %postun -p /sbin/ldconfig
  41. %files
  42. %defattr(-,root,root,-)
  43. %doc README
  44. %doc COPYING
  45. %{_libdir}/libglamor.so.*
  46. %{_libdir}/xorg/modules/libglamoregl.so
  47. %{_datadir}/X11/xorg.conf.d/glamor.conf
  48. %files devel
  49. %defattr(-,root,root,-)
  50. %{_includedir}/xorg/glamor.h
  51. %{_libdir}/pkgconfig/glamor.pc
  52. %{_libdir}/pkgconfig/glamor-egl.pc
  53. %{_libdir}/libglamor.so
  54. %changelog
  55. * Wed Apr 23 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-1
  56. - initial build for Vine Linux
  57. * Fri Jan 17 2014 Dave Airlie <airlied@redhat.com> 0.5.1-8.
  58. - update to latest upstream - fix memory leak and possible icons
  59. * Wed Jan 15 2014 Adam Jackson <ajax@redhat.com>
  60. - Exclude from s390 where it's useless (since there's no Xorg)
  61. * Wed Jan 15 2014 Dave Airlie <airlied@redhat.com> 0.5.1-7.20140115gitfb4d046c
  62. - rebase + fix lines slowdown
  63. * Tue Dec 17 2013 Adam Jackson <ajax@redhat.com> 0.5.1-6.20131009gitba209eee
  64. - 1.15RC4 ABI rebuild
  65. * Wed Nov 20 2013 Adam Jackson <ajax@redhat.com> 0.5.1-5.20131009gitba209eee
  66. - 1.15RC2 ABI rebuild
  67. * Wed Nov 06 2013 Adam Jackson <ajax@redhat.com> 0.5.1-4.20131009gitba209eee
  68. - 1.15RC1 ABI rebuild
  69. * Fri Oct 25 2013 Adam Jackson <ajax@redhat.com> - 0.5.1-3.20131009gitba209eee
  70. - -ABI rebuild
  71. * Fri Oct 25 2013 Adam Jackson <ajax@redhat.com> 0.5.1-2
  72. - Add xserver ABI version interlocks
  73. * Wed Oct 09 2013 Adam Jackson <ajax@redhat.com> 0.5.1-1
  74. - New git snap for various bugfixes, Xv support, etc.
  75. * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-6.20130401git81aadb8
  76. - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
  77. * Thu Apr 11 2013 Dave Airlie <airlied@redhat.com> 0.5.0-5.20130401git81aadb8
  78. - enable TLS, mesa builds with TLS enabled are also processing.
  79. * Fri Apr 05 2013 Jerome Glisse <jglisse@redhat.com> 0.5.0-4.20130401git81aadb8
  80. - Fix directory ownership.
  81. * Thu Apr 04 2013 Jerome Glisse <jglisse@redhat.com> 0.5.0-3.20130401git81aadb8
  82. - Remove comment rather than investigating Xorg mess as running ldconfig can't be harmfull.
  83. - Fix devel package dependency.
  84. * Wed Apr 03 2013 Jerome Glisse <jglisse@redhat.com> 0.5.0-2.20130401git81aadb8
  85. - Silence rpmlint warning about ldconfig
  86. - Only install libglamor.so in devel package.
  87. - Adding COPYING and README as doc
  88. * Thu Mar 28 2013 Jerome Glisse <jglisse@redhat.com> 0.5.0-1.20130401git81aadb8
  89. - Initial package