Removed useless isa macros.
This commit is contained in:
parent
03283a079a
commit
c2a14c55f0
16
fmt.spec
16
fmt.spec
@ -37,13 +37,13 @@ BuildRequires: python3-sphinx
|
||||
BuildRequires: python3-breathe
|
||||
%endif
|
||||
%else
|
||||
Provides: %{name}-doc%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Obsoletes: %{name}-doc%{?_isa} < %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Provides: %{name}-doc = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Obsoletes: %{name}-doc < %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
%endif
|
||||
|
||||
# This package replaces the old name of cppformat
|
||||
Provides: cppformat%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Obsoletes: cppformat%{?_isa} < %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Provides: cppformat = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Obsoletes: cppformat < %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
|
||||
%description
|
||||
C++ Format is an open-source formatting library for C++. It can be used as a
|
||||
@ -54,8 +54,8 @@ Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
|
||||
# This package replaces the old name of cppformat
|
||||
Provides: cppformat-devel%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Obsoletes: cppformat-devel%{?_isa} < %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Provides: cppformat-devel = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Obsoletes: cppformat-devel < %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This package contains the header file for using %{name}.
|
||||
@ -67,8 +67,8 @@ License: Python
|
||||
BuildArch: noarch
|
||||
|
||||
# This package replaces the old name of cppformat
|
||||
Provides: cppformat-doc%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Obsoletes: cppformat-doc%{?_isa} < %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Provides: cppformat-doc = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Obsoletes: cppformat-doc < %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
|
||||
%description doc
|
||||
This package contains documentation for developer documentation for %{name}.
|
||||
|
Loading…
Reference in New Issue
Block a user