Commit 3bb9658ac669a8630920466a4887f2d2da670d8c

Authored by Perry Werneck
1 parent 7b45b13f

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 183  
184 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 187 %{_datadir}/applications/*.desktop
193 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 195 %{_datadir}/mime/packages/*.xml
196 196  
197 197 %files branding
198 198 %defattr(-,root,root)
199   -
200 199 %{_datadir}/%{_product}/ui/*
201 200 %{_datadir}/%{_product}/*.svg
202   -%{_datadir}/%{_product}/icons/%{_product}.svg
203 201  
204 202 %files keypads
205 203 %{_datadir}/%{_product}/keypad/*
... ...