Remove unused boost dependency
This commit is contained in:
parent
df4ca2c815
commit
f39db6ecf4
@ -2,7 +2,7 @@
|
||||
|
||||
Name: yaml-cpp
|
||||
Version: 0.6.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A YAML parser and emitter for C++
|
||||
License: MIT
|
||||
URL: https://github.com/jbeder/yaml-cpp
|
||||
@ -23,10 +23,9 @@ Summary: Development files for %{name}
|
||||
License: MIT
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
Requires: boost-devel
|
||||
|
||||
%description devel
|
||||
The %{name}-deve package contains libraries and header files for
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
|
||||
@ -93,6 +92,9 @@ pushd build_static
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jun 09 2019 Till Hofmann <thofmann@fedoraproject.org> - 0.6.2-2
|
||||
- Remove unused boost dependency
|
||||
|
||||
* Sun Jun 09 2019 Till Hofmann <thofmann@fedoraproject.org> - 0.6.2-1
|
||||
- Update to 0.6.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user