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.
--
Levente "Si vis pacem para bellum!"