[SimplyHTML] Update to latest upstream version and some minor changes to the package.

hannes hannes at fedoraproject.org
Sat Jan 19 07:19:10 UTC 2013


commit 22a0612f72a84a8619abeeb05b97488fa83f7442
Author: hannes <hannes at fedoraproject.org>
Date:   Sat Jan 19 08:18:49 2013 +0100

    Update to latest upstream version and some minor changes to the package.

 .gitignore                                         |    1 +
 SimplyHTML.spec                                    |   15 +++++++++------
 simplyhtml-build.xml-classpath.patch               |   17 ++++++++++-------
 ...th.patch => simplyhtml-manifest-classpath.patch |    0
 sources                                            |    2 +-
 5 files changed, 21 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 75c44ba..cda2d97 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /SimplyHTML_src_0_13_1.tar.gz
+/SimplyHTML_src_0_16_05.tar.gz
diff --git a/SimplyHTML.spec b/SimplyHTML.spec
index 6a14ae1..2813a26 100644
--- a/SimplyHTML.spec
+++ b/SimplyHTML.spec
@@ -1,15 +1,15 @@
 Name:	SimplyHTML		
-Version:	0.13.1
-Release:	7%{?dist}
+Version:	0.16.5
+Release:	1%{?dist}
 Summary:	Application and a java component for rich text processing
 
 Group:		Development/Libraries
 License:	GPLv2 and BSD
 URL:		http://simplyhtml.sourceforge.net/
-Source0:	http://downloads.sourceforge.net/simplyhtml/%{name}_src_0_13_1.tar.gz
+Source0:	http://downloads.sourceforge.net/simplyhtml/%{name}_src_0_16_05.tar.gz
 Source1:	simplyhtml.sh
 Patch0:	simplyhtml-build.xml-classpath.patch
-Patch1:	simplythml-manifest-classpath.patch
+Patch1:	simplyhtml-manifest-classpath.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -45,7 +45,7 @@ Requires:	jpackage-utils
 This package contains the API documentation for %{name}.
 
 %prep
-%setup -q -n simplyhtml-0_13_1
+%setup -q -n simplyhtml-0_16_05
 %patch0 -p1
 %patch1 -p1
 find -name '*.class' -exec rm -f '{}' \;
@@ -81,7 +81,7 @@ ln -s simplyhtmlhelp-%{version}.jar %{buildroot}%{_javadir}/%{name}/simplyhtmlhe
 install -pD -m755 -T %{SOURCE1} %{buildroot}%{_bindir}/%(basename %{SOURCE1})
 
 mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
-cp -a dist/api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
+cp -a dist/help/* %{buildroot}%{_javadocdir}/%{name}-%{version}
 ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name}
 
 
@@ -106,6 +106,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Jan 19 2013 Johannes Lips <hannes at fedoraproject.org> 0.16.5-1
+- update to latest upstream version 
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.13.1-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/simplyhtml-build.xml-classpath.patch b/simplyhtml-build.xml-classpath.patch
index 5e3e1f1..bf2bdb0 100644
--- a/simplyhtml-build.xml-classpath.patch
+++ b/simplyhtml-build.xml-classpath.patch
@@ -1,13 +1,16 @@
---- simplyhtml-0_13_1/src/build.xml	2009-05-24 20:45:15.000000000 +0200
-+++ simplyhtml-0_13_1/src/build.xml	2010-09-10 12:27:43.053123682 +0200
-@@ -17,8 +17,8 @@
- 	<property name="java_source_version" value="1.4" />
- 	<property name="java_target_version" value="1.4" />
+--- simplyhtml-0_16_05/src/build.xml	2012-08-22 19:18:23.000000000 +0200
++++ simplyhtml-0_16_05/src/copy of build.xml	2013-01-19 08:10:05.233284955 +0100
+@@ -17,9 +17,10 @@
+ 	<property name="java_source_version" value="1.5" />
+ 	<property name="java_target_version" value="1.5" />
  	<property name="build.compiler" value="modern" />
 -	<property name="jhall.jar" value="..\lib\jhall.jar" />
 -	<property name="gnu-regexp.jar" value="..\lib\gnu-regexp-1.1.4.jar" />
+-	<property name="classpath" value="${jhall.jar}:${gnu-regexp.jar}"/>
 +	<property name="jhall.jar" value="/usr/share/java/javahelp2.jar" />
 +	<property name="gnu-regexp.jar" value="/usr/share/java/gnu-regexp.jar" />
- 	<property name="classpath" value="${jhall.jar}:${gnu-regexp.jar}"/>
++	
++<property name="classpath" value="${jhall.jar}:${gnu-regexp.jar}"/>
  
- 	<target name="build">
+ 	<target name="build" depends="clean">
+ 		<mkdir dir="${build}"/>
diff --git a/simplythml-manifest-classpath.patch b/simplyhtml-manifest-classpath.patch
similarity index 100%
rename from simplythml-manifest-classpath.patch
rename to simplyhtml-manifest-classpath.patch
diff --git a/sources b/sources
index 642b194..13feeaf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b4b594dea5d357909f3619a0c9eccb59  SimplyHTML_src_0_13_1.tar.gz
+3e942be81349f517d64415701d4f912b  SimplyHTML_src_0_16_05.tar.gz


More information about the scm-commits mailing list