Logoj0ke.net Open Build Service > Projects > home:netmax:tools > Project Configuration
Sign Up | Log In

Project Configuration of home:netmax:tools

 
1
Macros:
2
# Template for lang sub-package.
3
%lang_package(n:) \
4
%package %{-n:-n %{-n*}-}lang \
5
Summary: Languages for package %{name} \
6
Group: System/Localization \
7
Requires: %{-n:%{-n*}}%{!-n:%{name}} = %{version} \
8
Provides: %{-n:%{-n*}}%{!-n:%{name}}-lang-all = %{version} \
9
%description %{-n:-n %{-n*}-}lang \
10
Provides translations to the package %{name}
11