Author: qboosh Date: Thu Jul 10 21:05:40 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.1.3
---- Files affected: SPECS: libdatrie.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/libdatrie.spec diff -u SPECS/libdatrie.spec:1.2 SPECS/libdatrie.spec:1.3 --- SPECS/libdatrie.spec:1.2 Sun Aug 26 22:37:24 2007 +++ SPECS/libdatrie.spec Thu Jul 10 23:05:35 2008 @@ -2,12 +2,12 @@ Summary: Double-Array Trie library Summary(pl.UTF-8): Biblioteka dwutablicowego trie Name: libdatrie -Version: 0.1.2 +Version: 0.1.3 Release: 1 License: LGPL v2.1 Group: Libraries Source0: http://linux.thai.net/pub/thailinux/software/libthai/%{name}-%{version}.tar.gz -# Source0-md5: 3eaedd5452149e11547a0dc74ee3fcfd +# Source0-md5: 917a40de487df3c29650b7434f473fa0 URL: http://linux.thai.net/projects/datrie BuildRequires: doxygen BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -80,23 +80,16 @@ %doc AUTHORS ChangeLog NEWS README %attr(755,root,root) %{_bindir}/trietool %attr(755,root,root) %{_libdir}/libdatrie.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libdatrie.so.0 %{_mandir}/man1/trietool.1* %files devel %defattr(644,root,root,755) +%doc doc/html/* %attr(755,root,root) %{_libdir}/libdatrie.so %{_libdir}/libdatrie.la %{_includedir}/datrie %{_pkgconfigdir}/datrie.pc -# only public API -%{_mandir}/man3/sb-trie.h.3* -%{_mandir}/man3/trie.h.3* -%{_mandir}/man3/triedefs.h.3* -%{_mandir}/man3/SB*.3* -%{_mandir}/man3/sb_trie_*.3* -%{_mandir}/man3/TRIE_*.3* -%{_mandir}/man3/Trie*.3* -%{_mandir}/man3/trie_*.3* %files static %defattr(644,root,root,755) @@ -108,6 +101,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2008/07/10 21:05:35 qboosh +- updated to 0.1.3 + Revision 1.2 2007/08/26 20:37:24 qboosh - BR: doxygen ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libdatrie.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
