mesa-libGLw-vl.spec 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. Summary: Xt / Motif OpenGL widgets
  2. Summary(ja): Xt / Motif OpenGL widgets
  3. Name: mesa-libGLw
  4. Version: 8.0.0
  5. Release: 1%{?_dist_release}
  6. License: MIT
  7. Group: System Environment/Libraries
  8. URL: http://www.mesa3d.org
  9. Source0: ftp://ftp.freedesktop.org/pub/mesa/glw/glw-%{version}.tar.bz2
  10. BuildRequires: libXt-devel
  11. BuildRequires: libGL-devel
  12. BuildRequires: openMotif-devel
  13. Provides: libGLw
  14. %description
  15. Mesa libGLw runtime library.
  16. %package devel
  17. Summary: Mesa libGLw development package
  18. Summary(ja): Mesa libGLw 開発パッケージ
  19. Group: Development/Libraries
  20. Requires: %{name} = %{version}-%{release}
  21. Requires: libGL-devel
  22. Requires: openMotif-devel
  23. Provides: libGLw-devel
  24. %description devel
  25. Mesa libGLw development package.
  26. %prep
  27. %setup -q -n glw-%{version}
  28. %build
  29. %configure --disable-static --enable-motif
  30. make %{?_smp_mflags}
  31. %install
  32. rm -rf $RPM_BUILD_ROOT
  33. make install DESTDIR=$RPM_BUILD_ROOT
  34. find $RPM_BUILD_ROOT -name \*.la | xargs rm -f
  35. %clean
  36. rm -rf $RPM_BUILD_ROOT
  37. %check
  38. %post -p /sbin/ldconfig
  39. %postun -p /sbin/ldconfig
  40. %files
  41. %defattr(-,root,root,-)
  42. %doc README
  43. %{_libdir}/libGLw.so.1
  44. %{_libdir}/libGLw.so.1.0.0
  45. %files devel
  46. %defattr(-,root,root,-)
  47. %{_libdir}/libGLw.so
  48. %{_libdir}/pkgconfig/glw.pc
  49. %{_includedir}/GL/GLwDrawA.h
  50. %{_includedir}/GL/GLwDrawAP.h
  51. %{_includedir}/GL/GLwMDrawA.h
  52. %{_includedir}/GL/GLwMDrawAP.h
  53. %changelog
  54. * Wed Nov 21 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 8.0.0-1
  55. - initial build for Vine Linux
  56. * Mon Sep 10 2012 Adam Jackson <ajax@redhat.com> 8.0.0-1
  57. - Switch to upstream's split-out glw release
  58. * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.5.1-13
  59. - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
  60. * Mon Jul 09 2012 Bill Nottingham - 6.5.1-12
  61. - fix prior macros
  62. * Thu Jul 05 2012 Bill Nottingham - 6.5.1-11
  63. - add conditional macros for openmotif/lesstif
  64. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.5.1-10
  65. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  66. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.5.1-9
  67. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  68. * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.5.1-8
  69. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  70. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.5.1-7
  71. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  72. * Wed May 21 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 6.5.1-6
  73. - fix license tag
  74. * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 6.5.1-5
  75. - Autorebuild for GCC 4.3
  76. * Fri Oct 12 2007 Matthias Clasen <mclasen@redhat.com> - 6.5.1-4
  77. - Fix spec file syntax issues (#330331)
  78. * Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 6.5.1-3
  79. - Rebuild for build id
  80. * Wed Jan 24 2007 Adam Jackson <ajax@redhat.com> 6.5.1-2
  81. - Minor spec fixes (#210798)
  82. * Fri Sep 29 2006 Adam Jackson <ajackson@redhat.com> 6.5.1-1
  83. - lib64 fixes and cleanups from Patrice Dumas (#188974)
  84. * Tue Sep 19 2006 Adam Jackson <ajackson@redhat.com> 6.5.1-0.2
  85. - Use 6.5.1 release tarball. Drop patches and build scripts that are no
  86. longer necessary.
  87. * Tue Sep 19 2006 Adam Jackson <ajackson@redhat.com> 6.5.1-0.1
  88. - Move revision back up to 6.5.1 for upgrade path from FC5. Misc other
  89. spec fixes as per bug #188974 comment 30.
  90. * Mon Sep 18 2006 Adam Jackson <ajackson@redhat.com> 1.0-4
  91. - Rename back to mesa-libGLw as per bug #188974.
  92. * Wed Aug 30 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1.0-3
  93. - Fix package for x86_64
  94. * Tue Aug 29 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1.0-2
  95. - Fix package to depend on lesstif-devel
  96. - -devel now Requires libGL-devel
  97. - use name var in -devel Requires
  98. - actually use RPM_OPT_FLAGS
  99. - symlink devel libs, not copy (except for .*.*.*)
  100. * Fri Aug 7 2006 Adam Jackson <ajackson@redhat.com> 1.0-1
  101. - Split libGLw out from Mesa.