Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 145765 Details for
Bug 222611
libthai
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
spec file
libthai.spec (text/plain), 3.42 KB, created by
Matthias Clasen
on 2007-01-17 02:04:43 UTC
(
hide
)
Description:
spec file
Filename:
MIME Type:
Creator:
Matthias Clasen
Created:
2007-01-17 02:04:43 UTC
Size:
3.42 KB
patch
obsolete
>%define datrie_version 0.1.1 >%define datrie libdatrie-%{datrie_version} > >Summary: Thai language support routines >Name: libthai >Version: 0.1.7 >Release: 3%{?dist} >License: GPL >Group: System Environment/Libraries >Source: ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.gz >Source1: ftp://linux.thai.net/pub/thailinux/software/libthai/libdatrie-%{datrie_version}.tar.gz >Patch: libthai-0.1.7-libdatrie-0.1.1-build-static.patch >URL: http://linux.thai.net >BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) > >BuildRequires: pkgconfig >BuildRequires: doxygen ># we edit the Makefile.am's >BuildRequires: automake >BuildRequires: libtool > >%description >LibThai is a set of Thai language support routines aimed to ease >developers' tasks to incorporate Thai language support in their applications. >It includes important Thai-specific functions e.g. word breaking, input and >output methods as well as basic character and string supports. > >%package devel >Summary: Thai language support routines >Group: Development/Libraries >Requires: %{name} = %{version}-%{release} >Requires: pkgconfig > >%description devel >The libthai-devel package includes the header files and developer docs >for the libthai package. > >Install libthai-devel if you want to develop programs which will use >libthai. > >%prep >%setup -q -n %{name}-%{version} -a 1 >%patch -p1 -b .static-build > >%build > ># libthai depends on this library called libdatrie. libdatrie is a ># data-structure implementaiton that the author of libthai ripped out of it. ># However, since libthai is the only user of that code, there's no reason to ># 1) package it separately, 2) use it as a shared library. ># So, we compile it as a libtool convenience library and include in libthai.so, ># and use symbol hiding to hide them (and other internal symbols). ># ># The patch takes care of making datrie into a convenience lib and making sure ># libthai will include it (and hide its symbols), and the exports make sure ># libthai finds the uninstalled libdatrie. We need to call automake, since ># the patch modifies a few Makefile.am's. > >{ > pushd %{datrie} > aclocal > automake > %configure > make > popd >} > >export DATRIE_CFLAGS="-I$PWD/%{datrie}" >export DATRIE_LIBS="$PWD/%{datrie}/datrie/libdatrie.la" >export PATH="$PWD/%{datrie}/tools:$PATH" >aclocal >automake >%configure --disable-static >make > >%install >rm -rf $RPM_BUILD_ROOT > >%makeinstall > ># move installed doc files back to build directory to package themm ># in the right place >mkdir installed-docs >mv $RPM_BUILD_ROOT%{_docdir}/libthai/* installed-docs >rmdir $RPM_BUILD_ROOT%{_docdir}/libthai > >rm $RPM_BUILD_ROOT%{_libdir}/*.la > >%clean >rm -rf $RPM_BUILD_ROOT > >%post -p /sbin/ldconfig > >%postun -p /sbin/ldconfig > >%files >%defattr(-, root, root) >%doc README AUTHORS COPYING ChangeLog TODO >%{_libdir}/lib*.so.* >%{_datadir}/libthai > >%files devel >%defattr(-, root, root) >%doc installed-docs/* >%{_includedir}/thai >%{_libdir}/lib*.so >%{_libdir}/pkgconfig/* >%{_mandir}/man3/* > >%changelog >* Tue Jan 16 2007 Matthias Clasen <mclasen@redhat.com> 0.1.7-3 >- Miscellaneous fixes > >* Tue Jan 16 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.1.7-2 >- Apply comments from Matthias Clasen (#222611) >- devel summary improvement >- devel require pkgconfig >- configure --disable-static >- Add comments about the voodoo >- Install docs in the right place > >* Sun Jan 14 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.1.7-1 >- Initial package based on package by Supphachoke Suntiwichaya > and Kamthorn Krairaksa for the OLPC.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 222611
:
145715
| 145765