rpms/scrip/devel copyright.html, NONE, 1.1 scrip.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ed Hill (edhill) fedora-extras-commits at redhat.com
Wed May 17 17:20:02 UTC 2006


Author: edhill

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

Modified Files:
	.cvsignore sources 
Added Files:
	copyright.html scrip.spec 
Log Message:
auto-import scrip-1.4-4 on branch devel from scrip-1.4-4.src.rpm


--- NEW FILE copyright.html ---
<HTML>
<HEAD>
<TITLE> SCRIP Copyright </TITLE>
</HEAD>

<P>
<H1 ALIGN="center"> COPYRIGHT NOTICE </H1>
</P>

<P>
Copyright © 1997, 1998 the Regents of the University of
California.
 
<P>
This software and ancillary information (herein called SOFTWARE) called 
SCRIP is made available under the terms described here.  The SOFTWARE
has been approved for release with associated LA-CC Number 98-45.

Unless otherwise indicated, this SOFTWARE has been authored by an
employee or employees of the University of California, operator
of Los Alamos National Laboratory under Contract No. W-7405-ENG-36
with the United States Department of Energy.  The United States
Government has rights to use, reproduce, and distribute this
SOFTWARE.  The public may copy, distribute, prepare derivative
works and publicly display this SOFTWARE without charge, provided
that this Notice and any statement of authorship are reproduced
on all copies.  Neither the Government nor the University makes
any warranty, express or implied, or assumes any liability or
responsibility for the use of this SOFTWARE.

If SOFTWARE is modified to produce derivative works, such modified
SOFTWARE should be clearly marked, so as not to confuse it with the
version available from Los Alamos National Laboratory.


</BODY>
</HTML>


--- NEW FILE scrip.spec ---
Name:           scrip
Version:        1.4
Release:        4%{?dist}
Summary:        Spherical Coordinate Remapping and Interpolation Package (SCRIP)

Group:          Applications/Engineering
License:        BSD
URL:            http://climate.lanl.gov/Software/SCRIP/index.htm
Source0:        http://climate.lanl.gov/Software/SCRIP/scrip1.4.tar.gz
Source1:        http://climate.lanl.gov/Software/SCRIP/copyright.html
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gcc-gfortran
BuildRequires:  netcdf-devel

%description
SCRIP is a software package which computes addresses and weights for
remapping and interpolating fields between grids in spherical
coordinates. It was written originally for remapping fields to other
grids in a coupled climate model, but is sufficiently general that it
can be used in other applications as well. The package should work for
any grid on the surface of a sphere.

%prep
%setup -q -n SCRIP
cd ${RPM_BUILD_DIR}/SCRIP
%{__cp} %SOURCE1 .

%build
cd source
%{__make} COMPILE=gfortran FLAGS="${RPM_OPT_FLAGS} -I%{_includedir}/netcdf-3" LIB="-L%{_libdir}/netcdf-3 -lnetcdf"

%install
rm -rf ${RPM_BUILD_ROOT}
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
%{__cp} scrip ${RPM_BUILD_ROOT}%{_bindir}

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(-,root,root,-)
%doc copyright.html doc/SCRIPusers.pdf
%{_bindir}/*

%changelog
* Wed May 17 2006 Ed Hill <ed at eh3.com> - 1.4-4
- make should respect rpm flags (thanks to Patrice Dumas)

* Tue May 16 2006 Ed Hill <ed at eh3.com> - 1.4-3
- add netcdf-devel buildrequires

* Tue May 16 2006 Ed Hill <ed at eh3.com> - 1.4-2
- remove redundant source and add netcdf-devel BR

* Mon May 15 2006 Ed Hill <ed at eh3.com> - 1.4-1
- initial package creation



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/scrip/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 May 2006 17:19:39 -0000	1.1
+++ .cvsignore	17 May 2006 17:20:01 -0000	1.2
@@ -0,0 +1 @@
+scrip1.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/scrip/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 May 2006 17:19:39 -0000	1.1
+++ sources	17 May 2006 17:20:01 -0000	1.2
@@ -0,0 +1 @@
+c2aec0bed18318e5eaea393a0a426481  scrip1.4.tar.gz




More information about the fedora-extras-commits mailing list