Commit bbb2142fa8c0eb37e8ae00a6a0eade499d38f1d4

Authored by perry.werneck@gmail.com
1 parent 1effce0c

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,13 +142,13 @@ This package provides 3270 access object to StarBasic.
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}-rexx 145 +%package -n %{name}-plugin-rexx
146 Summary: %{name} extension & plugin for rexx scripting 146 Summary: %{name} extension & plugin for rexx scripting
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
150 150
151 -%description -n %{name}-rexx 151 +%description -n %{name}-plugin-rexx
152 This package provides Rexx class and associated libraries 152 This package provides Rexx class and associated libraries
153 allowing rexx scripts to access tn3270e hosts. 153 allowing rexx scripts to access tn3270e hosts.
154 154
@@ -237,7 +237,7 @@ rm -rf $RPM_BUILD_ROOT @@ -237,7 +237,7 @@ rm -rf $RPM_BUILD_ROOT
237 %{_libdir}/libreoffice/share/extensions/%{name}/pw3270.uno.so 237 %{_libdir}/libreoffice/share/extensions/%{name}/pw3270.uno.so
238 238
239 %if 0%{?_ooRexx} 239 %if 0%{?_ooRexx}
240 -%files -n %{name}-rexx 240 +%files -n %{name}-plugin-rexx
241 %{_rexxlibdir}/librx3270.so.@VERSION@ 241 %{_rexxlibdir}/librx3270.so.@VERSION@
242 %{_rexxlibdir}/librx3270.so 242 %{_rexxlibdir}/librx3270.so
243 %{_rexxclassdir}/rx3270.cls 243 %{_rexxclassdir}/rx3270.cls
@@ -263,7 +263,7 @@ exit 0 @@ -263,7 +263,7 @@ exit 0
263 exit 0 263 exit 0
264 264
265 %if 0%{?_ooRexx} 265 %if 0%{?_ooRexx}
266 -%postun -n %{name}-rexx 266 +%postun -n %{name}-plugin-rexx
267 /sbin/ldconfig 267 /sbin/ldconfig
268 exit 0 268 exit 0
269 %endif 269 %endif