Dependency on cmake-filesystem is autogenerated now

Skip building of LaTeX-docs
This commit is contained in:
Björn Esser 2017-08-03 13:28:33 +02:00
parent f8a1f6d44d
commit bd02ab71b2
1 changed files with 6 additions and 2 deletions

View File

@ -7,7 +7,7 @@
Name: libyui-gtk
Version: 2.44.9
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Gtk3 User Interface for libyui
License: LGPLv2 or LGPLv3
@ -48,7 +48,6 @@ 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}
@ -90,6 +89,7 @@ pushd %{_cmake_build_subdir}
-DLIB_DIR=%{_libdir} \
-DCMAKE_BUILD_TYPE=RELEASE \
-DRESPECT_FLAGS=ON \
-DSKIP_LATEX=ON \
..
%make_build
@ -138,6 +138,10 @@ popd
%changelog
* Thu Aug 03 2017 Björn Esser <besser82@fedoraproject.org> - 2.44.9-9
- Dependency on cmake-filesystem is autogenerated now
- Skip building of LaTeX-docs
* Mon Jul 31 2017 Björn Esser <besser82@fedoraproject.org> - 2.44.9-8
- Apply patches only on fc25+ or el8+