Name: lasi Version: 1.0.6 Release: 1 Summary: C++ library for creating Postscript documents Group: Development/Libraries License: LGPL URL: http://www.unifont.org/lasi/ Source0: http://www.unifont.org/lasi/download/lasi-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: pango-devel %description LASi is a library written by Larry Siden that provides a C++ stream output interface ( with operator << ) for creating Postscript documents that can contain characters from any of the scripts and symbol blocks supported in Unicode and by Owen Taylor's Pango layout engine. The library accomodates right-to-left scripts such as Arabic and Hebrew as easily as left-to-right scripts. Indic and Indic-derived Complex Text Layout (CTL) scripts, such as Devanagari, Thai, Lao, and Tibetan are supported to the extent provided by Pango and by the OpenType fonts installed on your system. All of this is provided without need for any special configuration or layout calculation on the programmer's part. Although the capability to produce Unicode-based multilingual Postscript documents exists in large Open Source application framework libraries such as GTK+, QT, and KDE, LASi was designed for projects which require the ability to produce Postscript independent of any one application framework. %package devel Summary: Development headers and libraries for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pango-devel %description devel %{summary}. %prep %setup -q %build %configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm $RPM_BUILD_ROOT%{_libdir}/libLASi.la %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README %{_libdir}/libLASi.so.* %files devel %defattr(-,root,root,-) %doc doc examples/* %{_includedir}/LASi.h %{_libdir}/libLASi.so %{_libdir}/pkgconfig/lasi.pc %changelog * Tue Aug 29 2006 - Orion Poplawski - 1.0.6-1 - Update to 1.0.6 - Remove pkg-config patch applied upstream * Mon May 8 2006 - Orion Poplawski - 1.0.5-2 - Disable static libs - Patch pc file to return -lLASi * Thu May 4 2006 - Orion Poplawski - 1.0.5-1 - Update to 1.0.5 - Remove unneeded patches and autotools - Move doc dir to -devel package - Make -devel package require pango-devel, included in LASi.h * Mon Apr 24 2006 - Orion Poplawski - 1.0.4-1 - Initial Fedora Extras version