mirror of
https://abf.rosa.ru/djam/kicad.git
synced 2025-02-23 10:12:48 +00:00
USe EVRD in requires
This commit is contained in:
parent
3cae027674
commit
3c13c80f95
1 changed files with 10 additions and 10 deletions
20
kicad.spec
20
kicad.spec
|
@ -88,7 +88,7 @@ Documentation and tutorials for KiCad in English.
|
|||
%package doc-de
|
||||
Summary: Documentation for KiCad in German
|
||||
Group: Documentation
|
||||
Requires: %{name}-doc = %{version}-%{release}
|
||||
Requires: %{name}-doc = %{EVRD}
|
||||
Requires: locales-de
|
||||
BuildArch: noarch
|
||||
|
||||
|
@ -104,7 +104,7 @@ Documentation and tutorials for KiCad in German
|
|||
%package doc-es
|
||||
Summary: Documentation for KiCad in Spanish
|
||||
Group: Documentation
|
||||
Requires: %{name}-doc = %{version}-%{release}
|
||||
Requires: %{name}-doc = %{EVRD}
|
||||
Requires: locales-es
|
||||
BuildArch: noarch
|
||||
|
||||
|
@ -120,7 +120,7 @@ Documentation and tutorials for KiCad in Spanish
|
|||
%package doc-fr
|
||||
Summary: Documentation for KiCad in French
|
||||
Group: Documentation
|
||||
Requires: %{name}-doc = %{version}-%{release}
|
||||
Requires: %{name}-doc = %{EVRD}
|
||||
Requires: locales-fr
|
||||
BuildArch: noarch
|
||||
|
||||
|
@ -136,7 +136,7 @@ Documentation and tutorials for KiCad in French
|
|||
%package doc-hu
|
||||
Summary: Documentation for KiCad in Hungarian
|
||||
Group: Documentation
|
||||
Requires: %{name}-doc = %{version}-%{release}
|
||||
Requires: %{name}-doc = %{EVRD}
|
||||
Requires: locales-hu
|
||||
BuildArch: noarch
|
||||
|
||||
|
@ -151,7 +151,7 @@ Documentation and tutorials for KiCad in Hungarian
|
|||
%package doc-it
|
||||
Summary: Documentation for KiCad in Italian
|
||||
Group: Documentation
|
||||
Requires: %{name}-doc = %{version}-%{release}
|
||||
Requires: %{name}-doc = %{EVRD}
|
||||
Requires: locales-it
|
||||
BuildArch: noarch
|
||||
|
||||
|
@ -167,7 +167,7 @@ Documentation and tutorials for KiCad in Italian
|
|||
%package doc-ja
|
||||
Summary: Documentation for KiCad in Japanese
|
||||
Group: Documentation
|
||||
Requires: %{name}-doc = %{version}-%{release}
|
||||
Requires: %{name}-doc = %{EVRD}
|
||||
Requires: locales-ja
|
||||
BuildArch: noarch
|
||||
|
||||
|
@ -184,7 +184,7 @@ Documentation and tutorials for KiCad in Japanese
|
|||
%package doc-pl
|
||||
Summary: Documentation for KiCad in Polish
|
||||
Group: Documentation
|
||||
Requires: %{name}-doc = %{version}-%{release}
|
||||
Requires: %{name}-doc = %{EVRD}
|
||||
Requires: locales-pl
|
||||
BuildArch: noarch
|
||||
|
||||
|
@ -200,7 +200,7 @@ Documentation and tutorials for KiCad in Polish
|
|||
%package doc-pt
|
||||
Summary: Documentation for KiCad in Portuguese
|
||||
Group: Documentation
|
||||
Requires: %{name}-doc = %{version}-%{release}
|
||||
Requires: %{name}-doc = %{EVRD}
|
||||
Requires: locales-pt
|
||||
BuildArch: noarch
|
||||
|
||||
|
@ -215,7 +215,7 @@ Documentation and tutorials for KiCad in Portuguese
|
|||
%package doc-ru
|
||||
Summary: Documentation for KiCad in Russian
|
||||
Group: Documentation
|
||||
Requires: %{name}-doc = %{version}-%{release}
|
||||
Requires: %{name}-doc = %{EVRD}
|
||||
Requires: locales-ru
|
||||
BuildArch: noarch
|
||||
|
||||
|
@ -231,7 +231,7 @@ Documentation and tutorials for KiCad in Russian
|
|||
%package doc-zh_CN
|
||||
Summary: Documentation for KiCad in Chinese
|
||||
Group: Documentation
|
||||
Requires: %{name}-doc = %{version}-%{release}
|
||||
Requires: %{name}-doc = %{EVRD}
|
||||
Requires: locales-zh
|
||||
BuildArch: noarch
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue