rpms/grace/devel grace.spec, 1.2, 1.3 grace.csh, 1.1, NONE grace.sh, 1.1, NONE

José Abílio Oliveira Matos (jamatos) fedora-extras-commits at redhat.com
Wed Feb 1 02:13:59 UTC 2006


Author: jamatos

Update of /cvs/extras/rpms/grace/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2846

Modified Files:
	grace.spec 
Removed Files:
	grace.csh grace.sh 
Log Message:
* Wed Feb  1 2006 José Matos <jamatos at fc.up.pt> - 5.1.19-2
- Update BR from fftw to fftw2.
- Remove references to previous profile scripts.



Index: grace.spec
===================================================================
RCS file: /cvs/extras/rpms/grace/devel/grace.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- grace.spec	13 Jan 2006 17:26:12 -0000	1.2
+++ grace.spec	1 Feb 2006 02:13:59 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           grace
 Version:        5.1.19
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Numerical Data Processing and Visualization Tool
 
 License:        GPL
@@ -9,16 +9,14 @@
 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
-Source5:	cephes-license.email
-Source6:	LICENSE.cephes
+Source3:	cephes-license.email
+Source4:	LICENSE.cephes
 Patch:          %{name}-gracerc-no_auxiliary.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Group:          Applications/Engineering
 
 BuildRequires:  libjpeg-devel, libpng-devel, netcdf-devel
-BuildRequires:  zlib-devel, libXpm-devel, fftw-devel, t1lib-devel
+BuildRequires:  zlib-devel, libXpm-devel, fftw2-devel, t1lib-devel
 BuildRequires:  openmotif-devel, gcc-gfortran
 BuildRequires:  desktop-file-utils, font-utils
 Requires:	nedit
@@ -49,7 +47,7 @@
 %patch
 
 %build
-cp %{SOURCE5} %{SOURCE6} .
+cp %{SOURCE3} %{SOURCE4} .
 %configure \
     --enable-editres \
     --with-editor=nedit \
@@ -119,11 +117,6 @@
     --add-category Application                          \
     --add-category Graphics	                            \
     %{buildroot}%{_datadir}/applications/%{name}.desktop
-##
-# Profile scripts
-#
-#install -pm 755 %{SOURCE3} %{buildroot}%{_sysconfdir}/profile.d/%{name}.sh
-#install -pm 755 %{SOURCE4} %{buildroot}%{_sysconfdir}/profile.d/%{name}.csh
 
 
 %clean
@@ -143,7 +136,6 @@
 %doc ChangeLog CHANGES COPYRIGHT DEVELOPERS LICENSE README LICENSE.Xbae
 %doc cephes-license.email LICENSE.cephes
 %doc examples/ doc/ 
-#%{_sysconfdir}/profile.d/*
 %config(noreplace) %{_sysconfdir}/%{name}/
 %{_bindir}/*
 %{_datadir}/%{name}
@@ -164,7 +156,11 @@
 
 
 %changelog
-* Fri Jan 13 2006 Jose' Matos <jamatos at fc.up.pt> - 5.1.19-1
+* Wed Feb  1 2006 José Matos <jamatos at fc.up.pt> - 5.1.19-2
+- Update BR from fftw to fftw2.
+- Remove references to previous profile scripts.
+
+* Fri Jan 13 2006 José Matos <jamatos at fc.up.pt> - 5.1.19-1
 - new upstream version
 - remove name from Summary
 - disable setting environment variable GRACE_HOME


--- grace.csh DELETED ---


--- grace.sh DELETED ---




More information about the scm-commits mailing list