Require cmake-filesystem
This commit is contained in:
parent
1417f9ed80
commit
30fe0d5ff8
@ -7,7 +7,7 @@
|
||||
|
||||
Name: libyui-gtk
|
||||
Version: 2.44.9
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Gtk3 User Interface for libyui
|
||||
|
||||
License: LGPLv2 or LGPLv3
|
||||
@ -46,6 +46,7 @@ for libyui.
|
||||
%package devel
|
||||
Summary: Files needed for developing with %{name}
|
||||
|
||||
Requires: cmake-filesystem%{?_isa}
|
||||
Requires: gtk3-devel%{?_isa}
|
||||
Requires: libyui-devel%{?_isa}
|
||||
Requires: %{name}%{?_isa} == %{version}-%{release}
|
||||
@ -125,7 +126,7 @@ popd
|
||||
%{_includedir}/yui/*
|
||||
%{_libdir}/yui/%{name}.so
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
%{_libdir}/cmake
|
||||
%{_libdir}/cmake/%{name}
|
||||
|
||||
%files doc
|
||||
# Pickup license-files from main-pkg's license-dir
|
||||
@ -135,6 +136,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jul 30 2017 Björn Esser <besser82@fedoraproject.org> - 2.44.9-5
|
||||
- Require cmake-filesystem
|
||||
|
||||
* Sat Apr 29 2017 Björn Esser <besser82@fedoraproject.org> - 2.44.9-4
|
||||
- Rebuilt for bootstrapping new arch: s390x
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user