Author: qboosh Date: Sun Oct 31 06:55:09 2010 GMT Module: packages Tag: HEAD ---- Log message: - ghost soname symlinks, more verbose files - license is LGPL (v2+)
---- Files affected: packages/libwmf: libwmf.spec (1.96 -> 1.97) ---- Diffs: ================================================================ Index: packages/libwmf/libwmf.spec diff -u packages/libwmf/libwmf.spec:1.96 packages/libwmf/libwmf.spec:1.97 --- packages/libwmf/libwmf.spec:1.96 Thu Jan 28 17:58:06 2010 +++ packages/libwmf/libwmf.spec Sun Oct 31 07:55:04 2010 @@ -10,9 +10,9 @@ Version: 0.2.8.4 Release: 12 Epoch: 2 -License: GPL +License: LGPL v2+ Group: Applications/Text -Source0: http://dl.sourceforge.net/wvware/%{name}-%{version}.tar.gz +Source0: http://downloads.sourceforge.net/wvware/%{name}-%{version}.tar.gz # Source0-md5: d1177739bf1ceb07f57421f0cee191e0 Patch0: %{name}-fontmap-pld.patch Patch1: %{name}-includes.patch @@ -160,26 +160,32 @@ %files libs %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/*.so.*.* +%attr(755,root,root) %{_libdir}/libwmf-0.2.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libwmf-0.2.so.7 +%attr(755,root,root) %{_libdir}/libwmflite-0.2.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libwmflite-0.2.so.7 %files devel %defattr(644,root,root,755) %doc html-doc examples %attr(755,root,root) %{_bindir}/libwmf-config -%attr(755,root,root) %{_libdir}/*.so -%{_libdir}/*.la -%{_includedir}/* +%attr(755,root,root) %{_libdir}/libwmf.so +%attr(755,root,root) %{_libdir}/libwmflite.so +%{_libdir}/libwmf.la +%{_libdir}/libwmflite.la +%{_includedir}/libwmf %if %{with static_libs} %files static %defattr(644,root,root,755) -%{_libdir}/*.a +%{_libdir}/libwmf.a +%{_libdir}/libwmflite.a %endif %if %{with gtk} %files gtk-loader %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/gtk-2*/*/loaders/*.so +%attr(755,root,root) %{_libdir}/gtk-2.0/*/loaders/io-wmf.so %endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -188,6 +194,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.97 2010/10/31 06:55:04 qboosh +- ghost soname symlinks, more verbose files +- license is LGPL (v2+) + Revision 1.96 2010/01/28 16:58:06 megabajt - typo in previous commit log ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libwmf/libwmf.spec?r1=1.96&r2=1.97&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
