rpms/jmol/devel .cvsignore, 1.3, 1.4 import.log, 1.3, 1.4 jmol.spec, 1.3, 1.4 sources, 1.3, 1.4

Jussi Lehtola jussilehtola at fedoraproject.org
Thu Dec 18 13:38:56 UTC 2008


Author: jussilehtola

Update of /cvs/pkgs/rpms/jmol/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31579/devel

Modified Files:
	.cvsignore import.log jmol.spec sources 
Log Message:
* Thu Dec 18 2008 Jussi Lehtola <jussi.lehtola at iki.fi> - 11.6-7.10506svn
- Remove jpackage-utils from the Requires of the documentation packages.

* Fri Oct 24 2008 Jussi Lehtola <jussi.lehtola at iki.fi> - 11.6-6.10137svn
- Fix build on EPEL 5.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/jmol/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	23 Oct 2008 20:54:12 -0000	1.3
+++ .cvsignore	18 Dec 2008 13:38:26 -0000	1.4
@@ -1 +1 @@
-jmol-11.6.10137.tar.bz2
+jmol-11.6.10506.tar.bz2


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/jmol/devel/import.log,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- import.log	24 Oct 2008 13:55:12 -0000	1.3
+++ import.log	18 Dec 2008 13:38:26 -0000	1.4
@@ -1,3 +1,4 @@
 jmol-11_6-2_10081svn_fc9:HEAD:jmol-11.6-2.10081svn.fc9.src.rpm:1224794641
 jmol-11_6-3_10137svn_fc9:HEAD:jmol-11.6-3.10137svn.fc9.src.rpm:1224795211
 jmol-11_6-5_10137svn_fc9:HEAD:jmol-11.6-5.10137svn.fc9.src.rpm:1224856479
+jmol-11_6-7_10506svn_fc10:HEAD:jmol-11.6-7.10506svn.fc10.src.rpm:1229607420


Index: jmol.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jmol/devel/jmol.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jmol.spec	24 Oct 2008 13:55:12 -0000	1.3
+++ jmol.spec	18 Dec 2008 13:38:26 -0000	1.4
@@ -1,19 +1,22 @@
-%define svnrel 10137
+%define svnrel 10506
 
 Name:		jmol
 Version:	11.6
-Release:	5.%{svnrel}svn%{?dist}
+Release:	7.%{svnrel}svn%{?dist}
 Summary:	An open-source Java viewer for chemical structures in 3D
 Group:		Applications/Engineering
 License:	LGPLv2+
 URL:		http://jmol.sourceforge.net
 BuildArch:	noarch
-#Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}-full.tar.gz
+
+# The official release package doesn't have support for building the jar files,
+# so we use SVN instead.
+
 # The source package has been created from SVN sources:
 # svn export -r %{svnrel} https://jmol.svn.sourceforge.net/svnroot/jmol/branches/v11_6/Jmol
 Source0:	%{name}-%{version}.%{svnrel}.tar.bz2
 Source1:	jmol.desktop
-# Image available at "http://wiki.jmol.org:81/index.php/Image:Jmol_icon_128.png" 
+# Image available at "http://wiki.jmol.org:81/index.php/Image:Jmol_icon_128.png"
 Source2:	Jmol_icon_128.png
 # Patch disabling jar signing
 Patch0:		jmol.patch
@@ -37,7 +40,6 @@
 Summary:	Javadocs for %{name}
 Group:		Documentation
 Requires:	%{name} = %{version}-%{release}
-Requires:	jpackage-utils
 
 %description javadoc
 This package contains the API documentation for %{name}.
@@ -46,7 +48,6 @@
 %package doc
 Summary:	Documentation for %{name}
 Group:		Documentation
-Requires:	jpackage-utils
 Requires:	%{name} = %{version}-%{release}
 
 %description doc
@@ -104,17 +105,23 @@
 %doc build/doc/*
 
 %changelog
-* Fri Oct 24 2008 Jussi Lehtola - 11.6-5.10137svn
+* Thu Dec 18 2008 Jussi Lehtola <jussi.lehtola at iki.fi> - 11.6-7.10506svn
+- Remove jpackage-utils from the Requires of the documentation packages.
+
+* Fri Oct 24 2008 Jussi Lehtola <jussi.lehtola at iki.fi> - 11.6-6.10137svn
+- Fix build on EPEL 5.
+
+* Fri Oct 24 2008 Jussi Lehtola <jussi.lehtola at iki.fi> - 11.6-5.10137svn
 - Disable JAR signing.
 
-* Fri Oct 24 2008 Jussi Lehtola - 11.6-4.10137svn
+* Fri Oct 24 2008 Jussi Lehtola <jussi.lehtola at iki.fi> - 11.6-4.10137svn
 - Add gettext-devel to BR and fix desktop-file-install.
 
-* Thu Oct 23 2008 Jussi Lehtola - 11.6-3.10137svn
+* Thu Oct 23 2008 Jussi Lehtola <jussi.lehtola at iki.fi> - 11.6-3.10137svn
 - Update to svn revision 10137.
 
-* Tue Oct 14 2008 Jussi Lehtola - 11.6-2.10081svn
+* Tue Oct 14 2008 Jussi Lehtola <jussi.lehtola at iki.fi> - 11.6-2.10081svn
 - Review fixes.
 
-* Mon Oct 13 2008 Jussi Lehtola - 11.6-1.10081svn
+* Mon Oct 13 2008 Jussi Lehtola <jussi.lehtola at iki.fi> - 11.6-1.10081svn
 - First release.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/jmol/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	23 Oct 2008 20:54:12 -0000	1.3
+++ sources	18 Dec 2008 13:38:26 -0000	1.4
@@ -1 +1 @@
-2fc3f6204f611fcba3415139551d35d4  jmol-11.6.10137.tar.bz2
+02eed2de30dee5191447091a0860b29d  jmol-11.6.10506.tar.bz2




More information about the fedora-extras-commits mailing list