Author: pawelz Date: Mon Jun 15 08:40:44 2009 GMT Module: packages Tag: HEAD ---- Log message: - up to 20081124 - verbose %files - ghost so symlink
---- Files affected: packages/libstemmer: libstemmer.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/libstemmer/libstemmer.spec diff -u packages/libstemmer/libstemmer.spec:1.1 packages/libstemmer/libstemmer.spec:1.2 --- packages/libstemmer/libstemmer.spec:1.1 Sat Aug 2 21:58:23 2008 +++ packages/libstemmer/libstemmer.spec Mon Jun 15 10:40:39 2009 @@ -1,12 +1,12 @@ # $Revision$, $Date$ Summary: The C version of the libstemmer library Name: libstemmer -Version: 20080616 +Version: 20081124 Release: 1 License: BSD Group: Libraries Source0: http://snowball.tartarus.org/dist/%{name}_c.tgz -# Source0-md5: cffc043e1e1ad7fe4cf7beaa0198d147 +# Source0-md5: 190bca7fea9460a2213201fd875155ef Patch0: %{name}-makefile.patch URL: http://snowball.tartarus.org/ BuildRequires: libtool @@ -80,17 +80,18 @@ %files %defattr(644,root,root,755) %doc README -%attr(755,root,root) %{_libdir}/*.so.* +%attr(755,root,root) %{_libdir}/libstemmer.so.*.* +%attr(755,root,root) %ghost %{_libdir}/libstemmer.so.0 %files devel %defattr(644,root,root,755) %{_includedir}/%{name} -%{_libdir}/*.so -%{_libdir}/*.la +%{_libdir}/libstemmer.so +%{_libdir}/libstemmer.la %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libstemmer.a %files utils %defattr(644,root,root,755) @@ -102,6 +103,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2009/06/15 08:40:39 pawelz +- up to 20081124 +- verbose %files +- ghost so symlink + Revision 1.1 2008/08/02 19:58:23 adamg - new ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libstemmer/libstemmer.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
