# # spec file for package jakarta-taglibs-standard # # Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define short_name taglibs-standard Name: jakarta-taglibs-standard Version: 1.1.2 Release: 0 Summary: Open Source Implementation of the JSP Standard Tag Library License: Apache-2.0 Group: Development/Libraries/Java URL: https://tomcat.apache.org/taglibs/ Source0: http://archive.apache.org/dist/jakarta/taglibs/standard/source/%{name}-%{version}-src.tar.gz Patch0: %{name}-%{version}-build.patch Patch1: %{name}-java6-compatibility.patch Patch2: %{name}-%{version}-remove-enums.patch Patch3: jakarta-taglibs-standard-java7.patch Patch4: CVE-2015-0254.patch BuildRequires: ant BuildRequires: fdupes BuildRequires: java-devel >= 1.8 BuildRequires: servletapi5 BuildRequires: xalan-j2 Requires: servletapi5 >= 5.0.16 Requires: xalan-j2 BuildArch: noarch %description This package contains releases for the 1.1.x versions of the Standard Tag Library, Jakarta Taglibs's open source implementation of the JSP Standard Tag Library (JSTL), version 1.1. JSTL is a standard under the Java Community Process. %package javadoc Summary: Javadoc for jakarta-taglibs-standard Group: Development/Libraries/Java %description javadoc This package contains the javadoc documentation for Jakarta Taglibs. %prep %setup -q -n %{name}-%{version}-src %patch -P 0 %patch -P 1 -b .sav1 %patch -P 2 -b .sav2 %patch -P 3 -p1 %patch -P 4 -p1 cat > build.properties <