rebuilt [release 2.0.05-3mamba;Sun Apr 11 2021]
This commit is contained in:
parent
15f718916e
commit
b25ab227f8
@ -1,41 +1,29 @@
|
|||||||
Name: javahelp2
|
Name: javahelp2
|
||||||
Version: 2.0.05
|
Version: 2.0.05
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: The JavaHelp System
|
Summary: The JavaHelp System
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: gil <puntogil@libero.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://javahelp.dev.java.net/
|
URL: https://javahelp.dev.java.net/
|
||||||
Source0: https://javahelp.dev.java.net/files/documents/5985/59373/javahelp2-src-%{version}.zip
|
Source0: https://javahelp.dev.java.net/files/documents/5985/59373/javahelp2-src-%{version}.zip
|
||||||
Source1: javahelp2-jhindexer.sh
|
Source1: javahelp2-jhindexer.sh
|
||||||
Source2: javahelp2-jhsearch.sh
|
Source2: javahelp2-jhsearch.sh
|
||||||
License: GPL
|
License: GPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: java-openjdk8
|
||||||
BuildRequires: apache-ant
|
BuildRequires: apache-ant
|
||||||
BuildRequires: apache-ant-nodeps
|
BuildRequires: apache-ant-nodeps
|
||||||
BuildRequires: apache-tomcat5-jsp20-api
|
BuildRequires: javapackages
|
||||||
BuildRequires: apache-tomcat5-servletapi5
|
|
||||||
BuildRequires: jpackage-utils
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
JavaHelp software is a full-featured, platform-independent, extensible help system that enables developers and authors to incorporate online
|
JavaHelp software is a full-featured, platform-independent, extensible help system that enables developers and authors to incorporate online
|
||||||
help in applets, components, applications, operating systems, and devices. Authors can also use the JavaHelp software to deliver online
|
help in applets, components, applications, operating systems, and devices. Authors can also use the JavaHelp software to deliver online
|
||||||
documentation for the Web and corporate Intranet.
|
documentation for the Web and corporate Intranet.
|
||||||
|
|
||||||
%package javadoc
|
|
||||||
Summary: Javadoc for %{name}
|
|
||||||
Group: Documentation
|
|
||||||
|
|
||||||
%description javadoc
|
|
||||||
JavaHelp software is a full-featured, platform-independent, extensible help system that enables developers and authors to incorporate online
|
|
||||||
help in applets, components, applications, operating systems, and devices. Authors can also use the JavaHelp software to deliver online
|
|
||||||
documentation for the Web and corporate Intranet.
|
|
||||||
|
|
||||||
This package contains javadoc for %{name}.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q
|
%setup -q
|
||||||
chmod -R go=u-w *
|
chmod -R go=u-w *
|
||||||
|
|
||||||
@ -58,12 +46,13 @@ pushd javahelp_nbproject/lib
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
export CLASSPATH=$(build-classpath jsp-api20 servletapi5 ant/ant-nodeps junit-3.8.2)
|
export CLASSPATH=$(build-classpath jsp-api20 servletapi5 ant/ant-nodeps junit-3.8.2)
|
||||||
|
export JAVA_HOME=%{_jvmdir}/java-8
|
||||||
|
#export JAVA_CMD=%{_jvmdir}/java-8/bin/java
|
||||||
ant -f javahelp_nbproject/build.xml \
|
ant -f javahelp_nbproject/build.xml \
|
||||||
-Djdic-jar-present=true -Djdic-zip-present=true \
|
-Djdic-jar-present=true -Djdic-zip-present=true \
|
||||||
-Dservlet-jar-present=true -Dtomcat-zip-present=true \
|
-Dservlet-jar-present=true -Dtomcat-zip-present=true \
|
||||||
release javadoc
|
release
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -92,9 +81,6 @@ install -m 755 %{S:2} %{buildroot}%{_bindir}/jh2search
|
|||||||
|
|
||||||
mkdir -p %{buildroot}%{_datadir}/%{name}
|
mkdir -p %{buildroot}%{_datadir}/%{name}
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
|
|
||||||
cp -pr javahelp_nbproject/dist/lib/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version}
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -112,11 +98,10 @@ cp -pr javahelp_nbproject/dist/lib/javadoc/* %{buildroot}%{_javadocdir}/%{name}-
|
|||||||
%{_javadir}/javahelp2/jhbasic.jar
|
%{_javadir}/javahelp2/jhbasic.jar
|
||||||
%dir %{_datadir}/%{name}
|
%dir %{_datadir}/%{name}
|
||||||
|
|
||||||
%files javadoc
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_javadocdir}/%{name}-%{version}
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 11 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.05-3mamba
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
* Sat Nov 27 2010 gil <puntogil@libero.it> 2.0.05-2mamba
|
* Sat Nov 27 2010 gil <puntogil@libero.it> 2.0.05-2mamba
|
||||||
- rebuilt devel
|
- rebuilt devel
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user