rpms/javahelp2/F-11 javahelp2-jhindexer.sh, 1.1, 1.2 javahelp2-jhsearch.sh, 1.1, 1.2 javahelp2.spec, 1.2, 1.3

Miloš Jakubíček mjakubicek at fedoraproject.org
Mon Apr 27 11:02:48 UTC 2009


Author: mjakubicek

Update of /cvs/pkgs/rpms/javahelp2/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv891/F-11

Modified Files:
	javahelp2-jhindexer.sh javahelp2-jhsearch.sh javahelp2.spec 
Log Message:
- Fix FTBFS: added BR: servletapi5.
- Fixed wrapper scripts, resolves BZ#479341.




Index: javahelp2-jhindexer.sh
===================================================================
RCS file: /cvs/pkgs/rpms/javahelp2/F-11/javahelp2-jhindexer.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- javahelp2-jhindexer.sh	9 Jun 2008 08:12:56 -0000	1.1
+++ javahelp2-jhindexer.sh	27 Apr 2009 11:02:17 -0000	1.2
@@ -19,7 +19,7 @@
 
 # Configuration
 MAIN_CLASS=com.sun.java.help.search.Indexer
-BASE_JARS=javahelp
+BASE_JARS=javahelp2
 
 # Set parameters
 set_jvm


Index: javahelp2-jhsearch.sh
===================================================================
RCS file: /cvs/pkgs/rpms/javahelp2/F-11/javahelp2-jhsearch.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- javahelp2-jhsearch.sh	9 Jun 2008 08:12:56 -0000	1.1
+++ javahelp2-jhsearch.sh	27 Apr 2009 11:02:17 -0000	1.2
@@ -19,7 +19,7 @@
 
 # Configuration
 MAIN_CLASS=com.sun.java.help.search.QueryEngine
-BASE_JARS=javahelp
+BASE_JARS=javahelp2
 
 # Set parameters
 set_jvm


Index: javahelp2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/javahelp2/F-11/javahelp2.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- javahelp2.spec	25 Feb 2009 09:02:48 -0000	1.2
+++ javahelp2.spec	27 Apr 2009 11:02:17 -0000	1.3
@@ -30,7 +30,7 @@
 
 Name:		javahelp2
 Version:	2.0.05
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	JavaHelp is a full-featured, platform-independent, extensible help system 
 License:	GPLv2 with exceptions
 Url:		https://javahelp.dev.java.net/
@@ -45,6 +45,7 @@
 BuildRequires:	jpackage-utils >= 0:1.5.32
 BuildRequires:  jsp >= 0:2.0
 BuildRequires:	java-devel >= 1:1.6.0 ant ant-nodeps
+BuildRequires:	servletapi5
 Requires:	java >= 1:1.6.0
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -116,6 +117,10 @@
 %{_javadocdir}/%{name}-%{version}
 
 %changelog
+* Mon Apr 27 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 2.0.05-7
+- Fix FTBFS: added BR: servletapi5.
+- Fixed wrapper scripts, resolves BZ#479341.
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.05-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list