Commit bbb2142fa8c0eb37e8ae00a6a0eade499d38f1d4
1 parent
1effce0c
Exists in
master
and in
5 other branches
Corrigindo nome do pacote com o plugin rexx
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
pw3270.spec.in
... | ... | @@ -142,13 +142,13 @@ This package provides 3270 access object to StarBasic. |
142 | 142 | Revision @PACKAGE_REVISION@ from @PACKAGE_SOURCE@ |
143 | 143 | |
144 | 144 | %if 0%{?_ooRexx} |
145 | -%package -n %{name}-rexx | |
145 | +%package -n %{name}-plugin-rexx | |
146 | 146 | Summary: %{name} extension & plugin for rexx scripting |
147 | 147 | Group: Development/Languages/Other |
148 | 148 | Requires: %{name} >= @PACKAGE_VERSION@ |
149 | 149 | Requires: ooRexx |
150 | 150 | |
151 | -%description -n %{name}-rexx | |
151 | +%description -n %{name}-plugin-rexx | |
152 | 152 | This package provides Rexx class and associated libraries |
153 | 153 | allowing rexx scripts to access tn3270e hosts. |
154 | 154 | |
... | ... | @@ -237,7 +237,7 @@ rm -rf $RPM_BUILD_ROOT |
237 | 237 | %{_libdir}/libreoffice/share/extensions/%{name}/pw3270.uno.so |
238 | 238 | |
239 | 239 | %if 0%{?_ooRexx} |
240 | -%files -n %{name}-rexx | |
240 | +%files -n %{name}-plugin-rexx | |
241 | 241 | %{_rexxlibdir}/librx3270.so.@VERSION@ |
242 | 242 | %{_rexxlibdir}/librx3270.so |
243 | 243 | %{_rexxclassdir}/rx3270.cls |
... | ... | @@ -263,7 +263,7 @@ exit 0 |
263 | 263 | exit 0 |
264 | 264 | |
265 | 265 | %if 0%{?_ooRexx} |
266 | -%postun -n %{name}-rexx | |
266 | +%postun -n %{name}-plugin-rexx | |
267 | 267 | /sbin/ldconfig |
268 | 268 | exit 0 |
269 | 269 | %endif | ... | ... |