Commit db2a8fd70dc29f56f1d588892e75b20c79e4aacb

Authored by perry.werneck@gmail.com
1 parent 42fa4a10

Corrigindo erros reportados pelo rpmlint

pw3270.spec.in
@@ -130,20 +130,20 @@ Plugin exporting a DBUS object from every %{name} open session. @@ -130,20 +130,20 @@ Plugin exporting a DBUS object from every %{name} open session.
130 130
131 Revision @PACKAGE_REVISION@ from @PACKAGE_SOURCE@ 131 Revision @PACKAGE_REVISION@ from @PACKAGE_SOURCE@
132 132
133 -%package -n libreoffice-extension-%{name} 133 +%package -n %{name}-libreoffice
134 Summary: %{name} extension for libreoffice 134 Summary: %{name} extension for libreoffice
135 Group: Productivity/Office/Suite 135 Group: Productivity/Office/Suite
136 Requires: %{name} = @PACKAGE_VERSION@ 136 Requires: %{name} = @PACKAGE_VERSION@
137 Requires: libreoffice 137 Requires: libreoffice
138 138
139 -%description -n libreoffice-extension-%{name} 139 +%description -n %{name}-libreoffice
140 This package provides 3270 access object to StarBasic. 140 This package provides 3270 access object to StarBasic.
141 141
142 Revision @PACKAGE_REVISION@ from @PACKAGE_SOURCE@ 142 Revision @PACKAGE_REVISION@ from @PACKAGE_SOURCE@
143 143
144 %if 0%{?_ooRexx} 144 %if 0%{?_ooRexx}
145 %package -n %{name}-plugin-rexx 145 %package -n %{name}-plugin-rexx
146 -Summary: %{name} extension & plugin for rexx scripting 146 +Summary: Rexx class for 3270 access
147 Group: Development/Languages/Other 147 Group: Development/Languages/Other
148 Requires: %{name} >= @PACKAGE_VERSION@ 148 Requires: %{name} >= @PACKAGE_VERSION@
149 Requires: ooRexx 149 Requires: ooRexx
@@ -227,7 +227,7 @@ rm -rf $RPM_BUILD_ROOT @@ -227,7 +227,7 @@ rm -rf $RPM_BUILD_ROOT
227 %files plugin-dbus 227 %files plugin-dbus
228 %{_libdir}/@PACKAGE_NAME@-plugins/dbus3270.so 228 %{_libdir}/@PACKAGE_NAME@-plugins/dbus3270.so
229 229
230 -%files -n libreoffice-extension-%{name} 230 +%files -n %{name}-libreoffice
231 %dir %{_libdir}/libreoffice/share/extensions/%{name} 231 %dir %{_libdir}/libreoffice/share/extensions/%{name}
232 %{_libdir}/libreoffice/share/extensions/%{name}/META-INF/manifest.xml 232 %{_libdir}/libreoffice/share/extensions/%{name}/META-INF/manifest.xml
233 %{_libdir}/libreoffice/share/extensions/%{name}/description.txt 233 %{_libdir}/libreoffice/share/extensions/%{name}/description.txt
@@ -238,6 +238,7 @@ rm -rf $RPM_BUILD_ROOT @@ -238,6 +238,7 @@ rm -rf $RPM_BUILD_ROOT
238 238
239 %if 0%{?_ooRexx} 239 %if 0%{?_ooRexx}
240 %files -n %{name}-plugin-rexx 240 %files -n %{name}-plugin-rexx
  241 +%defattr(-,root,root)
241 %{_rexxlibdir}/librx3270.so.@VERSION@ 242 %{_rexxlibdir}/librx3270.so.@VERSION@
242 %{_rexxlibdir}/librx3270.so 243 %{_rexxlibdir}/librx3270.so
243 %{_rexxclassdir}/rx3270.cls 244 %{_rexxclassdir}/rx3270.cls
src/plugins/rx3270/Makefile.in
@@ -78,7 +78,7 @@ install: $(BINRLS)$(DLL_NAME).$(VERSION) $(BINRLS)/$(PLUGIN_NAME) @@ -78,7 +78,7 @@ install: $(BINRLS)$(DLL_NAME).$(VERSION) $(BINRLS)/$(PLUGIN_NAME)
78 @$(LN_S) @DLLPREFIX@$(MODULE_NAME)@DLLEXT@.$(VERSION) $(DESTDIR)$(REXXLIBDIR)/@DLLPREFIX@$(MODULE_NAME)@DLLEXT@ 78 @$(LN_S) @DLLPREFIX@$(MODULE_NAME)@DLLEXT@.$(VERSION) $(DESTDIR)$(REXXLIBDIR)/@DLLPREFIX@$(MODULE_NAME)@DLLEXT@
79 79
80 @$(MKDIR) $(DESTDIR)$(REXX_HOME) 80 @$(MKDIR) $(DESTDIR)$(REXX_HOME)
81 - @$(INSTALL_PROGRAM) rx3270.cls $(DESTDIR)$(REXX_HOME) 81 + @$(INSTALL_DATA) rx3270.cls $(DESTDIR)$(REXX_HOME)
82 82
83 $(DEBDIR)/$(MODULE_NAME).install: Makefile 83 $(DEBDIR)/$(MODULE_NAME).install: Makefile
84 @$(MKDIR) `dirname $@` 84 @$(MKDIR) `dirname $@`