Author: qboosh                       Date: Sun Aug 26 21:05:20 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   libthai.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/libthai.spec
diff -u /dev/null SPECS/libthai.spec:1.1
--- /dev/null   Sun Aug 26 23:05:20 2007
+++ SPECS/libthai.spec  Sun Aug 26 23:05:15 2007
@@ -0,0 +1,102 @@
+# $Revision$, $Date$
+Summary:       LibThai - Thai language support routines
+Summary(pl.UTF-8):     LibThai - biblioteka wspomagająca obsługę języka 
tajskiego
+Name:          libthai
+Version:       0.1.8
+Release:       1
+License:       LGPL v2.1
+Group:         Libraries
+Source0:       
http://linux.thai.net/pub/thailinux/software/libthai/%{name}-%{version}.tar.gz
+# Source0-md5: cd96e82408d0bc4fe5ef2a93d05804e8
+URL:           http://linux.thai.net/projects/libthai
+BuildRequires: libdatrie-devel
+BuildRequires: pkgconfig
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%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. LibThai is an Open Source and collaborative effort
+initiated by Thai Linux Working Group and opened for all contributors.
+
+%description -l pl.UTF-8
+LibThai to zbiór funkcji wspomagających obsługę języka tajskiego,
+mających ułatwić programistom wprowadzanie obsługi języka tajskiego w
+swoich aplikacjach. Zawiera istotne funkcje specyficzne dla języka
+tajskiego, takie jak łamanie słów, metody wejścia i wyjścia, a także
+podstawową obsługę znaków i łańcuchów. LibThai ma otwarte źródła i
+jest wspólną pracą zapoczątkowaną przez Thai Linux Working Group,
+otwartą na każdą współpracę.
+
+%package devel
+Summary:       Header files for LibThai library
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki LibThai
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+Requires:      libdatrie-devel
+
+%description devel
+Header files for LibThai library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki LibThai.
+
+%package static
+Summary:       Static LibThai library
+Summary(pl.UTF-8):     Statyczna biblioteka LibThai
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static LibThai library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka LibThai.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_libdir}/libthai.so.*.*.*
+%{_datadir}/libthai
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libthai.so
+%{_libdir}/libthai.la
+%{_includedir}/thai
+%{_pkgconfigdir}/libthai.pc
+%{_mandir}/man3/*.3*
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libthai.a
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/08/26 21:05:15  qboosh
+- new
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to