From 58417c83fd2507251f22c510e478d8e574ad5a71 Mon Sep 17 00:00:00 2001 From: José Abílio Oliveira Matos Date: Feb 01 2006 02:38:08 +0000 Subject: - Update BR from fftw to fftw2. - Remove references to previous profile scripts. --- diff --git a/grace.csh b/grace.csh deleted file mode 100644 index 6d7d778..0000000 --- a/grace.csh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/tcsh -setenv GRACE_HOME "/usr/share/grace" diff --git a/grace.sh b/grace.sh deleted file mode 100644 index 579e4b4..0000000 --- a/grace.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -export GRACE_HOME="/usr/share/grace" diff --git a/grace.spec b/grace.spec index e9f3b08..cc51577 100644 --- a/grace.spec +++ b/grace.spec @@ -1,24 +1,22 @@ Name: grace Version: 5.1.19 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Numerical Data Processing and Visualization Tool License: GPL -# Xbae is BSD and cephes is LGPL, see also Source5 and Source6 +# Xbae is BSD and cephes is LGPL, see also Source3 and Source4 URL: http://plasma-gate.weizmann.ac.il/Grace/ 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, xorg-x11-devel, fftw-devel, t1lib-devel +BuildRequires: zlib-devel, xorg-x11-devel, fftw2-devel, t1lib-devel BuildRequires: openmotif-devel, gcc-g77 BuildRequires: desktop-file-utils, font-utils Requires: nedit @@ -49,7 +47,7 @@ Install these files if you need to compile software that requires grace. %patch %build -cp %{SOURCE5} %{SOURCE6} . +cp %{SOURCE3} %{SOURCE4} . %configure \ --enable-editres \ --with-editor=nedit \ @@ -78,7 +76,6 @@ mkdir -pm 755 \ %{buildroot}%{_datadir}/applications \ %{buildroot}%{_mandir}/man1 \ %{buildroot}%{_sysconfdir}/%{name} -# %{buildroot}%{_sysconfdir}/profile.d \ ## # Let's have some sanity @@ -118,11 +115,6 @@ desktop-file-install --vendor fedora --delete-original \ --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 @@ -142,7 +134,6 @@ rm -rf %{buildroot} %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} @@ -163,10 +154,14 @@ rm -rf %{buildroot} %changelog -* Thu Jan 12 2006 Jose' Matos - 5.1.19-1 +* Wed Feb 1 2006 José Matos - 5.1.19-2 +- Update BR from fftw to fftw2. +- Remove references to previous profile scripts. + +* Thu Jan 12 2006 José Matos - 5.1.19-1 - new upstream version -* Thu Jan 12 2006 Jose' Matos - 5.1.18-8 +* Thu Jan 12 2006 José Matos - 5.1.18-8 - remove name from Summary - disable setting environment variable GRACE_HOME - use g77 as the fortran compiler