Hi. I've found in page http://wiki.meego.com/Build_Infrastructure/Packagers_Developers#Multi-Architecture_and_Multi-Distribution_packaging mention about example multi-distribution specfile. But I couldn't find any information how I can create this specfile. For example I need to create spec file for building for handset and netbook target. My application (Omweather) uses libraries meego-panel and mutter-plugins I added this string to specfile: BuildRequires: pkgconfig(meego-panel) BuildRequires: pkgconfig(mutter-plugins) But handset target doesn't have those packages and I want to use same construction in specfie: %ifdist %{Netbook} BuildRequires: pkgconfig(meego-panel) BuildRequires: pkgconfig(mutter-plugins) %endif for fix this problem. Is it possible?
Vlad. _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev http://wiki.meego.com/Mailing_list_guidelines
