On Mon, Jun 20, 2011 at 6:28 AM, Farkas Levente <[email protected]> wrote: > hi, > does anybody know hot to refer a subpackage's summary in spec file? > eg: in package x i can refer to %{summary} to the Summary field in > > %package -n mingw32-%{mingw_pkg_name} > Summary: %{summary} > > %description -n mingw32-%{mingw_pkg_name} > %{description} > > > refer to the main package's summary, but how can i write this: > > %package -n mingw32-%{mingw_pkg_name}-static > Summary: Static version %{summary} > Requires: mingw32-%{mingw_pkg_name} = %{version}-%{release} > > %description -n mingw32-%{mingw_pkg_name}-static > %{summary mingw32-%{mingw_pkg_name}-static} > > or something like this. > thanks.
%package subpackage Summary: SubPackage Description Group: System Environment/Daemons -- ------------ Itamar Reis Peixoto msn, google talk: [email protected] +55 11 4063 5033 (FIXO SP) +55 34 9158 9329 (TIM) +55 34 8806 3989 (OI) +55 34 3221 8599 (FIXO MG) _______________________________________________ mingw mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/mingw
