rpms/grace/FC-3 grace.spec,1.1,1.2

José Abílio Oliveira Matos (jamatos) fedora-extras-commits at redhat.com
Thu Jan 12 11:46:27 UTC 2006


Author: jamatos

Update of /cvs/extras/rpms/grace/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12438

Modified Files:
	grace.spec 
Log Message:
fix summary, fortran compiler and do not set env. variable


Index: grace.spec
===================================================================
RCS file: /cvs/extras/rpms/grace/FC-3/grace.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- grace.spec	9 Jan 2006 16:15:12 -0000	1.1
+++ grace.spec	12 Jan 2006 11:46:26 -0000	1.2
@@ -1,7 +1,7 @@
 Name:           grace
 Version:        5.1.18
-Release:        7%{?dist}
-Summary:        Numerical Data Processing and Visualization Tool (grace)
+Release:        8%{?dist}
+Summary:        Numerical Data Processing and Visualization Tool
 
 License:        GPL
 # Xbae is BSD and cephes is LGPL, see also Source5 and Source6 
@@ -9,8 +9,8 @@
 Source0:        ftp://plasma-gate.weizmann.ac.il/pub/grace/src/grace5/%{name}-%{version}.tar.gz
 Source1:        %{name}.desktop
 Source2:        %{name}.png
-Source3:        %{name}.sh
-Source4:        %{name}.csh
+#Source3:        %{name}.sh
+#Source4:        %{name}.csh
 Source5:	cephes-license.email
 Source6:	LICENSE.cephes
 Patch:          %{name}-gracerc-no_auxiliary.diff
@@ -19,7 +19,7 @@
 
 BuildRequires:  libjpeg-devel, libpng-devel, netcdf-devel
 BuildRequires:  zlib-devel, xorg-x11-devel, fftw-devel, t1lib-devel
-BuildRequires:  openmotif-devel, gcc-gfortran
+BuildRequires:  openmotif-devel, gcc-g77
 BuildRequires:  desktop-file-utils, font-utils
 Requires:	nedit
 Requires(post): chkfontpath
@@ -57,7 +57,6 @@
     --enable-grace-home=%{_datadir}/%{name} \
     --disable-pdfdrv \
     --with-x \
-    --with-f77=gfortran \
     --with-extra-incpath=%{_includedir}/netcdf-3 \
     --with-extra-ldpath=%{_libdir}/netcdf-3
     
@@ -78,8 +77,9 @@
     %{buildroot}%{_datadir}/pixmaps         \
     %{buildroot}%{_datadir}/applications    \
     %{buildroot}%{_mandir}/man1             \
-    %{buildroot}%{_sysconfdir}/profile.d    \
     %{buildroot}%{_sysconfdir}/%{name}
+#    %{buildroot}%{_sysconfdir}/profile.d    \
+
 ##
 # Let's have some sanity
 #
@@ -121,8 +121,8 @@
 ##
 # Profile scripts
 #
-install -pm 755 %{SOURCE3} %{buildroot}%{_sysconfdir}/profile.d/%{name}.sh
-install -pm 755 %{SOURCE4} %{buildroot}%{_sysconfdir}/profile.d/%{name}.csh
+#install -pm 755 %{SOURCE3} %{buildroot}%{_sysconfdir}/profile.d/%{name}.sh
+#install -pm 755 %{SOURCE4} %{buildroot}%{_sysconfdir}/profile.d/%{name}.csh
 
 
 %clean
@@ -142,7 +142,7 @@
 %doc ChangeLog CHANGES COPYRIGHT DEVELOPERS LICENSE README LICENSE.Xbae
 %doc cephes-license.email LICENSE.cephes
 %doc examples/ doc/ 
-%{_sysconfdir}/profile.d/*
+#%{_sysconfdir}/profile.d/*
 %config(noreplace) %{_sysconfdir}/%{name}/
 %{_bindir}/*
 %{_datadir}/%{name}
@@ -163,6 +163,11 @@
 
 
 %changelog
+* Thu Jan 12 2006 Jose' Matos <jamatos at fc.up.pt> - 5.1.18-8
+- remove name from Summary
+- disable setting environment variable GRACE_HOME
+- use g77 as the fortran compiler
+
 * Mon Jan  9 2006 Patrice Dumas <dumas at centre-cired.fr> - 5.1.18-7
 - put config files in /etc
 - licence is GPL and not BSD/GPL, as it is not dual licensed




More information about the fedora-extras-commits mailing list