Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
servletapi5
servletapi5.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File servletapi5.spec of Package servletapi5
# # spec file for package servletapi5 (Version 5.0.18) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # 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 http://bugs.opensuse.org/ # # norootforbuild Name: servletapi5 BuildRequires: ant java-1_5_0-gcj-compat-devel xml-commons-apis-bootstrap #!BuildIgnore: xml-commons xml-commons-resolver xerces-j2 xml-commons-apis #!BuildIgnore: xml-commons-jaxp-1.3-apis %define base_name servletapi %define major_version 5 %define name %{base_name}%{major_version} %define full_name jakarta-%{base_name} %define version 5.0.18 %define release 1jpp %define section free Version: 5.0.18 Release: 268 Summary: Java servlet and JSP implementation classes License: Apache-2.0 Group: Development/Libraries/Java Source: %{full_name}-5-src.tar.gz Patch150: java150_build.patch Url: http://jakarta.apache.org/tomcat/ Requires: /usr/sbin/update-alternatives BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build #Obsoletes: servlet4 #Obsoletes: servlet23 Provides: servlet Provides: servlet5 Provides: servlet24 %description This subproject contains the source code for the implementation classes of the Java Servlet and JSP APIs (packages javax.servlet). %package javadoc License: Apache-2.0 Group: Development/Libraries/Java Summary: Javadoc for servletapi5 PreReq: coreutils %description javadoc This subproject contains the source code for the implementation classes of the Java Servlet and JSP APIs (packages javax.servlet). This package contains the javadoc documentation for the Java Servlet and JSP APIs. %prep rm -rf $RPM_BUILD_ROOT %setup -q -c -T -a 0 -n %{full_name}-5-src %patch150 %build # Fix us a license file first cp -f jakarta-tomcat-%{version}-src/jakarta-servletapi-5/jsr154/LICENSE . cd jakarta-tomcat-%{version}-src/jakarta-servletapi-5 find . -type f -name "*.jar" -exec rm -f {} \; pushd . cd jsr154 ant dist -Dservletapi.build=build -Dservletapi.dist=dist popd pushd . cd jsr152 ant dist -Dservletapi.build=build -Dservletapi.dist=dist popd %install cd jakarta-tomcat-%{version}-src/jakarta-servletapi-5 # jars install -d -m 755 $RPM_BUILD_ROOT%{_javadir} install -m 644 jsr152/dist/lib/jsp-api.jar $RPM_BUILD_ROOT%{_javadir}/jspapi-%{version}.jar install -m 644 jsr154/dist/lib/servlet-api.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar (cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done) # javadoc jsp install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/jsp-api-%{version} cp -pr jsr152/build/docs/api/* $RPM_BUILD_ROOT%{_javadocdir}/jsp-api-%{version} ln -s jsp-api-%{version} $RPM_BUILD_ROOT%{_javadocdir}/jsp-api # ghost symlink # javadoc servlet install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version} cp -pr jsr154/build/docs/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version} ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink %clean rm -rf $RPM_BUILD_ROOT %post #update-alternatives --install %{_javadir}/servlet.jar servlet %{_javadir}/%{name}-%{version}.jar 50 #update-alternatives --install %{_javadir}/jsp.jar jsp %{_javadir}/jsp-api-%{version}.jar 50 %postun #if [ "$1" = "0" ]; then # update-alternatives --remove servlet %{_javadir}/%{name}-%{version}.jar # update-alternatives --remove jsp %{_javadir}/jsp-api-%{version}.jar #fi %post javadoc rm -f %{_javadocdir}/%{name} rm -f %{_javadocdir}/jsp-api ln -s %{name}-%{version} %{_javadocdir}/%{name} ln -s jsp-api-%{version} %{_javadocdir}/jsp-api %files %defattr(-,root,root) %doc LICENSE %{_javadir}/* %files javadoc %defattr(-,root,root) %doc %{_javadocdir}/%{name}-%{version} %doc %{_javadocdir}/jsp-api-%{version} %ghost %doc %{_javadocdir}/%{name} %ghost %doc %{_javadocdir}/jsp-api %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor