> > > > %{?dist: %{expand: %%define %dist 1}} > If dist is defined and is not NULL define whatever the value of %dist is to 1. So if %dist equaled fc1, then it would define the macro %fc1 and set it equal to 1. > %{?fc1:%define _without_xorg 1} > %{?el3:%define _without_xorg 1} > If either %fc1 or %el3 is defined and not NULL, define %_without_xorg to be set to 1. My interpretation is Fedora Core 1 and RHEL3 does not contain the the xorg software, and so the Tk package must build accordingly. I don't work in the GUI space very often though (most of the systems I build have serial consoles), so I can't say for sure, just a gut instinct based on the code above. Cheers...james > _______________________________________________ > Rpm-list mailing list > Rpm-list@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/rpm-list > _______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list