This commit is contained in:
parent
502fac2366
commit
2f40c793a4
BIN
3.1.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
3.1.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
4
glassfish-servlet-api.changes
Normal file
4
glassfish-servlet-api.changes
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 29 12:40:33 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Initial package of javax.servlet-api 3.1.0
|
@ -21,18 +21,18 @@ Name: glassfish-servlet-api
|
|||||||
Version: 3.1.0
|
Version: 3.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Java Servlet API
|
Summary: Java Servlet API
|
||||||
License: (CDDL-1.0 OR GPL-2.0-with-classpath-exception) AND Apache-2.0
|
License: (CDDL-1.0 OR GPL-2.0-only WITH Classpath-exception-2.0) AND Apache-2.0
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
URL: http://servlet-spec.java.net
|
URL: http://servlet-spec.java.net
|
||||||
# svn export https://svn.java.net/svn/glassfish~svn/tags/javax.servlet-api-3.1.0 javax.servlet-api-3.1.0
|
Source0: https://github.com/javaee/servlet-spec/archive/%{version}.tar.gz
|
||||||
# tar cvJf javax.servlet-api-3.1.0.tar.xz javax.servlet-api-3.1.0/
|
|
||||||
Source0: %{artifactId}-%{version}.tar.xz
|
|
||||||
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||||
Source2: glassfish-servlet-api-build.xml
|
Source2: glassfish-servlet-api-build.xml
|
||||||
Source3: glassfish-servlet-api-build.properties
|
Source3: glassfish-servlet-api-build.properties
|
||||||
BuildRequires: fdupes ant
|
BuildRequires: ant
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
BuildRequires: mvn(net.java:jvnet-parent:pom:)
|
BuildRequires: jvnet-parent
|
||||||
|
Requires: mvn(net.java:jvnet-parent:pom:)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -43,12 +43,13 @@ an instance of such a class by a conforming servlet container.
|
|||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
Summary: Javadoc for %{name}
|
Summary: Javadoc for %{name}
|
||||||
|
Group: Development/Libraries/Java
|
||||||
|
|
||||||
%description javadoc
|
%description javadoc
|
||||||
API documentation for %{name}.
|
API documentation for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{artifactId}-%{version}
|
%setup -q -n servlet-spec-%{version}
|
||||||
%pom_remove_plugin :maven-remote-resources-plugin
|
%pom_remove_plugin :maven-remote-resources-plugin
|
||||||
%pom_remove_plugin :maven-javadoc-plugin
|
%pom_remove_plugin :maven-javadoc-plugin
|
||||||
cp -p %{SOURCE1} src/main/resources/META-INF/
|
cp -p %{SOURCE1} src/main/resources/META-INF/
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:81623b61bcce558c85ed5d3c6243713b79eb71a31c712efa3685924c29c813b9
|
|
||||||
size 77360
|
|
Loading…
Reference in New Issue
Block a user