'doit chainbuild', inspect created rpm.
Details
Details
Diff Detail
Diff Detail
- Repository
- rLTRN libtaskotron
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
| lbrabec | |
| kparal |
'doit chainbuild', inspect created rpm.
| Automatic diff as part of commit; lint not applicable. |
| Automatic diff as part of commit; unit tests not applicable. |
| Path | Packages | |||
|---|---|---|---|---|
| M | libtaskotron.spec (6 lines) |
| Commit | Tree | Parents | Author | Summary | Date |
|---|---|---|---|---|---|
| c7d8c13ec340 | e83cf4490c11 | 502aa381f963 | Martin Krizek | libtaskotron.spec: create imagesdir (Show More…) | Nov 3 2015, 9:13 AM |
| Show First 20 Lines • Show All 76 Lines • ▼ Show 20 Line(s) | |||||
| 77 | install conf/yumrepoinfo.conf.example %{buildroot}%{_sysconfdir}/taskotron/yumrepoinfo.conf | 77 | install conf/yumrepoinfo.conf.example %{buildroot}%{_sysconfdir}/taskotron/yumrepoinfo.conf | ||
| 78 | 78 | | |||
| 79 | # log dir | 79 | # log dir | ||
| 80 | install -m 777 -d %{buildroot}/%{_localstatedir}/log/taskotron | 80 | install -m 777 -d %{buildroot}/%{_localstatedir}/log/taskotron | ||
| 81 | 81 | | |||
| 82 | # tmp dir | 82 | # tmp dir | ||
| 83 | install -m 777 -d %{buildroot}/%{_tmppath}/taskotron | 83 | install -m 777 -d %{buildroot}/%{_tmppath}/taskotron | ||
| 84 | 84 | | |||
| 85 | # artifacts directory | 85 | # artifacts dir | ||
| 86 | install -m 777 -d %{buildroot}/%{_sharedstatedir}/taskotron/artifacts | 86 | install -m 777 -d %{buildroot}/%{_sharedstatedir}/taskotron/artifacts | ||
| 87 | 87 | | |||
| 88 | # cache dir | 88 | # cache dir | ||
| 89 | install -m 777 -d %{buildroot}/%{_localstatedir}/cache/taskotron | 89 | install -m 777 -d %{buildroot}/%{_localstatedir}/cache/taskotron | ||
| 90 | 90 | | |||
| 91 | # images dir | ||||
| 92 | install -m 777 -d %{buildroot}/%{_sharedstatedir}/taskotron/images | ||||
| 93 | | ||||
| 91 | 94 | | |||
| 92 | %files | 95 | %files | ||
| 93 | %doc readme.rst LICENSE | 96 | %doc readme.rst LICENSE | ||
| 94 | %{python_sitelib}/libtaskotron | 97 | %{python_sitelib}/libtaskotron | ||
| 95 | %{python_sitelib}/*.egg-info | 98 | %{python_sitelib}/*.egg-info | ||
| 96 | 99 | | |||
| 97 | %attr(755,root,root) %{_bindir}/runtask | 100 | %attr(755,root,root) %{_bindir}/runtask | ||
| 98 | 101 | | |||
| 99 | %dir %attr(777, root, root) %{_localstatedir}/log/taskotron | 102 | %dir %attr(777, root, root) %{_localstatedir}/log/taskotron | ||
| 100 | %dir %attr(777, root, root) %{_tmppath}/taskotron | 103 | %dir %attr(777, root, root) %{_tmppath}/taskotron | ||
| 101 | %dir %attr(777, root, root) %{_sharedstatedir}/taskotron/artifacts | 104 | %dir %attr(777, root, root) %{_sharedstatedir}/taskotron/artifacts | ||
| 102 | %dir %attr(777, root, root) %{_localstatedir}/cache/taskotron | 105 | %dir %attr(777, root, root) %{_localstatedir}/cache/taskotron | ||
| 106 | %dir %attr(777, root, root) %{_sharedstatedir}/taskotron/images | ||||
| 103 | 107 | | |||
| 104 | %files -n libtaskotron-config | 108 | %files -n libtaskotron-config | ||
| 105 | %dir %{_sysconfdir}/taskotron | 109 | %dir %{_sysconfdir}/taskotron | ||
| 106 | %config(noreplace) %{_sysconfdir}/taskotron/taskotron.yaml | 110 | %config(noreplace) %{_sysconfdir}/taskotron/taskotron.yaml | ||
| 107 | %config %{_sysconfdir}/taskotron/yumrepoinfo.conf | 111 | %config %{_sysconfdir}/taskotron/yumrepoinfo.conf | ||
| 108 | 112 | | |||
| 109 | 113 | | |||
| 110 | 114 | | |||
| ▲ Show 20 Lines • Show All 135 Lines • Show Last 20 Lines | |||||