libol: specfile patch
Balazs Scheidler, Attached to this message is a patch to the file libol.spec.in included in the latest snapshot. Changelog: * A file wasn't being packaged - /usr/bin/make_class This missing file broke the building process in RH9 systems, but it caused no problems in previous releases (7.3, and 8.0). Regards, jpo -- José Pedro Oliveira mailto: jpo@di.uminho.pt * http://gsd.di.uminho.pt/~jpo diff -ru libol-0.3.10+20030418manual-original/libol.spec.in libol-0.3.10+20030418manual-modified/libol.spec.in --- libol-0.3.10+20030418manual-original/libol.spec.in Thu Apr 10 15:55:26 2003 +++ libol-0.3.10+20030418manual-modified/libol.spec.in Fri Apr 18 19:36:42 2003 @@ -44,6 +44,7 @@ %files %defattr(-,root,root) %doc ChangeLog +%{_bindir}/make_class %{_bindir}/libol-config %{_libdir}/libol.so %{_libdir}/libol.so.0 @@ -57,6 +58,9 @@ %changelog +* Tue Apr 15 2003 Jose Pedro Oliveira <jpo@di.uminho.pt> +- included missing file: /usr/bin/make_class (caused problems in RH9) + * Thu Apr 10 2003 Jose Pedro Oliveira <jpo@di.uminho.pt> - specfile reformated - replaced hard coded values by RPM macros
participants (1)
-
Jose Pedro Oliveira