libXfont2-vl.spec 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. Summary: X.Org X11 libXfont2 runtime library
  2. Summary(ja): X.Org X11 libXfont2 ランタイムライブラリ
  3. Name: libXfont2
  4. Version: 2.0.6
  5. Release: 1%{?_dist_release}
  6. Group: system
  7. Vendor: Project Vine
  8. Distribution: Vine Linux
  9. License: MIT
  10. URL: http://www.x.org
  11. Source0: http://www.x.org/pub/individual/lib/%{name}-%{version}.tar.xz
  12. BuildRequires: autoconf automake libtool
  13. BuildRequires: pkgconfig(fontsproto)
  14. BuildRequires: xorg-x11-util-macros
  15. BuildRequires: xorg-x11-xtrans-devel >= 1.0.3
  16. BuildRequires: libfontenc-devel
  17. BuildRequires: freetype2-devel
  18. %description
  19. X.Org X11 libXfont2 runtime library
  20. %package devel
  21. Summary: X.Org X11 libXfont2 development package
  22. Summary(ja): X.Org X11 libXfont2 開発パッケージ
  23. Group: programming
  24. Requires: %{name}%{?_isa} = %{version}-%{release}
  25. Requires: libfontenc-devel%{?_isa}
  26. %description devel
  27. X.Org X11 libXfont development package
  28. %debug_package
  29. %prep
  30. %autosetup
  31. %build
  32. autoreconf -v --install --force
  33. export CFLAGS="$RPM_OPT_FLAGS -Os"
  34. %configure --disable-static
  35. make %{?_smp_mflags}
  36. %install
  37. %make_install
  38. # We intentionally don't ship *.la files
  39. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  40. %files
  41. %license COPYING
  42. %doc AUTHORS README ChangeLog
  43. %{_libdir}/libXfont2.so.2*
  44. %files devel
  45. %{_includedir}/X11/fonts/libxfont2.h
  46. %{_libdir}/libXfont2.so
  47. %{_libdir}/pkgconfig/xfont2.pc
  48. %changelog
  49. * Tue Sep 13 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.0.6-1
  50. - new upstream release.
  51. - dropped ldconfig scriptlets.
  52. * Fri Sep 06 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.0.3-2
  53. - rebuilt with current environment.
  54. * Wed Feb 14 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.0.3-1
  55. - Initial build for VineLinux
  56. - This package is based on libXfont2-2.0.2-1.fc28
  57. (Thanks to fc team)