Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
jakarta-commons-digester
jakarta-commons-digester.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File jakarta-commons-digester.spec of Package jakarta-commons-digester
# # spec file for package jakarta-commons-digester # # Copyright (c) 2017 SUSE LINUX 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/ # %define base_name digester %define short_name commons-%{base_name} Name: jakarta-commons-digester Version: 1.7 Release: 0 Summary: Jakarta Commons Digester Package License: Apache-2.0 Group: Development/Libraries/Java Url: http://jakarta.apache.org/commons/digester/ Source0: http://www.apache.org/dist/jakarta/commons/digester/source/commons-digester-%{version}-src.tar.gz Patch0: %{name}-java16compat.patch BuildRequires: ant BuildRequires: apache-commons-collections BuildRequires: jakarta-commons-beanutils BuildRequires: java-devel BuildRequires: xml-commons-apis Requires: jakarta-commons-beanutils >= 1.7 Requires: jakarta-commons-logging >= 1.0 Provides: %{short_name} = %{version} Obsoletes: %{short_name} < %{version} BuildArch: noarch %description The goal of the Jakarta Commons Digester project is to create and maintain an XML to Java object mapping package written in the Java language to be distributed under the ASF license. %package javadoc Summary: Javadoc for jakarta-commons-digester Group: Development/Libraries/Java %description javadoc The goal of the Jakarta Commons Digester project is to create and maintain a XML -> Java object mapping package written in the Java language to be distributed under the ASF license. This package contains the javadoc documentation for the Jakarta Commons Digester Package. %prep %setup -q -n %{short_name}-%{version}-src %patch0 %build #cp LICENSE.txt ../LICENSE ant \ -Djunit.jar=$(build-classpath junit) \ -Dcommons-beanutils.jar=$(build-classpath commons-beanutils) \ -Dcommons-collections.jar=$(build-classpath commons-collections) \ -Dcommons-logging.jar=$(build-classpath commons-logging) \ dist # Build rss -- needed by struts export CLASSPATH=$CLASSPATH:`pwd`/dist/%{short_name}.jar (cd src/examples/rss; ant \ -Djunit.jar=$(build-classpath junit) \ -Dcommons-beanutils.jar=$(build-classpath commons-beanutils) \ -Dcommons-collections.jar=$(build-classpath commons-collections) \ -Dcommons-logging.jar=$(build-classpath commons-logging) \ dist \ ) #rm ../LICENSE %install # jars mkdir -p %{buildroot}%{_javadir} cp -p dist/%{short_name}.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar cp -p src/examples/rss/dist/%{short_name}-rss.jar %{buildroot}%{_javadir}/%{name}-%{version}-rss.jar (cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed "s|jakarta-||g"`; done) (cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done) # javadoc mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version} cp -pr dist/docs/api/* %{buildroot}%{_javadocdir}/%{name}-%{version} %files %doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt %{_javadir}/* %files javadoc %{_javadocdir}/%{name}-%{version} %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