libXaw3dXft-vl.spec 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. # Basic Information
  2. Name: libXaw3dXft
  3. Summary: X 3D Athena Widgets Library with Xft
  4. Version: 1.6.2c
  5. Release: 2%{?_dist_release}
  6. License: MIT
  7. Group: System Environment/Libraries
  8. Source0: %{name}-%{version}.tar.bz2
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. Vendor: Project Vine
  11. Distribution: Vine Linux
  12. Packager: yasumichi
  13. # Dependency
  14. Requires: libXft
  15. Requires: 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. %post -p /sbin/ldconfig
  40. %postun -p /sbin/ldconfig
  41. %clean
  42. %{__rm} -rf ${RPM_BUILD_ROOT}
  43. %files
  44. %defattr(-,root,root)
  45. %doc COPYING README
  46. %{_libdir}/*.so.*
  47. %files devel
  48. %defattr(-,root,root)
  49. %{_includedir}/X11/Xaw3dxft
  50. %{_libdir}/*.so
  51. %{_libdir}/pkgconfig/libxaw3dxft.pc
  52. %{_docdir}/%{name}/README.XAW3D
  53. %changelog
  54. * Sun Oct 05 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.6.2c-2
  55. - moved main package to System Environment/Libraries Group
  56. - added %%post and %%postun section
  57. * Wed Sep 03 2014 Yasumichi Akahoshi <yasumichi@vinelinux.org> 1.6.2c-1
  58. - new upstream release
  59. * Sat Oct 05 2013 Yasumichi Akahoshi <yasumichi@vinelinux.org> 1.6.2b-1
  60. - initial build for Vine Linux