rpms/eclipse-photran/F-12 eclipse-photran.spec,1.11,1.12

Orion Poplawski orion at fedoraproject.org
Fri Oct 30 22:33:15 UTC 2009


Author: orion

Update of /cvs/pkgs/rpms/eclipse-photran/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20406

Modified Files:
	eclipse-photran.spec 
Log Message:
* Fri Oct 30 2009 Orion Poplawski <orion at cora.nwra.com> - 5.0.0-0.2.200910081739
- Cleanup spec headers
- Drop gcj support
- Add needed Requires



Index: eclipse-photran.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-photran/F-12/eclipse-photran.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- eclipse-photran.spec	14 Oct 2009 16:06:19 -0000	1.11
+++ eclipse-photran.spec	30 Oct 2009 22:33:13 -0000	1.12
@@ -1,40 +1,34 @@
-%define gcj_support             1
 %define major                   5
 %define minor                   0       
 %define patch                   0       
 %define majmin                  %{major}.%{minor}
 %define eclipse_base            %{_libdir}/eclipse
 
-Summary:        Eclipse Fortran Development Tools (Photran) plugin
 Name:           eclipse-photran
 Version:        %{majmin}.%{patch}
-Release:        0.1.200910081739%{?dist}
-License:        EPL
+Release:        0.2.200910081739%{?dist}
+Summary:        Eclipse Fortran Development Tools (Photran) plugin
+
 Group:          Development/Tools
+License:        EPL
 URL:            http://www.eclipse.org/photran
-Requires:       eclipse-platform
-
 # The following tarball was generated by the makesource.sh script
-Source0: photran-v200910081739.tar.gz
-Source1: makesource.sh
+Source0:        photran-v200910081739.tar.gz
+Source1:        makesource.sh
+BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
+
+# Currently, upstream CDT only supports building on the platforms listed here.
+ExclusiveArch: %{ix86} x86_64 ppc ia64
+
 BuildRequires: eclipse-pde >= 1:3.5
 BuildRequires: eclipse-cdt >= 1:6.0
 BuildRequires: eclipse-rse >= 3.1
-%if %{gcj_support}
-BuildRequires:  gcc-java >= 4.0.2
-BuildRequires:  java-gcj-compat-devel >= 1.0.64
-Requires(post):   java-gcj-compat >= 1.0.64
-Requires(postun): java-gcj-compat >= 1.0.64
-%else
-BuildRequires:  java-devel >= 1.4.2
-%endif
-
-Requires:       gdb make gcc-gfortran
-Requires:       eclipse-platform >= 1:3.5.0
+BuildRequires: java-devel >= 1.4.2
 
-# Currently, upstream CDT only supports building on the platforms listed here.
-ExclusiveArch: %{ix86} x86_64 ppc ia64
-BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
+Requires:      eclipse-pde >= 1:3.5
+Requires:      eclipse-cdt >= 1:6.0
+Requires:      eclipse-rse >= 3.1
+Requires:      gdb make gcc-gfortran
 
 
 %description
@@ -91,29 +85,15 @@ do
   rmdir ${RPM_BUILD_ROOT}%{eclipse_base}/dropins/${feature}/eclipse
 done
 
-%if %{gcj_support}
-aot-compile-rpm
-%endif
-
 
 %clean 
 rm -rf ${RPM_BUILD_ROOT}
 
 
-%if %{gcj_support}
-%post -p %{_bindir}/rebuild-gcj-db
-
-%postun -p %{_bindir}/rebuild-gcj-db
-%endif
-
-
 %files
 %defattr(-,root,root,-)
 %doc org.eclipse.photran-feature/epl-v10.html
 %{eclipse_base}/dropins/org.eclipse.photran
-%if %{gcj_support}
-%{_libdir}/gcj/%{name}
-%endif
 
 %files intel
 %defattr(-,root,root,-)
@@ -125,6 +105,11 @@ rm -rf ${RPM_BUILD_ROOT}
 
 
 %changelog
+* Fri Oct 30 2009 Orion Poplawski <orion at cora.nwra.com> - 5.0.0-0.2.200910081739
+- Cleanup spec headers
+- Drop gcj support
+- Add needed Requires
+
 * Wed Oct 14 2009 Orion Poplawski <orion at cora.nwra.com> - 5.0.0-0.1.200910081739
 - Update to 5.0.0 pre-release 200910081739
 - Drop outline patch fixed upstream




More information about the fedora-extras-commits mailing list