SHA256
3
0
forked from pool/rpm

Accepting request 128317 from Base:System

- add tar to the rpm build essentials

- add an -r option to %lang_package (bnc#513786)

OBS-URL: https://build.opensuse.org/request/show/128317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpm?expand=0&rev=182
This commit is contained in:
Stephan Kulow 2012-07-19 15:59:29 +00:00 committed by Git OBS Bridge
commit f037e1bb65
3 changed files with 13 additions and 1 deletions

View File

@ -320,11 +320,12 @@
%nil
# Template for lang sub-package.
%lang_package(n:) \
%lang_package(n:r:) \
%package %{-n:-n %{-n*}-}lang \
Summary: Languages for package %{name} \
Group: System/Localization \
Requires: %{-n:%{-n*}}%{!-n:%{name}} = %{version} \
%{-r:Requires: %{-r*}} \
Provides: %{-n:%{-n*}}%{!-n:%{name}}-lang-all = %{version} \
Supplements: packageand(bundle-lang-other:%{-n:%{-n*}}%{!-n:%{name}}) \
BuildArch: noarch \

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jul 19 08:52:02 UTC 2012 - coolo@suse.com
- add tar to the rpm build essentials
-------------------------------------------------------------------
Wed Jul 18 15:52:25 UTC 2012 - coolo@suse.com
- add an -r option to %lang_package (bnc#513786)
-------------------------------------------------------------------
Wed Jul 4 18:04:54 CEST 2012 - fcrozat@suse.com

View File

@ -190,6 +190,7 @@ Requires: gzip
Requires: make
Requires: patch
Requires: perl-base
Requires: tar
Requires: xz
%description build