rpms/eclipse/devel eclipse.spec,1.521,1.522

Andrew Overholt (overholt) fedora-extras-commits at redhat.com
Fri Apr 4 17:03:32 UTC 2008


Author: overholt

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

Modified Files:
	eclipse.spec 
Log Message:
* Fri Apr 04 2008 Andrew Overholt <overholt at redhat.com> 3.3.2-5
- Move pdebuild to better location (buildscripts).


Index: eclipse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse/devel/eclipse.spec,v
retrieving revision 1.521
retrieving revision 1.522
diff -u -r1.521 -r1.522
--- eclipse.spec	4 Apr 2008 14:36:18 -0000	1.521
+++ eclipse.spec	4 Apr 2008 17:02:48 -0000	1.522
@@ -20,7 +20,7 @@
 Summary:        An open, extensible IDE
 Name:           eclipse
 Version:        %{eclipse_majmin}.%{eclipse_micro}
-Release:        4%{?dist} 
+Release:        5%{?dist} 
 License:        Eclipse Public License
 Group:          Text Editors/Integrated Development Environments (IDE)
 URL:            http://www.eclipse.org/
@@ -985,10 +985,6 @@
 install -p -D -m0755 %{SOURCE18} $RPM_BUILD_ROOT%{_bindir}/ecj
 sed --in-place "s:@JAVADIR@:%{_javadir}:" $RPM_BUILD_ROOT%{_bindir}/ecj 
 
-# Install the PDE Build wrapper script.
-install -p -D -m0755 %{SOURCE21} \
-  $RPM_BUILD_ROOT%{_datadir}/%{name}/pdebuild
-
 # A sanity check.
 desktop-file-validate %{SOURCE2}
 
@@ -1008,6 +1004,10 @@
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/buildscripts
 cp copy-platform $RPM_BUILD_ROOT%{_datadir}/%{name}/buildscripts
 
+# Install the PDE Build wrapper script.
+install -p -D -m0755 %{SOURCE21} \
+  $RPM_BUILD_ROOT%{_datadir}/%{name}/buildscripts/pdebuild
+
 pushd $RPM_BUILD_ROOT%{_datadir}/%{name}
 ## BEGIN ANT ##
 rm plugins/org.apache.ant_1.7.0.v200706080842/lib/ant-antlr.jar
@@ -1639,6 +1639,9 @@
 %endif
 
 %changelog
+* Fri Apr 04 2008 Andrew Overholt <overholt at redhat.com> 3.3.2-5
+- Move pdebuild to better location (buildscripts).
+
 * Fri Apr 04 2008 Andrew Overholt <overholt at redhat.com> 3.3.2-4
 - Fix SWT version in Requires.
 




More information about the fedora-extras-commits mailing list