ready -examples
make install -C examples/ doesn't actually do anything yet :-/
This commit is contained in:
parent
758452ce7c
commit
84e8dee96e
@ -89,7 +89,9 @@ make install_docs INSTALL_ROOT=%{buildroot}
|
||||
%{_qt5_docdir}/qtquicklayouts/
|
||||
%endif
|
||||
|
||||
%if 0%{?_qt5_examplesdir:1}
|
||||
# ready -examples, seems 'make install' doesn't currently do anything in examples/
|
||||
%if 0
|
||||
#if 0%{?_qt5_examplesdir:1}
|
||||
%files examples
|
||||
%{_qt5_examplesdir}/
|
||||
%endif
|
||||
@ -97,7 +99,7 @@ make install_docs INSTALL_ROOT=%{buildroot}
|
||||
|
||||
%changelog
|
||||
* Mon Jan 27 2014 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-2
|
||||
- -examples subpkg
|
||||
- ready -examples subpkg
|
||||
|
||||
* Thu Dec 12 2013 Rex Dieter <rdieter@fedoraproject.org> 5.2.0-1
|
||||
- 5.2.0
|
||||
|
Loading…
Reference in New Issue
Block a user