Author: qboosh Date: Mon Mar 30 19:46:01 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.1.10
---- Files affected: SPECS: libthai.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/libthai.spec diff -u SPECS/libthai.spec:1.2 SPECS/libthai.spec:1.3 --- SPECS/libthai.spec:1.2 Mon Sep 3 19:24:52 2007 +++ SPECS/libthai.spec Mon Mar 30 21:45:55 2009 @@ -2,14 +2,14 @@ Summary: LibThai - Thai language support routines Summary(pl.UTF-8): LibThai - biblioteka wspomagająca obsługę języka tajskiego Name: libthai -Version: 0.1.9 +Version: 0.1.10 Release: 1 License: LGPL v2.1 Group: Libraries Source0: http://linux.thai.net/pub/thailinux/software/libthai/%{name}-%{version}.tar.gz -# Source0-md5: 7002d111b293f202d20b28aa2b4ed68f +# Source0-md5: ac22e075447f9e4f9903277a590f7285 URL: http://linux.thai.net/projects/libthai -BuildRequires: libdatrie-devel +BuildRequires: libdatrie-devel >= 0.2 BuildRequires: pkgconfig BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -68,6 +68,8 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/libthai + %clean rm -rf $RPM_BUILD_ROOT @@ -78,6 +80,7 @@ %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README TODO %attr(755,root,root) %{_libdir}/libthai.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libthai.so.0 %{_datadir}/libthai %files devel @@ -86,7 +89,10 @@ %{_libdir}/libthai.la %{_includedir}/thai %{_pkgconfigdir}/libthai.pc -%{_mandir}/man3/*.3* +%{_mandir}/man3/TAC*.3* +%{_mandir}/man3/th_*.3* +%{_mandir}/man3/th*.h.3* +%{_mandir}/man3/wtt.h.3* %files static %defattr(644,root,root,755) @@ -98,6 +104,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2009/03/30 19:45:55 qboosh +- updated to 0.1.10 + Revision 1.2 2007/09/03 17:24:52 qboosh - updated to 0.1.9 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libthai.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
