rpms/eclipse-cdt/F-8 eclipse-cdt.spec,1.89,1.90

Jeff Johnston (jjohnstn) fedora-extras-commits at redhat.com
Wed Dec 5 20:36:37 UTC 2007


Author: jjohnstn

Update of /cvs/extras/rpms/eclipse-cdt/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14106

Modified Files:
	eclipse-cdt.spec 
Log Message:

* Wed Dec 05 2007 Jeff Johnston <jjohnstn at redhat.com> 4.0.1-3
- Resolves #412651, #412661, #385991 
- Rebase autotools to 0.9.5.3
- Adds glibc C library completion support.
- Fix clean by removal option.
- Add support for changes to configure/autogen command names.
- Add gcj checks for %%post and %%postun steps.





Index: eclipse-cdt.spec
===================================================================
RCS file: /cvs/extras/rpms/eclipse-cdt/F-8/eclipse-cdt.spec,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- eclipse-cdt.spec	24 Oct 2007 21:33:56 -0000	1.89
+++ eclipse-cdt.spec	5 Dec 2007 20:36:04 -0000	1.90
@@ -18,7 +18,7 @@
 Summary:        Eclipse C/C++ Development Tools (CDT) plugin
 Name:           eclipse-cdt
 Version:        %{majmin}.%{micro}
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        Eclipse Public License / CPL
 Group:          Development/Tools
 URL:            http://www.eclipse.org/cdt
@@ -63,7 +63,7 @@
 
 Source0: %{name}-fetched-src-CDT_4_0_1.tar.bz2
 
-Source1: http://sources.redhat.com/eclipse/autotools/eclipse-cdt-fetched-src-autotools-0_9_5_1.tar.gz
+Source1: http://sources.redhat.com/eclipse/autotools/eclipse-cdt-fetched-src-autotools-0_9_5_3.tar.gz
 
 # The following tarball was generated thusly:
 #
@@ -317,11 +317,15 @@
 
 %if %{gcj_support}
 %post
+%if [-x %{_bindir}/rebuild-gcj-db]
 %{_bindir}/rebuild-gcj-db
+%endif
 
 %postun
+%if [-x %{_bindir}/rebuild-gcj-db]
 %{_bindir}/rebuild-gcj-db
 %endif
+%endif
 
 %files
 %defattr(-,root,root)
@@ -356,6 +360,14 @@
 %{_libdir}/eclipse/plugins/org.eclipse.cdt.source*
 
 %changelog
+* Wed Dec 05 2007 Jeff Johnston <jjohnstn at redhat.com> 4.0.1-3
+- Resolves #412651, #412661, #385991 
+- Rebase autotools to 0.9.5.3
+- Adds glibc C library completion support.
+- Fix clean by removal option.
+- Add support for changes to configure/autogen command names.
+- Add gcj checks for %%post and %%postun steps.
+
 * Wed Oct 24 2007 Jeff Johnston <jjohnstn at redhat.com> 4.0.1-2
 - Rebase autotools to 0.9.5.1
 - Add autotools property tab for C/C++ build.




More information about the fedora-extras-commits mailing list