]> git.pld-linux.org Git - packages/tomcat.git/commitdiff
- up to 7.0.85 auto/th/tomcat-7.0.85-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 10 Apr 2018 06:11:15 +0000 (08:11 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 10 Apr 2018 06:11:15 +0000 (08:11 +0200)
tomcat-build.xml.patch
tomcat.spec

index b4b4e2dafec1b8d7d01e4284263112c9532bc94c..487f13102c930df60181dda429622d85ae7e1144 100644 (file)
@@ -9,20 +9,6 @@
      <!-- Compile internal server components -->
      <javac srcdir="java" destdir="${tomcat.classes}"
             debug="${compile.debug}"
-@@ -937,13 +883,6 @@
-   <target name="deploy" depends="package,build-docs"
-           description="Default. Builds a working Tomcat instance">
--    <copy tofile="${tomcat.build}/bin/tomcat-native.tar.gz"
--            file="${tomcat-native.tar.gz}" />
--    <copy tofile="${tomcat.build}/bin/commons-daemon-native.tar.gz"
--            file="${commons-daemon.native.src.tgz}" />
--
--    <copy tofile="${tomcat.build}/bin/commons-daemon.jar" file="${commons-daemon.jar}" />
--
-     <!-- Copy scripts -->
-     <copy todir="${tomcat.build}/bin">
-       <fileset dir="bin">
 @@ -1198,7 +1198,7 @@
  
    </target>
      <mkdir dir="${tomcat.dist}"/>
      <mkdir dir="${tomcat.dist}/bin"/>
      <mkdir dir="${tomcat.dist}/conf"/>
+@@ -1832,13 +1832,6 @@
+       </fileset>
+     </copy>
+-    <!-- Source bundles for native components -->
+-    <copy tofile="${tomcat.dist}/bin/tomcat-native.tar.gz"
+-            file="${tomcat-native.tar.gz}" />
+-    <copy tofile="${tomcat.dist}/bin/commons-daemon-native.tar.gz"
+-            file="${commons-daemon.native.src.tgz}" />
+-
+-    <!-- platform README files -->
+     <echo append="false" file="${tomcat.dist}/bin/x64/README">
+ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform.
+     </echo>
+
index bc4e6c3240c71e4e5a3e862b229bd3f14c591869..731756f78358738005332a2e5d0b0cf12a1bb2ee 100644 (file)
 Summary:       Web server and Servlet/JSP Engine, RI for Servlet %{servletapiver}/JSP %{jspapiver} API
 Summary(pl.UTF-8):     Serwer www i silnik Servlet/JSP będący wzorcową implementacją API Servlet %{servletapiver}/JSP %{jspapiver}
 Name:          tomcat
-Version:       7.0.82
+Version:       7.0.85
 Release:       1
 License:       Apache v2.0
 Group:         Networking/Daemons/Java
 Source0:       http://www.apache.org/dist/tomcat/tomcat-7/v%{version}/src/apache-%{name}-%{version}-src.tar.gz
-# Source0-md5: 66d14623b2de908cce36a0290e5cd49a
+# Source0-md5: 13fa23dad2c994b0f0f0fc0548865e29
 Source1:       apache-%{name}.init
 Source2:       apache-%{name}.sysconfig
 Source3:       %{name}-build.properties
This page took 0.06813 seconds and 4 git commands to generate.