diff --git a/.cvsignore b/.cvsignore index 75912aa..cade143 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -grace-5.1.18.tar.gz +grace-5.1.19.tar.gz diff --git a/grace.spec b/grace.spec index 01573c9..2516c53 100644 --- a/grace.spec +++ b/grace.spec @@ -1,7 +1,7 @@ Name: grace -Version: 5.1.18 -Release: 7%{?dist} -Summary: Numerical Data Processing and Visualization Tool (grace) +Version: 5.1.19 +Release: 1%{?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 @@ 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 +#Source3: %{name}.sh +#Source4: %{name}.csh Source5: cephes-license.email Source6: LICENSE.cephes Patch: %{name}-gracerc-no_auxiliary.diff @@ -18,7 +18,7 @@ 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, libXpm-devel, fftw-devel, t1lib-devel BuildRequires: openmotif-devel, gcc-gfortran BuildRequires: desktop-file-utils, font-utils Requires: nedit @@ -78,8 +78,9 @@ mkdir -pm 755 \ %{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 +122,8 @@ desktop-file-install --vendor fedora --delete-original \ ## # 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 +143,7 @@ rm -rf %{buildroot} %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 +164,12 @@ rm -rf %{buildroot} %changelog +* Fri Jan 13 2006 Jose' Matos - 5.1.19-1 +- new upstream version +- remove name from Summary +- disable setting environment variable GRACE_HOME +- replace x11-xorg-devel by libXpm-devel in BuildRequires + * Mon Jan 9 2006 Patrice Dumas - 5.1.18-7 - put config files in /etc - licence is GPL and not BSD/GPL, as it is not dual licensed diff --git a/sources b/sources index 52f8629..7ad7648 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9f27cc76563d6fa1746333044a7c2a94 grace-5.1.18.tar.gz +0745c262ba4d0d1d82fee5972065aefc grace-5.1.19.tar.gz