Move Provides/Obsoletes out of description

This commit is contained in:
Dave Johansen 2016-12-29 22:14:57 -07:00
parent d4aee5a0ef
commit 9c22709b43
1 changed files with 4 additions and 4 deletions

View File

@ -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}