Commit 71eb4fbba6220380b886e602845ea5d7fcb363e4
1 parent
f89ab853
Exists in
master
and in
5 other branches
Corrigindo spec de acordo com relatório do rpmlint
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
pw3270.spec.in
... | ... | @@ -227,9 +227,11 @@ rm -rf $RPM_BUILD_ROOT |
227 | 227 | %{_datadir}/@PACKAGE_NAME@/sample/* |
228 | 228 | |
229 | 229 | %files plugin-dbus |
230 | +%defattr(-,root,root) | |
230 | 231 | %{_libdir}/@PACKAGE_NAME@-plugins/dbus3270.so |
231 | 232 | |
232 | 233 | %files -n %{name}-libreoffice |
234 | +%defattr(-,root,root) | |
233 | 235 | %dir %{_libdir}/libreoffice/share/extensions/%{name} |
234 | 236 | %{_libdir}/libreoffice/share/extensions/%{name}/META-INF/manifest.xml |
235 | 237 | %{_libdir}/libreoffice/share/extensions/%{name}/description.txt | ... | ... |