rpms/weka/devel weka.spec,1.5,1.6

Miloš Jakubíček mjakubicek at fedoraproject.org
Mon May 3 13:55:41 UTC 2010


Author: mjakubicek

Update of /cvs/pkgs/rpms/weka/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv889/devel

Modified Files:
	weka.spec 
Log Message:
- Fix typo causing $CLASSPATH in %%{_bindir}/weka to be expanded during the build




Index: weka.spec
===================================================================
RCS file: /cvs/pkgs/rpms/weka/devel/weka.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- weka.spec	30 Apr 2010 16:10:20 -0000	1.5
+++ weka.spec	3 May 2010 13:55:32 -0000	1.6
@@ -7,7 +7,7 @@
 
 Name:			weka
 Version:		3.6.2
-Release:		3%{?dist}
+Release:		4%{?dist}
 Summary:		Waikato Environment for Knowledge Analysis
 
 Group:			Applications/Engineering
@@ -97,7 +97,7 @@ cat > $RPM_BUILD_ROOT%{_bindir}/%{name} 
 	set_classpath "postgresql-jdbc"
 	set_classpath "hsqldb"
 	set_classpath "mysql-connector-java"
-	export CLASSPATH="$CLASSPATH:%{_libdir}/javasqlite/sqlite.jar"
+	export CLASSPATH="\$CLASSPATH:%{_libdir}/javasqlite/sqlite.jar"
 	run "$@"
 EOF
 chmod a+x $RPM_BUILD_ROOT%{_bindir}/%{name}
@@ -143,6 +143,9 @@ fi
 %{_javadocdir}/%{name}
 
 %changelog
+* Mon May 03 2010 Miloš Jakubíček <xjakub at fi.muni.cz> - 3.6.2-4
+- Fix typo causing $CLASSPATH in %%{_bindir}/weka to be expanded during the build
+
 * Fri Apr 30 2010 Miloš Jakubíček <xjakub at fi.muni.cz> - 3.6.2-3
 - java_cup, hsqldb, postgresql-jdbc, mysql-connector-java, sqlite added to CLASSPATH and required
   (resolve BZ#587596)



More information about the scm-commits mailing list