]> git.pld-linux.org Git - packages/tomcat-native.git/blobdiff - tomcat-native.spec
- up to 1.1.30
[packages/tomcat-native.git] / tomcat-native.spec
index 22deeabb4d721b1de3cfb676de1025fa3ba11314..bac97b76c4d7e65043063e9cdbfe077d247ddb07 100644 (file)
@@ -2,12 +2,12 @@
 Summary:       Native Tomcat Connector based on APR
 Summary(pl.UTF-8):     Natywny Connector Tomcata oparty o APR
 Name:          tomcat-native
-Version:       1.1.29
+Version:       1.1.30
 Release:       1
 License:       Apache v2
 Group:         Libraries
 Source0:       http://www.apache.org/dist/tomcat/tomcat-connectors/native/%{version}/source/%{name}-%{version}-src.tar.gz
-# Source0-md5: 98dd26555a600928238dd9f1d87b22da
+# Source0-md5: f54d1f43be65fdef39a849d842bcb27e
 URL:           http://tomcat.apache.org/native-doc/
 BuildRequires: ant
 BuildRequires: apr-devel
@@ -21,6 +21,7 @@ BuildRequires:        rpm >= 4.4.9-56
 BuildRequires: rpm-javaprov
 BuildRequires: rpmbuild(macros) >= 1.300
 BuildConflicts:        java-gcj-compat
+Requires:      nss
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -40,7 +41,7 @@ platform rather than simply a backend focused technology.
 
 %description -l pl.UTF-8
 Tomcat może wykorzytać Apache Portable Runtime aby zapewnić najwyższą,
-saklowalność, wydajność i lepszą integrację z natywnymi technologiami
+skalowalność, wydajność i lepszą integrację z natywnymi technologiami
 serwerowymi.
 
 Apache portable Runtime jest wysoce przenośną biblioteką, która jest
@@ -86,7 +87,10 @@ Statyczna biblioteka tcnative.
 %build
 # build java part
 cd jni
-%ant clean jar
+%ant clean jar \
+       -Dcompile.source=1.7 \
+       -Dcompile.target=1.7 \
+       %{nil}
 
 # build native part
 cd native
This page took 0.056429 seconds and 4 git commands to generate.