rpms/simplyhtml/devel simplyhtml.spec,1.3,1.4

John T. Guthrie III guthrie at fedoraproject.org
Wed Mar 4 23:27:03 UTC 2009


Author: guthrie

Update of /cvs/extras/rpms/simplyhtml/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24578

Modified Files:
	simplyhtml.spec 
Log Message:
Typo fix in spec file.



Index: simplyhtml.spec
===================================================================
RCS file: /cvs/extras/rpms/simplyhtml/devel/simplyhtml.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- simplyhtml.spec	4 Mar 2009 14:36:09 -0000	1.3
+++ simplyhtml.spec	4 Mar 2009 23:26:32 -0000	1.4
@@ -3,7 +3,7 @@
 
 Name:           simplyhtml
 Version:        0.12.5
-Release:        7%{?dist}
+Release:        8%{?dist}
 Epoch:          0
 Summary:        Application and a java component for rich text processing
 # All files are GPL except for src/com/sun/demo/ElementTreePanel.java which has
@@ -83,7 +83,7 @@
 pushd src/com/sun/demo
 mv ElementTreePanel.java ElementTreePanel.java.BadLicense
 %ifarch %{multilib_arches}
-  unzip %{_prefix}/lib/jvm/java-1.6.0-openjdk-1.6.0.0i.%{_arch}/demo/jfc/Notepad/src.zip \
+  unzip %{_prefix}/lib/jvm/java-1.6.0-openjdk-1.6.0.0.%{_arch}/demo/jfc/Notepad/src.zip \
     ElementTreePanel.java
 %else
   unzip %{_prefix}/lib/jvm/java-1.6.0-openjdk-1.6.0.0/demo/jfc/Notepad/src.zip \
@@ -178,15 +178,21 @@
 
 %changelog
 * Wed Mar  4 2009 John Guthrie <guthrie at counterexample.org> 0:0.12.5-7
+- Typo fix in spec file.
+
+* Wed Mar  4 2009 John Guthrie <guthrie at counterexample.org> 0:0.12.5-7
 - More 64-bit file location fixes.
+
 * Wed Mar  4 2009 John Guthrie <guthrie at counterexample.org> 0:0.12.5-6
 - It turns out that the files for the java-1.6.0-openjdk-demo are placed in
   %%{_prefix}/lib, not %%{_libdir}.  (This is significant for 64-bit
   architectures.) The appropriate line to unzip the ElementTreePanel.java file
   out of the needed zip file was fixed.
+
 * Wed Feb 25 2009 John Guthrie <guthrie at counterexample.org> 0:0.12.5-5
 - Fixed the perms on the simplyhtml.sh source file.  Allowing the %%attr to
   take care of the perms.
+
 * Thu Feb 12 2009 John Guthrie <guthrie at counterexample.org> 0:0.12.5-4
 - Replaced the version of ElementTreePanel.java that came with the source code
   with a version that has an acceptable license.  Added java-1.6.0-openjdk-demo




More information about the fedora-extras-commits mailing list