how to refer to subpackage

Itamar Reis Peixoto itamar at ispbrasil.com.br
Mon Jun 20 09:51:38 UTC 2011


On Mon, Jun 20, 2011 at 6:28 AM, Farkas Levente <lfarkas at lfarkas.org> 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: itamar at ispbrasil.com.br
+55 11 4063 5033 (FIXO SP)
+55 34 9158 9329 (TIM)
+55 34 8806 3989 (OI)
+55 34 3221 8599 (FIXO MG)


More information about the mingw mailing list