libXaw3dXft-vl.spec 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. # Basic Information
  2. Name: libXaw3dXft
  3. Version: 1.6.2c
  4. Release: 1%{?_dist_release}
  5. License: MIT
  6. Group: Development/Libraries
  7. Source0: %{name}-%{version}.tar.bz2
  8. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  9. Vendor: Project Vine
  10. Distribution: Vine Linux
  11. Packager: yasumichi
  12. Summary: X 3D Athena Widgets Library with Xft
  13. # Dependency
  14. Requires: libXft
  15. BuildRequires: libXmu
  16. BuildRequires: libXft-devel
  17. BuildRequires: libXmu-devel
  18. %package devel
  19. Summary: Development tools for programs which will use the libXaw3dXft library.
  20. Summary(ja): libXaw3dXft ライブラリを使うプログラム向け開発ツール
  21. Group: Development/Libraries
  22. Requires: %{name} = %{version}-%{release}
  23. Requires: libXft-devel
  24. Requires: libXmu-devel
  25. %description
  26. X 3D Athena Widgets Library with Xft
  27. %description devel
  28. Development tools for programs which will use the libXaw3dXft library.
  29. %prep
  30. %setup -q
  31. %build
  32. %configure --enable-internationalization --enable-arrow-scrollbars
  33. %{__make} %{?_smp_mflags}
  34. %install
  35. %{__rm} -rf ${RPM_BUILD_ROOT}
  36. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  37. %{__rm} ${RPM_BUILD_ROOT}%{_libdir}/libXaw3dxft.a
  38. %{__rm} ${RPM_BUILD_ROOT}%{_libdir}/libXaw3dxft.la
  39. %clean
  40. %{__rm} -rf ${RPM_BUILD_ROOT}
  41. %files
  42. %defattr(-,root,root)
  43. %doc COPYING README
  44. %{_libdir}/*.so.*
  45. %files devel
  46. %defattr(-,root,root)
  47. %{_includedir}/X11/Xaw3dxft
  48. %{_libdir}/*.so
  49. %{_libdir}/pkgconfig/libxaw3dxft.pc
  50. %{_docdir}/%{name}/README.XAW3D
  51. %changelog
  52. * Wed Sep 03 2014 Yasumichi Akahoshi <yasumichi@vinelinux.org> 1.6.2c-1
  53. - new upstream release
  54. * Sat Oct 05 2013 Yasumichi Akahoshi <yasumichi@vinelinux.org> 1.6.2b-1
  55. - initial build for Vine Linux