forked from pool/tomcat
- Some whitespace cleanups
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=73
This commit is contained in:
parent
270bc07d4d
commit
6be4a4bc07
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 09:08:36 UTC 2015 - tchvatal@suse.com
|
||||
|
||||
- Some whitespace cleanups
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 1 09:07:45 UTC 2015 - tchvatal@suse.com
|
||||
|
||||
|
@ -187,7 +187,6 @@ Obsoletes: jsp < %{jspspec}
|
||||
Apache Tomcat JSP API implementation classes version 2.3
|
||||
|
||||
%if %{with_systemd}
|
||||
|
||||
%package jsvc
|
||||
Summary: Apache jsvc wrapper for Apache Tomcat as separate service
|
||||
Group: Productivity/Networking/Web/Servers
|
||||
@ -472,7 +471,7 @@ popd
|
||||
# install sample webapp
|
||||
mkdir -p %{buildroot}%{appdir}/sample
|
||||
pushd %{buildroot}%{appdir}/sample
|
||||
%{jar} xf %{buildroot}%{appdir}/docs/appdev/sample/sample.war
|
||||
%jar xf %{buildroot}%{appdir}/docs/appdev/sample/sample.war
|
||||
popd
|
||||
|
||||
# Allow linking for example webapp
|
||||
@ -614,7 +613,6 @@ ln -sf %{_sysconfdir}/alternatives/servlet.jar %{buildroot}%{_javadir}/servlet.j
|
||||
%endif
|
||||
|
||||
%if %{with_systemd}
|
||||
|
||||
%pre jsvc
|
||||
%service_add_pre %{name}-jsvc.service
|
||||
|
||||
@ -798,7 +796,6 @@ rm -f \
|
||||
%{appdir}/sample
|
||||
|
||||
%if %{with_systemd}
|
||||
|
||||
%files jsvc
|
||||
%defattr(755,root,root,0755)
|
||||
%{_sbindir}/%{name}-jsvc-sysd
|
||||
|
Loading…
x
Reference in New Issue
Block a user