Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=905255 --- Comment #43 from Simone Caronni <negativo17@xxxxxxxxx> --- Erhm, just discovered a font packaged with the docs: /usr/share/doc/open-vm-tools-devel-9.2.2/html/FreeSans.ttf This should be removed as well. Updated patch: --- open-vm-tools.spec.old 2013-04-11 13:24:04.988138217 +0200 +++ open-vm-tools.spec 2013-04-11 13:36:06.518425057 +0200 @@ -99,8 +99,7 @@ %configure \ --without-kernel-modules \ --disable-static \ - --enable-docs \ - --docdir=%{_defaultdocdir}/%{name}-devel-%{version}/ + --enable-docs make %{?_smp_mflags} %install @@ -108,7 +107,9 @@ make install DESTDIR=%{buildroot} # Remove unnecessary .la files -rm %{buildroot}/%{_libdir}/*.la +find %{buildroot} -name '*.la' -delete +find %{buildroot} -name '*.ttf' -delete +rm -fr %{buildroot}%{_defaultdocdir} %if 0%{?fedora} || 0%{?rhel} >= 7 @@ -200,7 +201,6 @@ %dir %{_libdir}/%{name}/plugins %dir %{_libdir}/%{name}/plugins/common %{_libdir}/%{name}/plugins/common/*.so -%exclude %{_libdir}/%{name}/plugins/common/*.la %dir %{_libdir}/%{name}/plugins/vmsvc %{_libdir}/%{name}/plugins/vmsvc/*.so %{_sbindir}/mount.vmhgfs @@ -221,7 +221,7 @@ %files devel %defattr(-,root,root,-) -%doc +%doc docs/api/build/* %{_includedir}/vmGuestLib/ %{_libdir}/pkgconfig/*.pc %{_libdir}/libguestlib.so -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=dEUpXjt4OQ&a=cc_unsubscribe _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review