diff --git a/3.1.0.tar.gz b/3.1.0.tar.gz new file mode 100644 index 0000000..3d2ef3c Binary files /dev/null and b/3.1.0.tar.gz differ diff --git a/glassfish-servlet-api.spec b/glassfish-servlet-api.spec index a62904e..329034c 100644 --- a/glassfish-servlet-api.spec +++ b/glassfish-servlet-api.spec @@ -1,10 +1,10 @@ Name: glassfish-servlet-api Version: 3.1.0 -Release: 16 +Release: 17 Summary: API of Java Servlet -License: (CDDL or GPLv2 with exceptions) and ASL 2.0 +License: (CDDL-1.1 OR GPL-2.0-with-classpath-exception) AND Apache-2.0 URL: http://servlet-spec.java.net -Source0: javax.servlet-api-%{version}.tar.xz +Source0: https://github.com/javaee/servlet-spec/archive/%{version}.tar.gz Source1: http://www.apache.org/licenses/LICENSE-2.0.txt BuildArch: noarch @@ -27,7 +27,7 @@ Obsoletes: %{name}-javadoc < %{version}-%{release} Manauals of API and other help documents for %{name}. %prep -%autosetup -n javax.servlet-api-%{version} -p1 +%autosetup -n servlet-spec-%{version} -p1 %pom_remove_plugin :maven-remote-resources-plugin %pom_remove_plugin :maven-javadoc-plugin cp -p %{SOURCE1} . @@ -52,5 +52,8 @@ cp -p %{SOURCE1} . %_javadocdir/%{name} %changelog +* Mon Nov 14 2022 wulei - 3.1.0-17 +- Updating the source code package + * Sat Dec 14 2019 zhouyihang - 3.1.0-16 - Package init diff --git a/javax.servlet-api-3.1.0.tar.xz b/javax.servlet-api-3.1.0.tar.xz deleted file mode 100644 index 755cc45..0000000 Binary files a/javax.servlet-api-3.1.0.tar.xz and /dev/null differ