Move Provides/Obsoletes out of description
This commit is contained in:
parent
d4aee5a0ef
commit
9c22709b43
8
fmt.spec
8
fmt.spec
@ -20,14 +20,14 @@ BuildRequires: nodejs-less
|
||||
BuildRequires: python2-sphinx
|
||||
BuildRequires: python2-breathe
|
||||
|
||||
%description
|
||||
C++ Format is an open-source formatting library for C++. It can be used as a
|
||||
safe alternative to printf or as a fast alternative to IOStreams.
|
||||
|
||||
# This package replaces the old name of cppformat
|
||||
Provides: cppformat = %{version}-%{release}
|
||||
Obsoletes: cppformat < %{version}-%{release}
|
||||
|
||||
%description
|
||||
C++ Format is an open-source formatting library for C++. It can be used as a
|
||||
safe alternative to printf or as a fast alternative to IOStreams.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
Loading…
Reference in New Issue
Block a user