rpms/eclipse-changelog/devel eclipse-changelog.spec,1.28,1.29

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Feb 9 21:28:05 UTC 2006


Author: overholt

Update of /cvs/dist/rpms/eclipse-changelog/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8480

Modified Files:
	eclipse-changelog.spec 
Log Message:
Build against 3.1.2.


Index: eclipse-changelog.spec
===================================================================
RCS file: /cvs/dist/rpms/eclipse-changelog/devel/eclipse-changelog.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- eclipse-changelog.spec	16 Dec 2005 23:35:03 -0000	1.28
+++ eclipse-changelog.spec	9 Feb 2006 21:28:02 -0000	1.29
@@ -21,11 +21,11 @@
 Summary: 	%{pkg_summary} 
 Name: 		%{eclipse_name}-changelog
 Version: 	%{changelog_majmin}.%{changelog_micro}_fc
-Release:        23
+Release:        24
 License:	EPL (Eclipse Public License)  <http://www.eclipse.org/legal/epl-v10.html>
 Group:		Text Editors/Integrated Development Environments (IDE)
 URL:		http://sources.redhat.com/eclipse
-Requires: eclipse-platform
+Requires:	eclipse-platform >= 3.1.2
 
 # Note that following the Eclipse Releng process we do not distribute a 
 # real .tar.gz file.  Instead, you must build it by hand.  The way to do 
@@ -95,7 +95,7 @@
     -DjavacFailOnError=false \
     -DdontUnzip=true \
     -DbaseLocation=$SDK \
-    -Dpde.build.scripts=$SDK/plugins/org.eclipse.pde.build_3.1.0/scripts \
+    -Dpde.build.scripts=$SDK/plugins/org.eclipse.pde.build_3.1.2/scripts \
     -DdontFetchAnything=true 
 popd
 
@@ -122,10 +122,10 @@
 
 %if %{gcj_support}
 %post
-/usr/bin/rebuild-gcj-db
+%{_bindir}/rebuild-gcj-db
 
 %postun
-/usr/bin/rebuild-gcj-db
+%{_bindir}/rebuild-gcj-db
 %endif
 
 %files
@@ -137,6 +137,9 @@
 %endif
 
 %changelog
+* Thu Feb 09 2006 Andrew Overholt <overholt at redhat.com> 2.0.1_fc-24
+- Build against 3.1.2.
+
 * Fri Dec 16 2005 Andrew Overholt <overholt at redhat.com> 2.0.1_fc-23
 - Build against gcc 4.1.
 




More information about the fedora-cvs-commits mailing list