Author: megabajt Date: Sat Jun 6 23:20:42 2009 GMT Module: packages Tag: HEAD ---- Log message: - /usr/lib64/ispell on x86_64 - more verbose files
---- Files affected: packages/enchant: enchant.spec (1.25 -> 1.26) ---- Diffs: ================================================================ Index: packages/enchant/enchant.spec diff -u packages/enchant/enchant.spec:1.25 packages/enchant/enchant.spec:1.26 --- packages/enchant/enchant.spec:1.25 Fri May 29 10:24:04 2009 +++ packages/enchant/enchant.spec Sun Jun 7 01:20:36 2009 @@ -8,7 +8,7 @@ Name: enchant Version: 1.5.0 Release: 1 -License: LGPL +License: LGPL v2 Group: Libraries Source0: http://www.abisource.com/downloads/enchant/%{version}/%{name}-%{version}.tar.gz # Source0-md5: 7dfaed14e142b4a0004b770c9568ed02 @@ -168,9 +168,9 @@ %configure \ --disable-binreloc \ %{!?with_static_libs:--disable-static} \ - --with-ispell-dir=/usr/lib/ispell \ + --with-ispell-dir=/usr/%{_lib}/ispell \ + --with-myspell-dir=/usr/share/myspell \ --with-uspell-dir=/usr/share/uspell -# --with-myspell-dir=/some/where %{__make} @@ -196,43 +196,44 @@ %doc AUTHORS MAINTAINERS NEWS README TODO %attr(755,root,root) %{_bindir}/enchant %attr(755,root,root) %{_bindir}/enchant-lsmod -%attr(755,root,root) %{_libdir}/lib*.so.* +%attr(755,root,root) %{_libdir}/libenchant.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libenchant.so.1 %dir %{_libdir}/enchant %{_datadir}/enchant %{_mandir}/man1/enchant.1* %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la +%attr(755,root,root) %{_libdir}/libenchant.so +%{_libdir}/libenchant.la %{_includedir}/enchant -%{_pkgconfigdir}/*.pc +%{_pkgconfigdir}/enchant.pc %if %{with static_libs} %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libenchant.a %endif %files aspell %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/enchant/libenchant_aspell.so* +%attr(755,root,root) %{_libdir}/enchant/libenchant_aspell.so %files hspell %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/enchant/libenchant_hspell.so* +%attr(755,root,root) %{_libdir}/enchant/libenchant_hspell.so %files ispell %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/enchant/libenchant_ispell.so* +%attr(755,root,root) %{_libdir}/enchant/libenchant_ispell.so %files myspell %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/enchant/libenchant_myspell.so* +%attr(755,root,root) %{_libdir}/enchant/libenchant_myspell.so %files uspell %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/enchant/libenchant_uspell.so* +%attr(755,root,root) %{_libdir}/enchant/libenchant_uspell.so %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -240,6 +241,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.26 2009/06/06 23:20:36 megabajt +- /usr/lib64/ispell on x86_64 +- more verbose files + Revision 1.25 2009/05/29 08:24:04 amateja - updated to 1.5.0 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/enchant/enchant.spec?r1=1.25&r2=1.26&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
