Thu, 05 Feb 2009 15:23:50 +0100
Correct dependencies and generally clean and improve packaging.
In particular, enable linking to the Mesa OpenGL library for graphics.
michael@2 | 1 | rpm -qa | sort >rpkgs_vorcinbld.txt' |
michael@2 | 2 | zypper install `cat reqpkg.txt` |
michael@2 | 3 | rpm -qa | sort >rpkgs_nachcinbld.txt' |
michael@2 | 4 | zypper remove `cat reqpkg.txt` |
michael@2 | 5 | rpm -qa | sort >rpkgs_wiederstell.txt' |
michael@2 | 6 | diff -bd rpkgs_vorcinbld.txt rpkgs_wiederstell.txt |