diff options
Diffstat (limited to 'build.macros.in')
-rw-r--r-- | build.macros.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/build.macros.in b/build.macros.in index 015563b..1ecedcd 100644 --- a/build.macros.in +++ b/build.macros.in @@ -328,19 +328,6 @@ Provides: %{1} = %{?epoch:%epoch}%{?!epoch:0}:%{version}-%{release} %_with() %{expand: %%{?_with_%1:1} %%{!?_with_%1: %%{?_without_%1:0} %%{!?_without_%1: %%{?with_%1:%%{with_%1}} %%{!?with_%1: %%{?without_%1:!%%{without_%1}} %%{!?without_%1: %%{?2:%%2} %%{!?2:1} } } } } } %_without() !%{expand: %%{with %1 %{?2:%2}}} -%_package_i18n(g:f:) \ -%%package -n %{?1:%{1}}%{?!1:%{name}}-i18n\ -Summary: Internationalization and locale data for %{?1:%{1}}%{?!1:%{name}}\ -License: %{license}\ -Group: %{?-g:%{-g*}}%{?!-g:%{group}}\ -\ -%%description -n %{?1:%{1}}%{?!1:%{name}}-i18n\ -Internationalization and locale data for %{?1:%{1}}%{?!1:%{name}}\ -\ -%%files -n %{?1:%{1}}%{?!1:%{name}}-i18n %{?-f:%{-f}}%{?!-f:-f %{?1:%{1}}%{?!1:%{name}}.lang}\ -%{nil} - - #------------------------------------------------------------------------------ # Python specific macros |