Summary: An extended version of Xaw3d with support for UTF8 Name: libXaw3dXft Version: 1.6.4 Release: 1%{?dist} License: GPLv3+ Group: System Environment/Libraries URL: https://github.com/DaveFlater/libXaw3dXft Source0: https://github.com/DaveFlater/libXaw3dXft/archive/refs/tags/v1.6.4.tar.gz BuildRequires: gcc gcc-c++ automake autoconf libtool make BuildRequires: bison BuildRequires: flex BuildRequires: libX11-devel BuildRequires: libXmu-devel BuildRequires: libXft-devel Requires: libX11 libXmu libXft # wcstombs for utf8 patching in XawIm.c # Patch0: wcstombs.patch %description Xaw3dxft is an extended version of Xaw3d, developed as part of xpaint with support for UTF8 input and UTF8 encoding of text, and rendering text with the Freetype library and Truetype fonts. It should be mostly compatible with the original Xaw3d library, except for font management: everything using the old X11 core font routines should be replaced by their freetype equivalents. %package devel Summary: Development files for %{name} Group: System Environment/Libraries Requires: %{name} = %{version}-%{release} %description devel This package contains the libraries and header files that are needed for writing applications with %{name}. %prep %setup -q autoreconf -fi sed -i -e 's|/usr/lib|%{_libdir}|g' configure # wcstombs for utf8 patching in XawIm.c # %patch0 -p1 -b .orig %build %configure --enable-internationalization --enable-arrow-scrollbars make %install rm -rf %{buildroot} %makeinstall rm -f %{buildroot}%{_libdir}/libXaw3dxft.la libtool --finish /usr/lib64 %clean rm -rf %{buildroot} %files %doc README COPYING %{_libdir}/libXaw3dxft*.so.* %files devel %doc %{_includedir}/X11/Xaw3dxft %{_libdir}/libXaw3dxft.so %{_libdir}/pkgconfig/libxaw3dxft.pc %exclude %{_libdir}/libXaw3dxft.a %exclude %{_datadir}/doc %changelog * Fri Nov 21 2025 Paolo Oliveri - 1.6.4 - Updated codebase * Mon May 26 2025 Paolo Oliveri - 1.6.2h - Rebuilt for Fedora 42 * Mon Mar 17 2025 Paolo Oliveri - 1.6.2h - Rebuilt for RHEL 10 * Thu Nov 16 2023 Paolo Oliveri - 1.6.2h - Rebuilt for RHEL 8 * Fri Oct 6 2023 Paolo Oliveri - 1.6.2h - Rebuilt for RHEL 9 * Sun Sep 19 2021 Wei-Lun Chao - 1.6.2h - Rebuilt for Fedora * Thu Feb 04 2016 Fedora Release Engineering - 1.6.2d-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering - 1.6.2d-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun May 10 2015 Paulo Roma - 1.6.2d-1 - Update to 1.6.2d * Sun Aug 17 2014 Fedora Release Engineering - 1.6.2b-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 1.6.2b-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Tue Sep 03 2013 Paulo Roma 1.6.2b-1 - Initial version.