rpms/lasi/devel lasi-1.0.5-pc.patch, NONE, 1.1 lasi.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Mon May 8 18:19:14 UTC 2006


Author: orion

Update of /cvs/extras/rpms/lasi/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8928/devel

Modified Files:
	.cvsignore sources 
Added Files:
	lasi-1.0.5-pc.patch lasi.spec 
Log Message:
auto-import lasi-1.0.5-2.fc5 on branch devel from lasi-1.0.5-2.fc5.src.rpm

lasi-1.0.5-pc.patch:

--- NEW FILE lasi-1.0.5-pc.patch ---
--- lasi-1.0.5/lasi.pc.in.libs	2006-05-08 09:58:13.000000000 -0600
+++ lasi-1.0.5/lasi.pc.in	2006-05-08 09:58:23.000000000 -0600
@@ -6,6 +6,6 @@
 Name: LASi
 Description: Library to write UTF-8 strings to Postscript stream.
 Version: @VERSION@
-Libs: -L${libdir}
+Libs: -L${libdir} -lLASi
 Cflags: -I${includedir}
 


--- NEW FILE lasi.spec ---
Name:           lasi
Version:        1.0.5
Release:        2%{?dist}
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
Patch0:         lasi-1.0.5-pc.patch
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
%patch -p1 -b .pc


%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
* Mon May  8 2006 - Orion Poplawski <orion at cora.nwra.com> - 1.0.5-2
- Disable static libs
- Patch pc file to return -lLASi

* Thu May  4 2006 - Orion Poplawski <orion at cora.nwra.com> - 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 <orion at cora.nwra.com> - 1.0.4-1
- Initial Fedora Extras version


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/lasi/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 May 2006 18:18:49 -0000	1.1
+++ .cvsignore	8 May 2006 18:19:14 -0000	1.2
@@ -0,0 +1 @@
+lasi-1.0.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/lasi/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 May 2006 18:18:49 -0000	1.1
+++ sources	8 May 2006 18:19:14 -0000	1.2
@@ -0,0 +1 @@
+b9f766f0b262bd3a5365fa81aea47ed8  lasi-1.0.5.tar.gz




More information about the fedora-extras-commits mailing list