Commit 3bb9658ac669a8630920466a4887f2d2da670d8c
1 parent
7b45b13f
Exists in
master
and in
2 other branches
Updating rpm control file.
Showing
1 changed file
with
6 additions
and
8 deletions
Show diff stats
rpm/pw3270.spec
| @@ -183,23 +183,21 @@ make all -j1 | @@ -183,23 +183,21 @@ make all -j1 | ||
| 183 | 183 | ||
| 184 | %{_bindir}/%{_product} | 184 | %{_bindir}/%{_product} |
| 185 | 185 | ||
| 186 | -# Configuration & Themes | ||
| 187 | -%{_datadir}/glib-2.0/schemas/*.xml | ||
| 188 | -%{_datadir}/%{_product}/icons/gtk-*.svg | ||
| 189 | -%{_datadir}/%{_product}/icons/connect-*.svg | ||
| 190 | -%{_datadir}/%{_product}/icons/disconnect-*.svg | ||
| 191 | - | 186 | +# Desktop files |
| 192 | %{_datadir}/applications/*.desktop | 187 | %{_datadir}/applications/*.desktop |
| 193 | %{_datadir}/appdata/%{_product}.appdata.xml | 188 | %{_datadir}/appdata/%{_product}.appdata.xml |
| 194 | 189 | ||
| 190 | +# Icons | ||
| 191 | +%{_datadir}/%{_product}/icons/*.svg | ||
| 192 | + | ||
| 193 | +# Configuration & Themes | ||
| 194 | +%{_datadir}/glib-2.0/schemas/*.xml | ||
| 195 | %{_datadir}/mime/packages/*.xml | 195 | %{_datadir}/mime/packages/*.xml |
| 196 | 196 | ||
| 197 | %files branding | 197 | %files branding |
| 198 | %defattr(-,root,root) | 198 | %defattr(-,root,root) |
| 199 | - | ||
| 200 | %{_datadir}/%{_product}/ui/* | 199 | %{_datadir}/%{_product}/ui/* |
| 201 | %{_datadir}/%{_product}/*.svg | 200 | %{_datadir}/%{_product}/*.svg |
| 202 | -%{_datadir}/%{_product}/icons/%{_product}.svg | ||
| 203 | 201 | ||
| 204 | %files keypads | 202 | %files keypads |
| 205 | %{_datadir}/%{_product}/keypad/* | 203 | %{_datadir}/%{_product}/keypad/* |