rpms/ncl/devel ncl.spec,1.12,1.13

Orion Poplawski orion at fedoraproject.org
Tue Feb 24 22:55:52 UTC 2009


Author: orion

Update of /cvs/pkgs/rpms/ncl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18030

Modified Files:
	ncl.spec 
Log Message:
* Tue Feb 24 2009 - Orion Poplawski <orion at 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



Index: ncl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ncl/devel/ncl.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ncl.spec	2 Feb 2009 21:57:12 -0000	1.12
+++ ncl.spec	24 Feb 2009 22:55:22 -0000	1.13
@@ -1,6 +1,6 @@
 Name:           ncl
 Version:        5.0.0
-Release:        18%{?dist}
+Release:        19%{?dist}
 Summary:        NCAR Command Language and NCAR Graphics
 
 Group:          Applications/Engineering
@@ -54,6 +54,7 @@
 BuildRequires:  imake, libXt-devel, libXaw-devel, libXext-devel, libXpm-devel
 BuildRequires:  byacc, flex
 BuildRequires:  udunits-devel
+Requires:       %{name}-common = %{version}-%{release}
 Requires:       udunits
 
 Provides:       ncarg = %{version}-%{release}
@@ -78,6 +79,16 @@
     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
 Summary:        Development files for NCL and NCAR Graphics
 Group:          Development/Libraries
@@ -95,6 +106,7 @@
 Summary:        Example programs and data using NCL
 Group:          Development/Libraries
 Requires:       %{name}-devel = %{version}-%{release}
+BuildArch:      noarch
 
 %description examples
 Example programs and data using NCL.
@@ -243,6 +255,9 @@
 %{_bindir}/tdpackdemo
 %{_bindir}/tgks0a
 %{_bindir}/tlocal
+
+%files common
+%defattr(-,root,root,-)
 %dir %{_datadir}/ncarg
 %{_datadir}/ncarg/colormaps/
 %{_datadir}/ncarg/data/
@@ -301,6 +316,11 @@
 
 
 %changelog
+* Tue Feb 24 2009 - Orion Poplawski <orion at 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 at cora.nwra.com> - 5.0.0-18
 - Fix unowned directory (bug #483468)
 




More information about the fedora-extras-commits mailing list