Name: t1lib Version: 5.1.0 Release: 1 Summary: PostScript Type 1 font rasterizer Group: Applications/Publishing License: LGPL URL: ftp://sunsite.unc.edu/pub/Linux/libs/graphics Source: ftp://sunsite.unc.edu/pub/Linux/libs/graphics/t1lib-5.1.0.tar.bz2 Patch0: t1lib-5.1.0-aix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description T1lib is a rasterizer library for Adobe Type 1 Fonts. It supports rotation and transformation, kerning underlining and antialiasing. It does not depend on X11, but does provides some special functions for X11. AFM-files can be generated from Type 1 font files and font subsetting is possible. %package devel Summary: Header files and static libraries for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel This package contains header files and static libraries for %{name}. %prep %setup -q %patch0 -p1 %build export CFLAGS="-O2" ./configure --prefix=/opt/freeware --disable-static --enable-shared make without_doc %install [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/t1lib install -p -m 644 examples/FontDataBase $RPM_BUILD_ROOT%{_sysconfdir}/t1lib/ install -p -m 644 lib/t1lib.config $RPM_BUILD_ROOT%{_sysconfdir}/t1lib/ %clean [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LGPL LICENSE README.t1lib-5.1.0 %dir %{_sysconfdir}/t1lib %config %{_sysconfdir}/t1lib/t1lib.config %config %{_sysconfdir}/t1lib/FontDataBase %{_bindir}/* %{_libdir}/*.a %files devel %defattr(-,root,root,-) %doc doc/t1lib_doc.pdf %{_includedir}/* %{_libdir}/*.la %changelog * Wed Jan 04 2006 Michael Perzl - first version for AIX V5.1 and higher * Sun May 22 2005 Jeremy Katz - 5.0.2-3 - rebuild on all arches * Fri Apr 7 2005 Michael Schwendt - rebuilt * Thu Mar 11 2004 Marius L. Jøhndal - 0:5.0.2-0.fdr.1 - Updated to 5.0.2. * Sat Feb 7 2004 Marius L. Jøhndal 0:5.0.0-0.fdr.3 - Converted spec file to UTF-8. - Synchronised patches with Debian (unstable) t1lib-5.0.0. * Thu Nov 27 2003 Marius L. Jøhndal 0:5.0.0-0.fdr.2 - Added URL (bug 880). - Eliminated funny typo in configure script (bug 880). * Sun Oct 26 2003 Marius L. Jøhndal 0:5.0.0-0.fdr.1 - Initial RPM release.