rpms/eclipse-quickrex/devel eclipse-quickrex.spec,1.3,1.4

Alphonse Van Assche (alcapcom) fedora-extras-commits at redhat.com
Thu Aug 2 22:18:27 UTC 2007


Author: alcapcom

Update of /cvs/pkgs/rpms/eclipse-quickrex/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23743

Modified Files:
	eclipse-quickrex.spec 
Log Message:
Fix a symtaxic error in the specfile



Index: eclipse-quickrex.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-quickrex/devel/eclipse-quickrex.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- eclipse-quickrex.spec	2 Aug 2007 21:57:16 -0000	1.3
+++ eclipse-quickrex.spec	2 Aug 2007 22:17:54 -0000	1.4
@@ -7,7 +7,7 @@
 
 Name:           eclipse-quickrex
 Version:        3.5.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        %{upstream_name} is a regular-expression test Eclipse Plug-In
 
 Group:          Development/Tools
@@ -80,7 +80,7 @@
 homedir=$(cd home > /dev/null && pwd)
 
 java -cp $SDK/startup.jar \
-     -Dosgi.sharedConfiguration.area={_libdir}/eclipse/configuration \
+     -Dosgi.sharedConfiguration.area=%{_libdir}/eclipse/configuration \
      org.eclipse.core.launcher.Main \
      -application org.eclipse.ant.core.antRunner \
      -Dtype=feature \
@@ -90,7 +90,7 @@
      -DbuildDirectory=$(pwd)/build \
      -Dbuilder=%{eclipse_base}/plugins/org.eclipse.pde.build/templates/package-build \
      -f %{eclipse_base}/plugins/org.eclipse.pde.build/scripts/build.xml \
-     -vmargs -Duser.home=$homedir \
+     -vmargs -Duser.home=$homedir 
 
 %install
 rm -rf %{buildroot}
@@ -139,6 +139,9 @@
 %endif
 
 %changelog
+* Thu Aug 2 2007 Alphonse Van Assche <alcapcom at gmail.com> 3.5.0-5
+- Fix a symtaxic error in the specfile.
+
 * Thu Aug 2 2007 Alphonse Van Assche <alcapcom at gmail.com> 3.5.0-4
 - Using java instead of eclipse to build the package.
 




More information about the fedora-extras-commits mailing list