Hrvoje Senjan 2014-11-03 17:53:55 +00:00 committed by Git OBS Bridge
parent fa5dc9cb8b
commit 7c5a0cfe25
2 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,7 @@ Sun Nov 2 17:46:38 UTC 2014 - hrvoje.senjan@gmail.com
ecm_add_qtwayland_server_protocol
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.4.0.php
- Don't build docs for SLE, python-Sphinx is not available there
-------------------------------------------------------------------
Sat Oct 4 17:59:54 UTC 2014 - hrvoje.senjan@gmail.com

View File

@ -28,7 +28,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: cmake >= 2.8.12
BuildRequires: gcc-c++
BuildRequires: kf5-filesystem >= 4.100.0
%if !0%{sles_version}
BuildRequires: python-Sphinx
%endif
Requires: cmake >= 2.8.12
Requires: gcc-c++
Requires: kf5-filesystem
@ -68,8 +70,10 @@ This package provides documentation for extra-cmake-modules
%{_datadir}/ECM/
%{_mandir}/man7/ecm*.7*
%if !0%{sles_version}
%files doc
%defattr(-,root,root,-)
%doc %{_datadir}/doc/ECM/
%endif
%changelog