Name: libgdkxft Version: 1.5 Release: 2mamba Summary: Transparently adds anti-aliased font support to gtk+-1.2 Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://gdkxft.sourceforge.net/ Source: http://heanet.dl.sourceforge.net/sourceforge/gdkxft/gdkxft-%{version}.tar.gz License: LGPL BuildRequires: libgtk1-devel >= 1.2.10 BuildRequires: libglib1-devel >= 1.2.10 BuildRequires: libX11-devel >= 1.1.1 BuildRequires: libXft-devel >= 2.1.12 BuildRequires: libXext-devel >= 1.0.2 BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Gdkxft transparently adds anti-aliased font support to gtk+-1.2. Once you have installed it, you can run any (well, nearly any) existing gtk+ binary and see anti-aliased fonts in the gtk widgets. You don't need to recompile gtk+ or your applications. %package devel Summary: Devel package for libgdkxft Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel Gdkxft transparently adds anti-aliased font support to gtk+-1.2. Once you have installed it, you can run any (well, nearly any) existing gtk+ binary and see anti-aliased fonts in the gtk widgets. You don't need to recompile gtk+ or your applications. This is the devel package. %prep [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %setup -q -n gdkxft-%{version} %build %configure C_INCLUDE_PATH=/usr/include/freetype2 make %install %makeoldinstall #prefix=%{buildroot}/%{_prefix} sysconfdir=%{buildroot}/etc \ #mandir=%{buildroot}%{_mandir} infodir=%{buildroot}%{_infodir} %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_sysconfdir}/gdkxft.conf %{_libdir}/*.so.* %{_sbindir}/* %{_mandir}/man8/* %files devel %defattr(-,root,root) %{_libdir}/*.so %{_libdir}/*.la %post ldconfig %postun ldconfig %changelog * Mon May 28 2007 Silvan Calarco 1.5-2mamba - rebuilt * Mon Oct 27 2003 Silvan Calarco 1.5-1qilnx - first build