- Rebuild for gcc 4.4.0 and other changes
- Move data files into noarch sub-package - Make examples sub-package noarch
This commit is contained in:
parent
68ee028024
commit
0ee9afad2c
22
ncl.spec
22
ncl.spec
@ -1,6 +1,6 @@
|
|||||||
Name: ncl
|
Name: ncl
|
||||||
Version: 5.0.0
|
Version: 5.0.0
|
||||||
Release: 18%{?dist}
|
Release: 19%{?dist}
|
||||||
Summary: NCAR Command Language and NCAR Graphics
|
Summary: NCAR Command Language and NCAR Graphics
|
||||||
|
|
||||||
Group: Applications/Engineering
|
Group: Applications/Engineering
|
||||||
@ -54,6 +54,7 @@ BuildRequires: g2clib-devel, libnc-dap-devel, librx-devel, atlas-devel
|
|||||||
BuildRequires: imake, libXt-devel, libXaw-devel, libXext-devel, libXpm-devel
|
BuildRequires: imake, libXt-devel, libXaw-devel, libXext-devel, libXpm-devel
|
||||||
BuildRequires: byacc, flex
|
BuildRequires: byacc, flex
|
||||||
BuildRequires: udunits-devel
|
BuildRequires: udunits-devel
|
||||||
|
Requires: %{name}-common = %{version}-%{release}
|
||||||
Requires: udunits
|
Requires: udunits
|
||||||
|
|
||||||
Provides: ncarg = %{version}-%{release}
|
Provides: ncarg = %{version}-%{release}
|
||||||
@ -78,6 +79,16 @@ The software comes with a couple of useful command line tools:
|
|||||||
files to netCDF formatted files.
|
files to netCDF formatted files.
|
||||||
|
|
||||||
|
|
||||||
|
%package common
|
||||||
|
Summary: Common files for NCL and NCAR Graphics
|
||||||
|
Group: Applications/Engineering
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%description common
|
||||||
|
%{summary}.
|
||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for NCL and NCAR Graphics
|
Summary: Development files for NCL and NCAR Graphics
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -95,6 +106,7 @@ Obsoletes: ncarg-devel < %{version}-%{release}
|
|||||||
Summary: Example programs and data using NCL
|
Summary: Example programs and data using NCL
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name}-devel = %{version}-%{release}
|
Requires: %{name}-devel = %{version}-%{release}
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description examples
|
%description examples
|
||||||
Example programs and data using NCL.
|
Example programs and data using NCL.
|
||||||
@ -243,6 +255,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/tdpackdemo
|
%{_bindir}/tdpackdemo
|
||||||
%{_bindir}/tgks0a
|
%{_bindir}/tgks0a
|
||||||
%{_bindir}/tlocal
|
%{_bindir}/tlocal
|
||||||
|
|
||||||
|
%files common
|
||||||
|
%defattr(-,root,root,-)
|
||||||
%dir %{_datadir}/ncarg
|
%dir %{_datadir}/ncarg
|
||||||
%{_datadir}/ncarg/colormaps/
|
%{_datadir}/ncarg/colormaps/
|
||||||
%{_datadir}/ncarg/data/
|
%{_datadir}/ncarg/data/
|
||||||
@ -301,6 +316,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 24 2009 - Orion Poplawski <orion@cora.nwra.com> - 5.0.0-19
|
||||||
|
- Rebuild for gcc 4.4.0 and other changes
|
||||||
|
- Move data files into noarch sub-package
|
||||||
|
- Make examples sub-package noarch
|
||||||
|
|
||||||
* Mon Feb 2 2009 - Orion Poplawski <orion@cora.nwra.com> - 5.0.0-18
|
* Mon Feb 2 2009 - Orion Poplawski <orion@cora.nwra.com> - 5.0.0-18
|
||||||
- Fix unowned directory (bug #483468)
|
- Fix unowned directory (bug #483468)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user