[Bug 247417] Review Request: bouml - UML2 tool box to specify and generate code

bugzilla at redhat.com bugzilla at redhat.com
Sat Jul 28 06:57:15 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: bouml - UML2 tool box to specify and generate code


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=247417





------- Additional Comments From rc040203 at freenet.de  2007-07-28 02:57 EST -------
The correct (tm) approach to your issues would be to propagate rpm's values into
the Makefile.

One approach would be to apply sed to replace the hard-coded values inside of
the Makefile with the contents of %{_bindir}, %{_libdir} etc.

I.e. the BOUML_LIB issue could be remedied by using
sed -i -e "s,^BOUML_LIB = .*$,BOUML_LIB = %{_libdir}/bouml," Makefile
in %prep


-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the package-review mailing list