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.
On Mon, Jun 20, 2011 at 6:28 AM, Farkas Levente lfarkas@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