forked from pool/tomcat
- update to 7.0.35 (bugfix release)
require ecj >= 4.2.1, like upstream do - make gpg-offline work distros after 12.2 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=17
This commit is contained in:
12
tomcat.spec
12
tomcat.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tomcat
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2000-2009, JPackage Project
|
||||
# All rights reserved.
|
||||
#
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
%define major_version 7
|
||||
%define minor_version 0
|
||||
%define micro_version 33
|
||||
%define micro_version 35
|
||||
|
||||
%define packdname apache-tomcat-%{version}-src
|
||||
%define tcuid 91
|
||||
@@ -84,11 +84,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: ant
|
||||
BuildRequires: ecj >= 3.2.2
|
||||
BuildRequires: ecj >= 4.2.1
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: findutils
|
||||
BuildRequires: geronimo-jaf-1_0_2-api
|
||||
%if 0%{?suse_version} >= 1220
|
||||
%if 0%{?suse_version} > 1220
|
||||
BuildRequires: gpg-offline
|
||||
%endif
|
||||
BuildRequires: jakarta-commons-collections
|
||||
@@ -212,7 +212,7 @@ Group: Productivity/Networking/Web/Servers
|
||||
Requires: %{name}-el-%{elspec}-api = %{version}-%{release}
|
||||
Requires: %{name}-jsp-%{jspspec}-api = %{version}-%{release}
|
||||
Requires: %{name}-servlet-%{servletspec}-api = %{version}-%{release}
|
||||
Requires(post): ecj >= 3.2.2
|
||||
Requires(post): ecj >= 4.2.1
|
||||
Requires(post): jakarta-commons-collections-tomcat5
|
||||
Requires(post): jakarta-commons-dbcp-tomcat5
|
||||
Requires(post): jakarta-commons-pool-tomcat5
|
||||
@@ -251,7 +251,7 @@ The ROOT and examples web applications for Apache Tomcat
|
||||
|
||||
%prep
|
||||
|
||||
%if 0%{?suse_version} >= 1220
|
||||
%if 0%{?suse_version} > 1220
|
||||
%gpg_verify %{S:1001}
|
||||
%endif
|
||||
|
||||
|
Reference in New Issue
Block a user